Searched refs:un_dp (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1142 minor |= un->un_dp->default_density;
1181 kmem_free(un->un_dp, un->un_dp_size);
1257 if (((un->un_dp->options & ST_UNLOADABLE) == 0) ||
1402 kmem_free(un->un_dp, un->un_dp_size);
1871 un->un_dp = dp;
1873 dp = un->un_dp;
1876 un->un_dp->non_motion_timeout = st_io_time;
1917 if (un->un_dp->type != ST_TYPE_INVALID) {
1928 un->un_dp->type = ST_TYPE_INVALID;
2315 un->un_dp
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.c633 if (un->un_dp) {
634 kmem_free((caddr_t)un->un_dp, sizeof (*un->un_dp));
961 if (un->un_dp == 0) {
966 un->un_dp = (struct dcd_drivetype *)
968 if (!un->un_dp) {
974 un->un_dp->ctype = CTYPE_DISK;
980 un->un_dp->name = "CCS";
981 un->un_dp->options = 0;
1025 un->un_dp
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun/sys/dada/targets/
H A Ddaddef.h114 struct dcd_drivetype *un_dp; /* drive type table */ member in struct:dcd_disk
/opensolaris-onvv-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h970 struct st_drivetype *un_dp; /* ptr to drive table entry */ member in struct:scsi_tape
971 uint_t un_dp_size; /* size of un_dp alloc'ed */
1166 _NOTE(SCHEME_PROTECTS_DATA("stable data", scsi_tape::un_dp))

Completed in 118 milliseconds