Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c29535 un->sd_fi_fifo_un[i] = NULL;
29567 if (un->sd_fi_fifo_un[i] != NULL) {
29568 kmem_free(un->sd_fi_fifo_un[i],
29576 un->sd_fi_fifo_un[i] = NULL;
29665 if (un->sd_fi_fifo_un[i] != NULL) {
29666 kmem_free(un->sd_fi_fifo_un[i],
29668 un->sd_fi_fifo_un[i] = NULL;
29671 un->sd_fi_fifo_un[i] =
29673 if (un->sd_fi_fifo_un[i] == NULL) {
29677 rval = ddi_copyin((void *)arg, un->sd_fi_fifo_un[i],
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h580 struct sd_fi_un *sd_fi_fifo_un[SD_FI_MAX_ERROR]; member