Searched refs:un_dp (Results 1 – 4 of 4) sorted by relevance
1142 minor |= un->un_dp->default_density; in st_attach()1181 kmem_free(un->un_dp, un->un_dp_size); in st_attach()1257 if (((un->un_dp->options & ST_UNLOADABLE) == 0) || in st_detach()1402 kmem_free(un->un_dp, un->un_dp_size); in st_detach()1869 un->un_dp = dp; in st_known_tape_type()1871 dp = un->un_dp; in st_known_tape_type()1874 un->un_dp->non_motion_timeout = st_io_time; in st_known_tape_type()1915 if (un->un_dp->type != ST_TYPE_INVALID) { in st_known_tape_type()1926 un->un_dp->type = ST_TYPE_INVALID; in st_known_tape_type()2313 un->un_dp->options |= ST_MODE_SEL_COMP | ST_UNLOADABLE; in st_get_conf_from_tape_drive()[all …]
633 if (un->un_dp) { in dcd_free_softstate()634 kmem_free((caddr_t)un->un_dp, sizeof (*un->un_dp)); in dcd_free_softstate()961 if (un->un_dp == 0) { in dcd_doattach()966 un->un_dp = (struct dcd_drivetype *) in dcd_doattach()968 if (!un->un_dp) { in dcd_doattach()974 un->un_dp->ctype = CTYPE_DISK; in dcd_doattach()980 un->un_dp->name = "CCS"; in dcd_doattach()981 un->un_dp->options = 0; in dcd_doattach()1025 un->un_dp->options |= DMA_SUPPORTTED; in dcd_doattach()1026 un->un_dp->dma_mode = (options >> 3) & 0x03; in dcd_doattach()[all …]
114 struct dcd_drivetype *un_dp; /* drive type table */ member
970 struct st_drivetype *un_dp; /* ptr to drive table entry */ member1166 _NOTE(SCHEME_PROTECTS_DATA("stable data", scsi_tape::un_dp))