Home
last modified time | relevance | path

Searched refs:mach_port_msgcount_t (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.61.5/osfmk/mach/
H A Dport.h355 typedef natural_t mach_port_msgcount_t; /* number of msgs */ typedef
369 mach_port_msgcount_t mps_qlimit; /* queue limit */
370 mach_port_msgcount_t mps_msgcount; /* number in the queue */
389 mach_port_msgcount_t mpl_qlimit; /* number of msgs */
404 mach_port_msgcount_t mpie_boost_cnt;
H A Dstd_types.defs116 type mach_port_msgcount_t = unsigned;
/xnu-11215.61.5/osfmk/ipc/
H A Dipc_mqueue.h227 mach_port_msgcount_t qlimit);
H A Dipc_mqueue.c1496 mach_port_msgcount_t qlimit) in ipc_mqueue_set_qlimit_locked()
1504 mach_port_msgcount_t i, wakeup; in ipc_mqueue_set_qlimit_locked()
/xnu-11215.61.5/tests/ipc/
H A Dmach_msg_transport.c30 mach_port_msgcount_t qlimit) in t_port_construct_full()