Searched refs:ptypes (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dget_in_tkt.c150 const krb5_preauthtype *ptypes,
285 /* not sure this is the way to use `ptypes' */
286 if (ptypes == NULL || *ptypes == KRB5_PADATA_NONE)
288 else if (*ptypes == KRB5_PADATA_ENC_TIMESTAMP) {
313 *ptypes);
325 const krb5_preauthtype **ptypes,
341 *ptypes = ptypes2;
358 *ptypes = ptypes2;
368 const krb5_preauthtype *ptypes,
145 init_as_req(krb5_context context, KDCOptions opts, krb5_creds *creds, const krb5_addresses *addrs, const krb5_enctype *etypes, const krb5_preauthtype *ptypes, const krb5_preauthdata *preauth, krb5_key_proc key_proc, krb5_const_pointer keyseed, unsigned nonce, AS_REQ *a) argument
323 set_ptypes(krb5_context context, KRB_ERROR *error, const krb5_preauthtype **ptypes, krb5_preauthdata **preauth) argument
[all...]
/freebsd-12-stable/sys/dev/ice/
H A Dice_flow.c399 ice_declare_bitmap(ptypes, ICE_FLOW_PTYPE_MAX);
450 ice_memset(params->ptypes, 0xff, sizeof(params->ptypes),
464 ice_and_bitmap(params->ptypes, params->ptypes, src,
470 ice_and_bitmap(params->ptypes, params->ptypes, src,
475 ice_and_bitmap(params->ptypes, params->ptypes,
485 ice_and_bitmap(params->ptypes, param
[all...]
H A Dice_flex_pipe.h93 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[],
H A Dice_flex_pipe.c2520 sect->value[index] = hw->blk[blk].xlt1.ptypes[index].ptg;
2546 *ptg = hw->blk[blk].xlt1.ptypes[ptype].ptg;
2570 * This function frees a packet type group, and returns all the current ptypes
2619 if (ptype == (p - hw->blk[blk].xlt1.ptypes)) {
2628 hw->blk[blk].xlt1.ptypes[ptype].ptg = ICE_DEFAULT_PTG;
2629 hw->blk[blk].xlt1.ptypes[ptype].next_ptype = NULL;
2675 hw->blk[blk].xlt1.ptypes[ptype].next_ptype =
2678 &hw->blk[blk].xlt1.ptypes[ptype];
2680 hw->blk[blk].xlt1.ptypes[ptype].ptg = ptg;
3677 ice_free(hw, hw->blk[i].xlt1.ptypes);
4291 ice_add_prof(struct ice_hw *hw, enum ice_block blk, u64 id, u8 ptypes[], struct ice_fv_word *es) argument
[all...]
H A Dice_flex_type.h589 struct ice_ptg_ptype *ptypes; member in struct:ice_xlt1
/freebsd-12-stable/stand/common/
H A Dpart.c89 } ptypes[] = { variable in typeref:struct:parttypes
110 for (i = 0; i < nitems(ptypes); i++)
111 if (ptypes[i].type == type)
112 return (ptypes[i].desc);
113 return (ptypes[0].desc);

Completed in 169 milliseconds