Searched refs:ipc_table_size (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/ipc/
H A Dipc_table.h78 * an ipc_table_size structure. These structures must
94 * ipc_table_size structure. The structures must be elements
99 * The is_table_next field points to the ipc_table_size structure
101 * The ipr_size field points to the currently used ipc_table_size.
104 struct ipc_table_size { struct
H A Dipc_types.h59 typedef struct ipc_table_size *ipc_table_size_t;
H A Dipc_table.c141 kalloc(sizeof(struct ipc_table_size) *
155 kalloc(sizeof(struct ipc_table_size) *
H A Dipc_space.h120 struct ipc_table_size *is_table_next; /* info for larger table */
H A Dipc_port.h233 struct ipc_table_size *size;

Completed in 82 milliseconds