Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2912 if ((rval == EACCES) && (un->un_read_only & WORM)) { in st_open()
3278 if (((un->un_read_only == WORM) || in st_tape_init()
5030 if (un->un_read_only == WORM || in st_ioctl()
5781 if (un->un_mspl->wp || un->un_read_only & WORM) { in st_do_mtioctop()
13883 wrt = WORM; in st_is_hp_dat_tape_worm()
13969 wrt = WORM; in st_is_hp_lto_tape_worm()
13974 wrt = WORM; in st_is_hp_lto_tape_worm()
14036 wrt = WORM; in st_is_t10_worm_device()
14127 wrt = WORM; in st_is_stk_worm()
14184 wrt = WORM; in st_is_dlt_tape_worm()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h942 typedef enum { RDWR, RDONLY, WORM, RDWORM, FAILED } writablity; enumerator