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

/freebsd-12-stable/usr.bin/mt/
H A Dmt.c1143 { "lbp_r", NULL, 0 },
1162 uint32_t rbdp = 0, lbp_w = 0, lbp_r = 0; local
1204 lbp_r = strtoul(optarg, NULL, 0);
1205 if ((lbp_r != 0) && (lbp_r != 1))
1214 if ((lbp_w != 0) && (lbp_r != 1))
1243 lbp_r = 1;
1257 rbdp = lbp_w = lbp_r = 0;
1277 mt_protect_list[MT_PP_LBP_R].value = lbp_r;
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_sa.c277 uint32_t lbp_r; member in struct:sa_prot_state
306 { "lbp_r", MT_PARAM_SET_UNSIGNED,
307 __offsetof(struct sa_prot_state, lbp_r),
1136 SASBADDUINTDESC(sb, *indent, prot->lbp_r, %u,
1137 lbp_r, "Check and Include Protection on Reads");
3871 prot->lbp_r = (dp_page->prot_bits & SA_CTRL_DP_LBP_R) ? 1 :0;
4017 if (new_prot->lbp_r)

Completed in 68 milliseconds