Home
last modified time | relevance | path

Searched refs:sd_fi_fifo_xb (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c30103 un->sd_fi_fifo_xb[i] = NULL;
30132 if (un->sd_fi_fifo_xb[i] != NULL) {
30133 kmem_free(un->sd_fi_fifo_xb[i],
30146 un->sd_fi_fifo_xb[i] = NULL;
30199 if (un->sd_fi_fifo_xb[i] != NULL) {
30200 kmem_free(un->sd_fi_fifo_xb[i],
30202 un->sd_fi_fifo_xb[i] = NULL;
30205 un->sd_fi_fifo_xb[i] =
30207 if (un->sd_fi_fifo_xb[i] == NULL) {
30211 rval = ddi_copyin((void *)arg, un->sd_fi_fifo_xb[i],
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h552 struct sd_fi_xb *sd_fi_fifo_xb[SD_FI_MAX_ERROR]; member