Searched refs:un_wormable (Results 1 – 2 of 2) sorted by relevance
1733 un->un_wormable = st_is_drive_worm; in st_doattach()3276 un->un_read_only |= un->un_wormable(un); in st_tape_init()13914 un->un_wormable = st_is_not_wormable; in st_is_hp_dat_worm()13918 un->un_wormable = st_is_hp_dat_tape_worm; in st_is_hp_dat_worm()13919 wrt = un->un_wormable(un); in st_is_hp_dat_worm()14008 un->un_wormable = st_is_not_wormable; in st_is_hp_lto_worm()14012 un->un_wormable = st_is_hp_lto_tape_worm; in st_is_hp_lto_worm()14013 wrt = un->un_wormable(un); in st_is_hp_lto_worm()14069 un->un_wormable = st_is_not_wormable; in st_is_t10_worm()14073 un->un_wormable = st_is_t10_worm_device; in st_is_t10_worm()[all …]
1040 writablity (*un_wormable) (struct scsi_tape *un); /* worm test fuct */ member