Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h971 uint_t un_dp_size; /* size of un_dp alloc'ed */ member
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1180 if (un->un_dp_size) { in st_attach()
1181 kmem_free(un->un_dp, un->un_dp_size); in st_attach()
1401 if (un->un_dp_size) { in st_detach()
1402 kmem_free(un->un_dp, un->un_dp_size); in st_detach()
1866 if (un->un_dp_size == 0) { in st_known_tape_type()
1867 un->un_dp_size = sizeof (struct st_drivetype); in st_known_tape_type()
1868 dp = kmem_zalloc((size_t)un->un_dp_size, KM_SLEEP); in st_known_tape_type()