FreeBSD kernel CAM code
ccb_dm_cookie Struct Reference

#include <cam_ccb.h>

Data Fields

void * bus
 
void * target
 
void * device
 
void * periph
 
void * pdrv
 

Detailed Description

Definition at line 561 of file cam_ccb.h.

Field Documentation

◆ bus

void* ccb_dm_cookie::bus

◆ device

void* ccb_dm_cookie::device

Definition at line 564 of file cam_ccb.h.

Referenced by xptedtdevicefunc(), xptedtperiphfunc(), and xptedttargetfunc().

◆ pdrv

void* ccb_dm_cookie::pdrv

Definition at line 566 of file cam_ccb.h.

Referenced by xptperiphlistmatch(), xptplistpdrvfunc(), and xptplistperiphfunc().

◆ periph

void* ccb_dm_cookie::periph

◆ target

void* ccb_dm_cookie::target

Definition at line 563 of file cam_ccb.h.

Referenced by xptedtbusfunc(), xptedtdevicefunc(), xptedtperiphfunc(), and xptedttargetfunc().


The documentation for this struct was generated from the following file: