Home
last modified time | relevance | path

Searched refs:ipc_table_size (Results 1 – 6 of 6) sorted by relevance

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_table.h104 struct ipc_table_size { struct
108 extern struct ipc_table_size ipc_table_entries[]; argument
109 extern struct ipc_table_size ipc_table_requests[];
H A Dipc_table.c76 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];
H A Dipc_types.h59 typedef struct ipc_table_size *ipc_table_size_t;
H A Dipc_space.h129 …struct ipc_table_size * XNU_PTRAUTH_SIGNED_PTR("ipc_space.is_table_next") is_table_next; /* info f…
H A Dipc_port.h326 struct ipc_table_size *size;
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py502 ipc_table_size = 0
505 ipc_table_size += table_size
509 ipc_table_size += table_size
510 print "Total Table size: {:d}".format(ipc_table_size)
1534 ipc_table_size = 0
1541 ipc_table_size += table_size
1547 ipc_table_size += table_size
1551 …Table Size: {:d}, Busy Ports: {:d}, Messages in-flight: {:d}".format(ipc_table_size, ipc_busy_port…