Home
last modified time | relevance | path

Searched refs:mtype (Results 26 – 49 of 49) sorted by relevance

12

/freebsd/crypto/openssl/test/
H A Ddane-cross.in16 # <usage> <selector> <mtype> <hex-data>
H A Ddanetest.in16 # <usage> <selector> <mtype> <hex-data>
/freebsd/contrib/nvi/vi/
H A Dvi.h244 mtype_t mtype; /* Last displayed message type. */ member
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c98 Dnstap__Message__Type mtype) in dt_msg_init() argument
105 dm->m.type = mtype; in dt_msg_init()
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_msgctl.c54 long mtype; member
/freebsd/contrib/one-true-awk/
H A Drun.c2517 int mtype; /* match type */ in dosub() local
2561 mtype = MT_IGNORE; /* invalid, not counted */ in dosub()
2563 mtype = patlen ? MT_REPLACE : MT_INSERT; in dosub()
2565 mtype = MT_IGNORE; /* unselected, but counted */ in dosub()
2577 if (mtype == MT_IGNORE) in dosub()
2597 if (mtype == MT_REPLACE || *patbeg == '\0') in dosub()
2611 if (mtype == MT_REPLACE) in dosub()
/freebsd/contrib/ntp/adjtimed/
H A Dadjtimed.c233 msg.msgb.mtype = SERVER; in main()
/freebsd/crypto/openssl/apps/lib/
H A Ds_cb.c1184 uint8_t usage, selector, mtype; in print_verify_detail() local
1189 mdpth = SSL_get0_dane_tlsa(s, &usage, &selector, &mtype, &data, &dlen); in print_verify_detail()
1204 usage, selector, mtype, in print_verify_detail()
/freebsd/contrib/nvi/common/
H A Dmain.c476 mp->mtype == M_ERR ? "ex/vi: " : "", (int)mp->len, mp->buf); in v_end()
/freebsd/tests/sys/audit/
H A Dinter-process.c44 long int mtype; member
124 msg.mtype = 1; in ATF_TC_BODY()
181 msg1.mtype = 1; in ATF_TC_BODY()
/freebsd/crypto/heimdal/kadmin/
H A Drpc.c774 uint32_t mtype; in process_stream() local
844 CHECK(krb5_ret_uint32(msg, &mtype)); in process_stream()
/freebsd/usr.sbin/ppp/
H A Dfsm.c189 int mtype) in fsm_Output() argument
214 bp = m_get(plen, mtype); in fsm_Output()
/freebsd/sys/dev/irdma/
H A Dirdma_main.h564 enum irdma_quad_hash_manage_type mtype, void *cmnode,
H A Dirdma_hw.c2595 enum irdma_quad_hash_manage_type mtype, void *cmnode, in irdma_manage_qhash() argument
2616 info->manage = mtype; in irdma_manage_qhash()
2653 (!mtype) ? "DELETE" : "ADD", in irdma_manage_qhash()
2663 (!mtype) ? "DELETE" : "ADD", in irdma_manage_qhash()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c4167 fwmtype_to_hwmtype(int mtype) in fwmtype_to_hwmtype() argument
4170 switch (mtype) { in fwmtype_to_hwmtype()
4200 switch (fwmtype_to_hwmtype(mtype)) { in validate_mt_off_len()
4860 uint32_t mtype, uint32_t moff) in copy_cfg_file_to_card() argument
4924 __func__, mtype, moff, cflen, rc); in copy_cfg_file_to_card()
4978 mtype = 0; in apply_cfg_and_initialize()
4982 mtype = FW_MEMTYPE_FLASH; in apply_cfg_and_initialize()
4985 V_FW_CAPS_CONFIG_CMD_MEMTYPE_CF(mtype) | in apply_cfg_and_initialize()
5000 mtype = G_FW_PARAMS_PARAM_Y(val); in apply_cfg_and_initialize()
5003 V_FW_CAPS_CONFIG_CMD_MEMTYPE_CF(mtype) | in apply_cfg_and_initialize()
[all …]
/freebsd/crypto/openssl/apps/
H A Ds_client.c376 static uint8_t mtype; in tlsa_import_rr() local
381 { &mtype, "mtype", checked_uint8 }, in tlsa_import_rr()
399 ret = SSL_dane_tlsa_add(con, usage, selector, mtype, data, len); in tlsa_import_rr()
/freebsd/sys/kern/
H A Dvfs_subr.c1070 int mtype; in vfs_getnewfsid() local
1074 mtype = mp->mnt_vfc->vfc_typenum; in vfs_getnewfsid()
1075 tfsid.val[1] = mtype; in vfs_getnewfsid()
1076 mtype = (mtype & 0xFF) << 24; in vfs_getnewfsid()
1079 mtype | ((mntid_base & 0xFF00) << 8) | (mntid_base & 0xFF)); in vfs_getnewfsid()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1858 uint8_t mtype, uint8_t ord);
1861 uint8_t mtype, const unsigned char *data, size_t dlen);
1864 uint8_t *mtype, const unsigned char **data,
H A Dssl.h.in1786 uint8_t mtype, uint8_t ord);
1789 uint8_t mtype, const unsigned char *data, size_t dlen);
1792 uint8_t *mtype, const unsigned char **data,
/freebsd/contrib/sendmail/src/
H A Dtls.c1840 uint8_t usage, selector, mtype;
1887 r = SSL_get0_dane_tlsa(ssl, &usage, &selector, &mtype, &rr, &rrlen);
/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h713 int t4_mem_read(struct adapter *adap, int mtype, u32 addr, u32 size,
H A Dt4_hw.c688 int t4_mem_read(struct adapter *adap, int mtype, u32 addr, u32 len, in t4_mem_read() argument
715 if ((mtype == MEM_MC) || (mtype == MEM_MC1)) in t4_mem_read()
716 ret = t4_mc_read(adap, mtype - MEM_MC, pos, data, NULL); in t4_mem_read()
718 ret = t4_edc_read(adap, mtype, pos, data, NULL); in t4_mem_read()
/freebsd/contrib/nvi/ex/
H A Dex.c65 gp->scr_msg(sp, mp->mtype, mp->buf, mp->len); in ex()
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1316 SSL_R_DANE_CANNOT_OVERRIDE_MTYPE_FULL:173:dane cannot override mtype full

12