Home
last modified time | relevance | path

Searched refs:ipc_entry (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.101.4/osfmk/ipc/
H A Dipc_table.h118 kalloc_type(struct ipc_entry, (its)->its_size, Z_WAITOK | Z_ZERO)
121 kfree_type(struct ipc_entry, count, table)
H A Dipc_types.h57 typedef struct ipc_entry *ipc_entry_t;
H A Dipc_table.c128 16, sizeof(struct ipc_entry)); in ipc_table_init()
H A Dipc_entry.h111 struct ipc_entry { struct
H A Dipc_space.c132 hazard_retire(table, sizeof(struct ipc_entry) * table->ie_size, in ipc_space_retire_table()
/xnu-8020.101.4/osfmk/tests/
H A Dptrauth_data_tests.c108 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 Dipc.py1278 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 Dfiles96 osfmk/ipc/ipc_entry.c standard