Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/mt/
H A Dmt.c1163 uint32_t prot_method = 0, pi_length = 0; in mt_protect() local
1197 prot_method = strtoul(optarg, NULL, 0); in mt_protect()
1198 if (prot_method > SA_CTRL_DP_METHOD_MAX) in mt_protect()
1200 prot_method, SA_CTRL_DP_METHOD_MAX); in mt_protect()
1249 prot_method = SA_CTRL_DP_REED_SOLOMON; in mt_protect()
1258 prot_method = pi_length = 0; in mt_protect()
1281 mt_protect_list[MT_PP_PROT_METHOD].value = prot_method; in mt_protect()
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sa.c332 uint32_t prot_method; member
356 __offsetof(struct sa_prot_state, prot_method),
376 && (softc->prot_info.cur_prot_state.prot_method != 0))
1188 SASBADDUINTDESC(sb, *indent, prot->prot_method, %u, in safillprot()
1189 prot_method, "Current Protection Method"); in safillprot()
4169 prot->prot_method = dp_page->prot_method; in sagetparams()
4228 __offsetof(struct scsi_control_data_prot_subpage, prot_method); in sasetprot()
4264 prot_method); in sasetprot()
4303 if (dp_changeable->prot_method != 0) in sasetprot()
4304 dp_page->prot_method = new_prot->prot_method; in sasetprot()
H A Dscsi_sa.h290 uint8_t prot_method; member