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

/freebsd-11-stable/usr.bin/mt/
H A Dmt.c1145 { "pi_length", NULL, 0 },
1162 uint32_t prot_method = 0, pi_length = 0; local
1189 pi_length = strtoul(optarg, NULL, 0);
1190 if (pi_length > SA_CTRL_DP_PI_LENGTH_MASK)
1192 pi_length, SA_CTRL_DP_PI_LENGTH_MASK);
1250 pi_length = SA_CTRL_DP_RS_LENGTH;
1257 prot_method = pi_length = 0;
1279 mt_protect_list[MT_PP_PI_LENGTH].value = pi_length;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c273 uint32_t pi_length; member in struct:sa_prot_state
298 { "pi_length", MT_PARAM_SET_UNSIGNED,
299 __offsetof(struct sa_prot_state, pi_length),
318 #define SA_PROT_LEN(softc) softc->prot_info.cur_prot_state.pi_length
1130 SASBADDUINTDESC(sb, *indent, prot->pi_length, %u,
1131 pi_length, "Length of Protection Information");
3866 prot->pi_length = dp_page->pi_length &
4002 if (dp_changeable->pi_length & SA_CTRL_DP_PI_LENGTH_MASK) {
4003 dp_page->pi_length
[all...]
H A Dscsi_sa.h292 uint8_t pi_length; member in struct:scsi_control_data_prot_subpage

Completed in 118 milliseconds