Searched refs:WORM (Results 1 – 2 of 2) sorted by relevance
942 typedef enum { RDWR, RDONLY, WORM, RDWORM, FAILED } writablity; enumerator
2912 if ((rval == EACCES) && (un->un_read_only & WORM)) { in st_open()3278 if (((un->un_read_only == WORM) || in st_tape_init()3295 (un->un_read_only == WORM) && (un->un_oflags & FWRITE)) { 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()5958 if ((rval == EACCES) && (un->un_read_only & WORM)) { in st_do_mtioctop()13881 wrt = WORM; in st_is_hp_dat_tape_worm()13967 wrt = WORM; in st_is_hp_lto_tape_worm()13972 wrt = WORM; in st_is_hp_lto_tape_worm()14034 wrt = WORM; in st_is_t10_worm_device()[all …]