Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/ipc/
H A Dipc_types.h49 typedef natural_t ipc_table_elems_t; /* size of tables */ typedef
51 typedef ipc_table_elems_t ipc_entry_num_t; /* number of entries */
84 #define ITS_SIZE_NONE ((ipc_table_elems_t) -1)
H A Dipc_entry.h278 ipc_table_elems_t target_size);
H A Dipc_entry.c577 ipc_table_elems_t target_count) in ipc_entry_grow_table()
H A Dipc_port.c967 ipc_table_elems_t size = 0; in ipc_port_spnotify()