Searched refs:pi_length (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/usr.bin/mt/ |
| D | mt.c | 1163 uint32_t prot_method = 0, pi_length = 0; in mt_protect() local 1190 pi_length = strtoul(optarg, NULL, 0); in mt_protect() 1191 if (pi_length > SA_CTRL_DP_PI_LENGTH_MASK) in mt_protect() 1193 pi_length, SA_CTRL_DP_PI_LENGTH_MASK); in mt_protect() 1251 pi_length = SA_CTRL_DP_RS_LENGTH; in mt_protect() 1258 prot_method = pi_length = 0; in mt_protect() 1280 mt_protect_list[MT_PP_PI_LENGTH].value = pi_length; in mt_protect()
|
| /freebsd-10-stable/sys/cam/scsi/ |
| D | scsi_sa.c | 273 uint32_t pi_length; member 299 __offsetof(struct sa_prot_state, pi_length), 318 #define SA_PROT_LEN(softc) softc->prot_info.cur_prot_state.pi_length 1129 SASBADDUINTDESC(sb, *indent, prot->pi_length, %u, in safillprot() 1130 pi_length, "Length of Protection Information"); in safillprot() 3868 prot->pi_length = dp_page->pi_length & in sagetparams() 4004 if (dp_changeable->pi_length & SA_CTRL_DP_PI_LENGTH_MASK) { in sasetprot() 4005 dp_page->pi_length &= ~SA_CTRL_DP_PI_LENGTH_MASK; in sasetprot() 4006 dp_page->pi_length |= (new_prot->pi_length & in sasetprot()
|
| D | scsi_sa.h | 292 uint8_t pi_length; member
|