Home
last modified time | relevance | path

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

/freebsd/usr.bin/mt/
H A Dmt.c1147 uint32_t rbdp = 0, lbp_w = 0, lbp_r = 0; in mt_protect() local
1189 lbp_r = strtoul(optarg, NULL, 0); in mt_protect()
1190 if ((lbp_r != 0) && (lbp_r != 1)) in mt_protect()
1199 if ((lbp_w != 0) && (lbp_r != 1)) in mt_protect()
1228 lbp_r = 1; in mt_protect()
1242 rbdp = lbp_w = lbp_r = 0; in mt_protect()
1262 mt_protect_list[MT_PP_LBP_R].value = lbp_r; in mt_protect()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c332 uint32_t lbp_r; member
362 __offsetof(struct sa_prot_state, lbp_r),
1190 SASBADDUINTDESC(sb, *indent, prot->lbp_r, %u, in safillprot()
1191 lbp_r, "Check and Include Protection on Reads"); in safillprot()
4174 prot->lbp_r = (dp_page->prot_bits & SA_CTRL_DP_LBP_R) ? 1 :0; in sagetparams()
4320 if (new_prot->lbp_r) in sasetprot()