Searched refs:mtype (Results 51 - 61 of 61) sorted by relevance

123

/freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/
H A Dunipriv.h500 enum uni_callstate cs, enum uni_cause c1, u_int mtype);
H A Dsig_call.c3268 ADD_CAUSE_MTYPE(c->uni->cause, u->mtype);
3319 ADD_CAUSE_MTYPE(c->uni->cause, u->mtype);
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c3200 fwmtype_to_hwmtype(int mtype) argument
3203 switch (mtype) {
3213 panic("%s: cannot translate fw mtype %d.", __func__, mtype);
3223 validate_mt_off_len(struct adapter *sc, int mtype, uint32_t off, uint32_t len, argument
3233 switch (fwmtype_to_hwmtype(mtype)) {
3893 uint32_t mtype, uint32_t moff)
3953 rc = validate_mt_off_len(sc, mtype, moff, cflen, &addr);
3957 __func__, mtype, moff, cflen, rc);
3999 uint32_t mtype, mof local
3892 copy_cfg_file_to_card(struct adapter *sc, char *cfg_file, uint32_t mtype, uint32_t moff) argument
[all...]
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Drpc.c774 uint32_t mtype; local
844 CHECK(krb5_ret_uint32(msg, &mtype));
/freebsd-12-stable/usr.sbin/ppp/
H A Dfsm.c191 int mtype)
216 bp = m_get(plen, mtype);
190 fsm_Output(struct fsm *fp, u_int code, u_int id, u_char *ptr, unsigned count, int mtype) argument
/freebsd-12-stable/sys/kern/
H A Dvfs_subr.c827 int mtype; local
831 mtype = mp->mnt_vfc->vfc_typenum;
832 tfsid.val[1] = mtype;
833 mtype = (mtype & 0xFF) << 24;
836 mtype | ((mntid_base & 0xFF00) << 8) | (mntid_base & 0xFF));
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dssl.h1741 uint8_t mtype, uint8_t ord);
1744 uint8_t mtype, unsigned const char *data, size_t dlen);
1747 uint8_t *mtype, unsigned const char **data,
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_client.c510 static uint8_t mtype; local
515 { &mtype, "mtype", checked_uint8 },
533 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len);
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dcommon.h687 int t4_mem_read(struct adapter *adap, int mtype, u32 addr, u32 size,
H A Dt4_hw.c678 * @mtype: memory type: MEM_EDC0, MEM_EDC1 or MEM_MC
690 int t4_mem_read(struct adapter *adap, int mtype, u32 addr, u32 len, argument
717 if ((mtype == MEM_MC) || (mtype == MEM_MC1))
718 ret = t4_mc_read(adap, mtype - MEM_MC, pos, data, NULL);
720 ret = t4_edc_read(adap, mtype, pos, data, NULL);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex.c69 gp->scr_msg(sp, mp->mtype, mp->buf, mp->len);

Completed in 376 milliseconds

123