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

/freebsd-11-stable/usr.bin/mt/
H A Dmt.c1146 { "prot_method", NULL, 0 }
1162 uint32_t prot_method = 0, pi_length = 0; local
1196 prot_method = strtoul(optarg, NULL, 0);
1197 if (prot_method > SA_CTRL_DP_METHOD_MAX)
1199 prot_method, SA_CTRL_DP_METHOD_MAX);
1248 prot_method = SA_CTRL_DP_REED_SOLOMON;
1257 prot_method = pi_length = 0;
1280 mt_protect_list[MT_PP_PROT_METHOD].value = prot_method;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c272 uint32_t prot_method; member in struct:sa_prot_state
295 { "prot_method", MT_PARAM_SET_UNSIGNED,
296 __offsetof(struct sa_prot_state, prot_method),
316 && (softc->prot_info.cur_prot_state.prot_method != 0))
1128 SASBADDUINTDESC(sb, *indent, prot->prot_method, %u,
1129 prot_method, "Current Protection Method");
3865 prot->prot_method = dp_page->prot_method;
3924 __offsetof(struct scsi_control_data_prot_subpage, prot_method);
3960 prot_method);
[all...]
H A Dscsi_sa.h288 uint8_t prot_method; member in struct:scsi_control_data_prot_subpage

Completed in 108 milliseconds