Searched refs:ipc_entry (Results 1 – 8 of 8) sorted by relevance
| /xnu-8020.101.4/osfmk/ipc/ |
| H A D | ipc_table.h | 118 kalloc_type(struct ipc_entry, (its)->its_size, Z_WAITOK | Z_ZERO) 121 kfree_type(struct ipc_entry, count, table)
|
| H A D | ipc_types.h | 57 typedef struct ipc_entry *ipc_entry_t;
|
| H A D | ipc_table.c | 128 16, sizeof(struct ipc_entry)); in ipc_table_init()
|
| H A D | ipc_entry.h | 111 struct ipc_entry { struct
|
| H A D | ipc_space.c | 132 hazard_retire(table, sizeof(struct ipc_entry) * table->ie_size, in ipc_space_retire_table()
|
| /xnu-8020.101.4/osfmk/tests/ |
| H A D | ptrauth_data_tests.c | 108 ALLOC_VALIDATE_DATA_PTR(struct ipc_entry, struct ipc_object *, ie_object, "ipc_entry.ie_object"); in ptrauth_data_tests()
|
| /xnu-8020.101.4/tools/lldbmacros/ |
| H A D | ipc.py | 1278 def FindPortRightsCallback(task, space, ctx, entry_idx, ipc_entry, ipc_port, port_disp): argument 1288 if unsigned(ipc_entry) != 0: 1289 entry_bits = unsigned(ipc_entry.ie_bits) 1291 if (int(entry_bits) & 0x001f0000) != 0 and unsigned(ipc_entry.ie_object) == unsigned(qport): 1293 entry_str = '\t' + GetIPCEntrySummary(ipc_entry, entry_name, rights_type) 1360 def CountPortsCallback(task, space, ctx, entry_idx, ipc_entry, ipc_port, port_disp): argument
|
| /xnu-8020.101.4/osfmk/conf/ |
| H A D | files | 96 osfmk/ipc/ipc_entry.c standard
|