Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1733 un->un_wormable = st_is_drive_worm; in st_doattach()
3276 un->un_read_only |= un->un_wormable(un); in st_tape_init()
13916 un->un_wormable = st_is_not_wormable; in st_is_hp_dat_worm()
13920 un->un_wormable = st_is_hp_dat_tape_worm; in st_is_hp_dat_worm()
13921 wrt = un->un_wormable(un); in st_is_hp_dat_worm()
14010 un->un_wormable = st_is_not_wormable; in st_is_hp_lto_worm()
14014 un->un_wormable = st_is_hp_lto_tape_worm; in st_is_hp_lto_worm()
14015 wrt = un->un_wormable(un); in st_is_hp_lto_worm()
14071 un->un_wormable = st_is_not_wormable; in st_is_t10_worm()
14075 un->un_wormable = st_is_t10_worm_device; in st_is_t10_worm()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1040 writablity (*un_wormable) (struct scsi_tape *un); /* worm test fuct */ member