Home
last modified time | relevance | path

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

/freebsd/usr.bin/mt/
H A Dmt.c1148 uint32_t prot_method = 0, pi_length = 0; in mt_protect() local
1182 prot_method = strtoul(optarg, NULL, 0); in mt_protect()
1183 if (prot_method > SA_CTRL_DP_METHOD_MAX) in mt_protect()
1185 prot_method, SA_CTRL_DP_METHOD_MAX); in mt_protect()
1234 prot_method = SA_CTRL_DP_REED_SOLOMON; in mt_protect()
1243 prot_method = pi_length = 0; in mt_protect()
1266 mt_protect_list[MT_PP_PROT_METHOD].value = prot_method; in mt_protect()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c329 uint32_t prot_method; member
353 __offsetof(struct sa_prot_state, prot_method),
373 && (softc->prot_info.cur_prot_state.prot_method != 0))
1184 SASBADDUINTDESC(sb, *indent, prot->prot_method, %u, in safillprot()
1185 prot_method, "Current Protection Method"); in safillprot()
4170 prot->prot_method = dp_page->prot_method; in sagetparams()
4229 __offsetof(struct scsi_control_data_prot_subpage, prot_method); in sasetprot()
4265 prot_method); in sasetprot()
4304 if (dp_changeable->prot_method != 0) in sasetprot()
4305 dp_page->prot_method = new_prot->prot_method; in sasetprot()
H A Dscsi_sa.h287 uint8_t prot_method; member