Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/targets/
H A Dsd.c30124 un->sd_fi_fifo_un[i] = NULL;
30156 if (un->sd_fi_fifo_un[i] != NULL) {
30157 kmem_free(un->sd_fi_fifo_un[i],
30165 un->sd_fi_fifo_un[i] = NULL;
30254 if (un->sd_fi_fifo_un[i] != NULL) {
30255 kmem_free(un->sd_fi_fifo_un[i],
30257 un->sd_fi_fifo_un[i] = NULL;
30260 un->sd_fi_fifo_un[i] =
30262 if (un->sd_fi_fifo_un[i] == NULL) {
30266 rval = ddi_copyin((void *)arg, un->sd_fi_fifo_un[i],
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/targets/
H A Dsddef.h554 struct sd_fi_un *sd_fi_fifo_un[SD_FI_MAX_ERROR]; member