Searched refs:extend_array (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/sys/bus/cam/ |
H A D | cam_extend.h | 23 struct extend_array; 25 void *cam_extend_get(struct extend_array *ea, int index); 26 struct extend_array *cam_extend_new(void); 27 void *cam_extend_set(struct extend_array *ea, int index, void *value); 28 void cam_extend_release(struct extend_array *ea, int index);
|
H A D | cam_extend.c | 33 struct extend_array struct 46 struct extend_array * argument 49 return(kmalloc(sizeof(struct extend_array), M_DEVBUF, in cam_extend_new() 54 cam_extend_set(struct extend_array *ea, int index, void *value) in cam_extend_set() 81 cam_extend_get(struct extend_array *ea, in cam_extend_get() 90 cam_extend_release(struct extend_array *ea, int index) in cam_extend_release()
|
/dflybsd-src/sys/bus/cam/scsi/ |
H A D | scsi_pass.c | 118 static struct extend_array *passperiphs;
|
H A D | scsi_pt.c | 131 static struct extend_array *ptperiphs;
|
H A D | scsi_ch.c | 223 static struct extend_array *chperiphs;
|
H A D | scsi_da.c | 410 static struct extend_array *daperiphs;
|
H A D | scsi_ses.c | 186 static struct extend_array *sesperiphs;
|
H A D | scsi_sa.c | 437 static struct extend_array *saperiphs;
|
H A D | scsi_cd.c | 313 static struct extend_array *cdperiphs;
|