Home
last modified time | relevance | path

Searched refs:prot_method (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/usr.bin/mt/
H A Dmt.c1161 uint32_t prot_method = 0, pi_length = 0; in mt_protect() local
1195 prot_method = strtoul(optarg, NULL, 0); in mt_protect()
1196 if (prot_method > SA_CTRL_DP_METHOD_MAX) in mt_protect()
1198 prot_method, SA_CTRL_DP_METHOD_MAX); in mt_protect()
1247 prot_method = SA_CTRL_DP_REED_SOLOMON; in mt_protect()
1256 prot_method = pi_length = 0; in mt_protect()
1279 mt_protect_list[MT_PP_PROT_METHOD].value = prot_method; in mt_protect()
/freebsd-14.2/sys/cam/scsi/
H A Dscsi_sa.c330 uint32_t prot_method; member
354 __offsetof(struct sa_prot_state, prot_method),
374 && (softc->prot_info.cur_prot_state.prot_method != 0))
1185 SASBADDUINTDESC(sb, *indent, prot->prot_method, %u, in safillprot()
1186 prot_method, "Current Protection Method"); in safillprot()
4171 prot->prot_method = dp_page->prot_method; in sagetparams()
4230 __offsetof(struct scsi_control_data_prot_subpage, prot_method); in sasetprot()
4266 prot_method); in sasetprot()
4305 if (dp_changeable->prot_method != 0) in sasetprot()
4306 dp_page->prot_method = new_prot->prot_method; in sasetprot()
H A Dscsi_sa.h288 uint8_t prot_method; member