Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/mach/
H A Dport.h313 typedef natural_t mach_port_msgcount_t; /* number of msgs */ typedef
327 mach_port_msgcount_t mps_qlimit; /* queue limit */
328 mach_port_msgcount_t mps_msgcount; /* number in the queue */
347 mach_port_msgcount_t mpl_qlimit; /* number of msgs */
362 mach_port_msgcount_t mpie_boost_cnt;
H A Dstd_types.defs117 type mach_port_msgcount_t = unsigned;
/xnu-10002.1.13/osfmk/ipc/
H A Dipc_mqueue.h241 mach_port_msgcount_t qlimit);
H A Dipc_mqueue.c1428 mach_port_msgcount_t qlimit) in ipc_mqueue_set_qlimit_locked()
1436 mach_port_msgcount_t i, wakeup; in ipc_mqueue_set_qlimit_locked()