Home
last modified time | relevance | path

Searched defs:mtype (Results 1 – 18 of 18) sorted by relevance

/f-stack/freebsd/kern/
H A Dsysv_msg.c770 size_t msgsz, int msgflg, long mtype) in kern_msgsnd()
1114 long mtype; in sys_msgsnd() local
1140 int msgflg, long *mtype) in kern_msgrcv()
1402 long mtype; in sys_msgrcv() local
1795 long mtype; in freebsd32_msgsnd() local
1812 long mtype; in freebsd32_msgrcv() local
H A Dsubr_kobj.c295 kobj_create(kobj_class_t cls, struct malloc_type *mtype, int mflags) in kobj_create()
330 kobj_delete(kobj_t obj, struct malloc_type *mtype) in kobj_delete()
H A Dsubr_mchain.c277 int mtype, error; in mb_put_uio() local
531 int mtype, error; in md_get_uio() local
H A Dvfs_subr.c966 int mtype; in vfs_getnewfsid() local
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c112 uni_decode_body_internal(enum uni_msgtype mtype, struct uni_msg *msg, in uni_decode_body_internal()
H A Duni_ie.c753 uni_print_msg_internal(u_int mtype, const union uni_msgall *msg, in uni_print_msg_internal()
774 uni_print_msg(char *buf, size_t size, u_int mtype, const union uni_msgall *all, in uni_print_msg()
H A Dunistruct.h734 uint8_t mtype; member
1362 enum uni_msgtype mtype; member
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dbnxt_ulp.c384 enum bnxt_ulp_flow_mem_type mtype; in ulp_eem_tbl_scope_init() local
434 enum bnxt_ulp_flow_mem_type mtype; in ulp_eem_tbl_scope_deinit() local
590 enum bnxt_ulp_flow_mem_type mtype; in ulp_dparms_dev_port_intf_update() local
H A Dulp_mapper.c1774 enum bnxt_ulp_flow_mem_type mtype; in ulp_mapper_em_tbl_process() local
2490 enum bnxt_ulp_flow_mem_type mtype = BNXT_ULP_FLOW_MEM_TYPE_INT; in ulp_mapper_tbl_memtype_opcode_process() local
H A Dulp_flow_db.c489 enum bnxt_ulp_flow_mem_type mtype; in ulp_flow_db_init() local
H A Dulp_rte_parser.c186 uint32_t mtype; in bnxt_ulp_comp_fld_intf_update() local
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_coord.c1130 enum uni_callstate cs, enum uni_cause c1, u_int mtype) in uni_respond_status_mtype()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-llm.c313 int mtype = 0; // MTYPE (0: RLDRAM/1: FCRAM in rld_csr_config_generate() local
H A Dcvmx-dfa-defs.h3734 uint64_t mtype : 1; /**< FCRAM-II Memory Type member
4004 uint64_t mtype : 1; /**< Memory Type (0=RLDRAM-II/1=Network DRAM-II/FCRAM) member
4261 uint64_t mtype : 1; /**< Memory Type (0=RLDRAM-II/1=Network DRAM-II/FCRAM) member
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c1125 unsigned long mtype = 0, maddr = 0; in adap_init0_config() local
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dcommon.h550 int mtype, u32 maddr, u32 len, in t4_memory_rw()
H A Dt4_hw.c5689 int t4_memory_rw_mtype(struct adapter *adap, int win, int mtype, u32 maddr, in t4_memory_rw_mtype()
/f-stack/app/redis-5.0.5/src/
H A Dserver.h560 #define moduleInitIOContext(iovar,mtype,rioptr,keyptr) do { \ argument