Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2882 un->un_read_only = in st_open()
2893 un->un_read_only = in st_open()
3263 un->un_read_only = RDONLY; in st_tape_init()
3268 un->un_read_only = RDWR; in st_tape_init()
3271 un->un_read_only = RDONLY; in st_tape_init()
3278 if (((un->un_read_only == WORM) || in st_tape_init()
3294 if ((un->un_read_only == RDWR) || in st_tape_init()
4834 if (un->un_read_only == RDWR) { in st_check_density_or_wfm()
5030 if (un->un_read_only == WORM || in st_ioctl()
5031 un->un_read_only == RDWORM) { in st_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h988 writablity un_read_only; /* RDWR, RDONLY, WORM, RDWORM */ member