Searched refs:ipc_table_size (Results 1 – 6 of 6) sorted by relevance
104 struct ipc_table_size { struct108 extern struct ipc_table_size ipc_table_entries[]; argument109 extern struct ipc_table_size ipc_table_requests[];
76 SECURITY_READ_ONLY_LATE(struct ipc_table_size) ipc_table_entries[IPC_TABLE_ENTRIES_SIZE];79 SECURITY_READ_ONLY_LATE(struct ipc_table_size) ipc_table_requests[IPC_TABLE_REQUESTS_SIZE];
59 typedef struct ipc_table_size *ipc_table_size_t;
129 …struct ipc_table_size * XNU_PTRAUTH_SIGNED_PTR("ipc_space.is_table_next") is_table_next; /* info f…
326 struct ipc_table_size *size;
502 ipc_table_size = 0505 ipc_table_size += table_size509 ipc_table_size += table_size510 print "Total Table size: {:d}".format(ipc_table_size)1534 ipc_table_size = 01541 ipc_table_size += table_size1547 ipc_table_size += table_size1551 …Table Size: {:d}, Busy Ports: {:d}, Messages in-flight: {:d}".format(ipc_table_size, ipc_busy_port…