Searched refs:sd_fi_xb (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h551 struct sd_fi_xb *sd_fi_fifo_xb[SD_FI_MAX_ERROR];
1043 * sd_fi_xb replicates the variables that are exposed through xb
1060 struct sd_fi_xb { struct
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c30134 sizeof (struct sd_fi_xb));
30201 sizeof (struct sd_fi_xb));
30206 kmem_alloc(sizeof (struct sd_fi_xb), KM_NOSLEEP);
30212 sizeof (struct sd_fi_xb), 0);
30216 sizeof (struct sd_fi_xb));
30397 struct sd_fi_xb *fi_xb;
30509 kmem_free(un->sd_fi_fifo_xb[i], sizeof (struct sd_fi_xb));

Completed in 129 milliseconds