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

/freebsd-10.2-release/usr.bin/mt/
H A Dmt.c1146 { "pi_length", NULL, 0 },
1163 uint32_t prot_method = 0, pi_length = 0; local
1190 pi_length = strtoul(optarg, NULL, 0);
1191 if (pi_length > SA_CTRL_DP_PI_LENGTH_MASK)
1193 pi_length, SA_CTRL_DP_PI_LENGTH_MASK);
1251 pi_length = SA_CTRL_DP_RS_LENGTH;
1258 prot_method = pi_length = 0;
1280 mt_protect_list[MT_PP_PI_LENGTH].value = pi_length;
/freebsd-10.2-release/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
1134 SASBADDUINTDESC(sb, *indent, prot->pi_length, %u,
1135 pi_length, "Length of Protection Information");
3827 prot->pi_length = dp_page->pi_length &
3963 if (dp_changeable->pi_length & SA_CTRL_DP_PI_LENGTH_MASK) {
3964 dp_page->pi_length
[all...]
H A Dscsi_sa.h292 uint8_t pi_length; member in struct:scsi_control_data_prot_subpage

Completed in 120 milliseconds