Searched refs:prot_method (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/usr.bin/mt/ |
| H A D | mt.c | 1163 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-12.1/sys/cam/scsi/ |
| H A D | scsi_sa.c | 274 uint32_t prot_method; member 298 __offsetof(struct sa_prot_state, prot_method), 318 && (softc->prot_info.cur_prot_state.prot_method != 0)) 1130 SASBADDUINTDESC(sb, *indent, prot->prot_method, %u, in safillprot() 1131 prot_method, "Current Protection Method"); in safillprot() 3867 prot->prot_method = dp_page->prot_method; in sagetparams() 3926 __offsetof(struct scsi_control_data_prot_subpage, prot_method); in sasetprot() 3962 prot_method); in sasetprot() 4001 if (dp_changeable->prot_method != 0) in sasetprot() 4002 dp_page->prot_method = new_prot->prot_method; in sasetprot()
|
| H A D | scsi_sa.h | 290 uint8_t prot_method; member
|