Lines Matching refs:wrt

13875 	writablity wrt;  in st_is_hp_dat_tape_worm()  local
13883 wrt = WORM; in st_is_hp_dat_tape_worm()
13887 wrt = RDWR; in st_is_hp_dat_tape_worm()
13889 return (wrt); in st_is_hp_dat_tape_worm()
13898 writablity wrt; in st_is_hp_dat_worm() local
13909 wrt = FAILED; in st_is_hp_dat_worm()
13915 wrt = RDWR; in st_is_hp_dat_worm()
13921 wrt = un->un_wormable(un); in st_is_hp_dat_worm()
13929 return (wrt); in st_is_hp_dat_worm()
13935 writablity wrt; in st_is_hp_lto_tape_worm() local
13964 wrt = RDWR; in st_is_hp_lto_tape_worm()
13969 wrt = WORM; in st_is_hp_lto_tape_worm()
13974 wrt = WORM; in st_is_hp_lto_tape_worm()
13980 wrt = RDWR; in st_is_hp_lto_tape_worm()
13983 return (wrt); in st_is_hp_lto_tape_worm()
13992 writablity wrt; in st_is_hp_lto_worm() local
14003 wrt = FAILED; in st_is_hp_lto_worm()
14009 wrt = RDWR; in st_is_hp_lto_worm()
14015 wrt = un->un_wormable(un); in st_is_hp_lto_worm()
14023 return (wrt); in st_is_hp_lto_worm()
14029 writablity wrt; in st_is_t10_worm_device() local
14036 wrt = WORM; in st_is_t10_worm_device()
14040 wrt = RDWR; in st_is_t10_worm_device()
14042 return (wrt); in st_is_t10_worm_device()
14051 writablity wrt; in st_is_t10_worm() local
14063 wrt = FAILED; in st_is_t10_worm()
14070 wrt = RDWR; in st_is_t10_worm()
14076 wrt = un->un_wormable(un); in st_is_t10_worm()
14081 return (wrt); in st_is_t10_worm()
14095 writablity wrt; in st_is_stk_worm() local
14117 wrt = RDWR; in st_is_stk_worm()
14122 wrt = RDWR; in st_is_stk_worm()
14127 wrt = WORM; in st_is_stk_worm()
14132 wrt = RDWR; in st_is_stk_worm()
14138 return (wrt); in st_is_stk_worm()
14148 writablity wrt; in st_is_dlt_tape_worm() local
14167 wrt = RDWR; in st_is_dlt_tape_worm()
14176 wrt = RDWR; in st_is_dlt_tape_worm()
14184 wrt = WORM; in st_is_dlt_tape_worm()
14188 wrt = RDWR; in st_is_dlt_tape_worm()
14193 return (wrt); in st_is_dlt_tape_worm()
14201 writablity wrt; in st_is_dlt_worm() local
14212 wrt = RDWR; in st_is_dlt_worm()
14219 wrt = RDWR; in st_is_dlt_worm()
14227 wrt = un->un_wormable(un); in st_is_dlt_worm()
14232 return (wrt); in st_is_dlt_worm()
14282 writablity wrt; in st_is_sony_worm() local
14298 wrt = RDWR; in st_is_sony_worm()
14310 wrt = WORM; in st_is_sony_worm()
14314 wrt = RDWR; in st_is_sony_worm()
14320 wrt = RDWR; in st_is_sony_worm()
14330 wrt = FAILED; in st_is_sony_worm()
14335 return (wrt); in st_is_sony_worm()
14341 writablity wrt; in st_is_drive_worm() local
14347 wrt = st_is_dlt_worm(un); in st_is_drive_worm()
14351 wrt = st_is_stk_worm(un); in st_is_drive_worm()
14356 wrt = st_is_sony_worm(un); in st_is_drive_worm()
14361 wrt = st_is_hp_lto_worm(un); in st_is_drive_worm()
14363 wrt = st_is_t10_worm(un); in st_is_drive_worm()
14369 wrt = st_is_hp_dat_worm(un); in st_is_drive_worm()
14371 wrt = st_is_t10_worm(un); in st_is_drive_worm()
14376 wrt = FAILED; in st_is_drive_worm()
14383 if (wrt == FAILED) { in st_is_drive_worm()
14384 wrt = st_is_t10_worm(un); in st_is_drive_worm()
14390 if (wrt == FAILED) { in st_is_drive_worm()
14393 wrt = RDWR; in st_is_drive_worm()
14397 return (wrt); in st_is_drive_worm()