Home
last modified time | relevance | path

Searched refs:mtype (Results 1 – 25 of 49) sorted by last modified time

12

/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/sys/dev/cxgbe/
H A Dt4_main.c4150 fwmtype_to_hwmtype(int mtype) in fwmtype_to_hwmtype() argument
4153 switch (mtype) { in fwmtype_to_hwmtype()
4183 switch (fwmtype_to_hwmtype(mtype)) { in validate_mt_off_len()
4843 uint32_t mtype, uint32_t moff) in copy_cfg_file_to_card() argument
4907 __func__, mtype, moff, cflen, rc); in copy_cfg_file_to_card()
4961 mtype = 0; in apply_cfg_and_initialize()
4965 mtype = FW_MEMTYPE_FLASH; in apply_cfg_and_initialize()
4968 V_FW_CAPS_CONFIG_CMD_MEMTYPE_CF(mtype) | in apply_cfg_and_initialize()
4983 mtype = G_FW_PARAMS_PARAM_Y(val); in apply_cfg_and_initialize()
4986 V_FW_CAPS_CONFIG_CMD_MEMTYPE_CF(mtype) | in apply_cfg_and_initialize()
[all …]
/freebsd/sys/dev/cxgbe/common/
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()
H A Dcommon.h713 int t4_mem_read(struct adapter *adap, int mtype, u32 addr, u32 size,
/freebsd/sys/ddb/
H A Ddb_pprint.c87 struct ctf_type_v3 *mtype; in db_pprint_struct() local
119 mtype = db_ctf_typeid_to_type(&sym_data, mp->ctm_type); in db_pprint_struct()
129 db_pprint_type(maddr, mtype, depth + 1); in db_pprint_struct()
142 mtype = db_ctf_typeid_to_type(&sym_data, mp->ctlm_type); in db_pprint_struct()
152 db_pprint_type(maddr, mtype, depth + 1); in db_pprint_struct()
/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()
H A Dunbound-dnstap-socket.c402 static const char* mtype_to_str(enum _Dnstap__Message__Type mtype) in mtype_to_str() argument
404 switch(mtype) { in mtype_to_str()
521 const char* mtype = NULL; in log_data_frame() local
538 mtype = mtype_to_str(d->message->type); in log_data_frame()
549 mtype = "nomessage"; in log_data_frame()
552 printf("%s%s%s%s%s\n", mtype, (maddr?" ":""), (maddr?maddr:""), in log_data_frame()
/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()
H A Dsubr_mchain.c274 int mtype, error; in mb_put_uio() local
276 mtype = (uiop->uio_segflg == UIO_SYSSPACE) ? MB_MSYSTEM : MB_MUSER; in mb_put_uio()
289 error = mb_put_mem(mbp, uiop->uio_iov->iov_base, left, mtype); in mb_put_uio()
528 int mtype, error; in md_get_uio() local
530 mtype = (uiop->uio_segflg == UIO_SYSSPACE) ? MB_MSYSTEM : MB_MUSER; in md_get_uio()
543 error = md_get_mem(mdp, uiocp, left, mtype); in md_get_uio()
H A Dsubr_kobj.c292 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) in kobj_create() argument
296 obj = malloc(cls->size, mtype, mflags | M_ZERO); in kobj_create()
300 free(obj, mtype); in kobj_create()
327 kobj_delete(kobj_t obj, struct malloc_type *mtype) in kobj_delete() argument
347 if (mtype) in kobj_delete()
348 free(obj, mtype); in kobj_delete()
/freebsd/sys/dev/irdma/
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()
H A Dirdma_main.h564 enum irdma_quad_hash_manage_type mtype, void *cmnode,
/freebsd/crypto/openssl/test/
H A Ddane-cross.in16 # <usage> <selector> <mtype> <hex-data>
H A Ddanetest.c247 static uint8_t mtype; in tlsa_import_rr() local
252 { &mtype, "mtype", checked_uint8 }, in tlsa_import_rr()
268 ret = SSL_dane_tlsa_add(ssl, usage, selector, mtype, data, len); in tlsa_import_rr()
H A Ddanetest.in16 # <usage> <selector> <mtype> <hex-data>
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c97 uint8_t mtype; member
227 if (mtype > dctx->mdmax) { in dane_mtype_set()
230 int n = ((int)mtype) + 1; in dane_mtype_set()
252 dctx->mdmax = mtype; in dane_mtype_set()
255 dctx->mdevp[mtype] = md; in dane_mtype_set()
264 if (mtype > dane->dctx->mdmax) in tlsa_md_get()
266 return dane->dctx->mdevp[mtype]; in tlsa_md_get()
324 t->mtype = mtype; in dane_tlsa_add()
438 if (dane->dctx->mdord[rec->mtype] > dane->dctx->mdord[mtype]) in dane_tlsa_add()
1135 if (mtype) in SSL_get0_dane_tlsa()
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt1316 SSL_R_DANE_CANNOT_OVERRIDE_MTYPE_FULL:173:dane cannot override mtype full
/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/contrib/nvi/common/
H A Dmain.c476 mp->mtype == M_ERR ? "ex/vi: " : "", (int)mp->len, mp->buf); in v_end()
/freebsd/contrib/nvi/ex/
H A Dex.c65 gp->scr_msg(sp, mp->mtype, mp->buf, mp->len); in ex()
/freebsd/sys/compat/linux/
H A Dlinux_ipc.c648 long mtype; in linux_msgsnd() local
657 mtype = (long)lmtype; in linux_msgsnd()
660 args->msgsz, args->msgflg, mtype)); in linux_msgsnd()
667 long mtype; in linux_msgrcv() local
676 args->msgtyp, args->msgflg, &mtype)) != 0) in linux_msgrcv()
678 lmtype = (l_long)mtype; in linux_msgrcv()
/freebsd/usr.sbin/ppp/
H A Dfsm.c189 int mtype) in fsm_Output() argument
214 bp = m_get(plen, mtype); in fsm_Output()
/freebsd/tools/regression/sysvmsg/
H A Dmsgtest.c67 long mtype; member
170 m.mtype = MTYPE_1; in main()
184 m.mtype = MTYPE_2; in main()
320 m.mtype = MTYPE_1_ACK; in receiver()
337 m.mtype = MTYPE_2_ACK; in receiver()
/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/sys/sys/
H A Dkobj.h196 struct malloc_type *mtype,
208 void kobj_delete(kobj_t obj, struct malloc_type *mtype);

12