Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dsd.c30104 un->sd_fi_fifo_un[i] = NULL;
30136 if (un->sd_fi_fifo_un[i] != NULL) {
30137 kmem_free(un->sd_fi_fifo_un[i],
30145 un->sd_fi_fifo_un[i] = NULL;
30234 if (un->sd_fi_fifo_un[i] != NULL) {
30235 kmem_free(un->sd_fi_fifo_un[i],
30237 un->sd_fi_fifo_un[i] = NULL;
30240 un->sd_fi_fifo_un[i] =
30242 if (un->sd_fi_fifo_un[i] == NULL) {
30246 rval = ddi_copyin((void *)arg, un->sd_fi_fifo_un[i],
[all …]
/titanic_41/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h553 struct sd_fi_un *sd_fi_fifo_un[SD_FI_MAX_ERROR]; member