Home
last modified time | relevance | path

Searched refs:ipc_port (Results 1 – 21 of 21) sorted by relevance

/xnu-11215.61.5/osfmk/tests/
H A Dptrauth_data_tests.c103 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_task_ports[0], "task.itk_task_ports"); in ptrauth_data_tests()
105 …ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_settable_self, "task.itk_settable_self… in ptrauth_data_tests()
107 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_host, "task.itk_host"); in ptrauth_data_tests()
108 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_bootstrap, "task.itk_bootstrap"); in ptrauth_data_tests()
109 …ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_debug_control, "task.itk_debug_control… in ptrauth_data_tests()
111 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_task_access, "task.itk_task_access"); in ptrauth_data_tests()
112 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_resume, "task.itk_resume"); in ptrauth_data_tests()
118 ALLOC_VALIDATE_DATA_PTR(struct ipc_port, ipc_kobject_label_t, ip_kolabel, "ipc_port.kolabel"); in ptrauth_data_tests()
128 …ALLOC_VALIDATE_DATA_PTR(struct ipc_kmsg, struct ipc_port *, ikm_voucher_port, "kmsg.ikm_voucher_po… in ptrauth_data_tests()
/xnu-11215.61.5/osfmk/ipc/
H A Dipc_port.h105 struct ipc_port *ipr_soright;
119 struct ipc_port { struct
162 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("ipc_port.ip_destination") ip_destination;
170 struct ipc_port *ip_sync_inheritor_port; argument
183 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("ipc_port.ip_pdrequest") ip_pdrequest;
186 #define IP_KOBJECT_NSREQUEST_ARMED ((struct ipc_port *)1)
187 struct ipc_port *ip_nsrequest; argument
298 #define ip_object_to_port(io) __container_of(io, struct ipc_port, ip_object)
313 zone_id_require(ZONE_ID_IPC_PORT, sizeof(struct ipc_port), port)
317 #define ip_from_waitq(wq) __container_of(wq, struct ipc_port, ip_waitq)
[all …]
H A DMakefile15 ipc_port.h \
H A Dipc_object.c128 "ipc ports", sizeof(struct ipc_port),
1316 offsetof(struct ipc_port, ip_waitq));
H A Dipc_port.c3295 zone_id_require(ZONE_ID_IPC_PORT, sizeof(struct ipc_port), port); in kdp_mqueue_send_find_owner()
3386 zone_id_require(ZONE_ID_IPC_PORT, sizeof(struct ipc_port), port); in kdp_mqueue_recv_find_owner()
/xnu-11215.61.5/security/
H A Dmac_mach_internal.h86 int id, struct ipc_port *port);
94 struct task *target, int which, struct ipc_port *port);
H A Dmac_mach.c140 mac_task_check_set_host_special_port(struct task *task, int id, struct ipc_port *port) in mac_task_check_set_host_special_port()
195 …eck_set_task_special_port(struct task *task, struct task *target, int which, struct ipc_port *port) in mac_task_check_set_task_special_port()
H A Dmac_policy.h2245 struct ipc_port *port
2287 struct ipc_port *port
H A Dmac_framework.h96 struct ipc_port;
/xnu-11215.61.5/osfmk/kern/
H A Dtask.h258 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_task_ports") itk_task_ports[TASK_SELF_PORT_COUN…
260 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_settable_self") itk_settable_self; /* a send …
262 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_self") itk_self; /* immovab…
267 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_host") itk_host; /* a send …
268 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_bootstrap") itk_bootstrap; /* a send …
269 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_debug_control") itk_debug_control; /* send ri…
270 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_task_access") itk_task_access; /* and ano…
271 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_resume") itk_resume; /* a recei…
272 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_registered") itk_registered[TASK_PORT_REGISTER_…
276 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_resource_notify") itk_resource_notify; /* a sen…
H A Dexception.h46 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("exception_action.port") port; /* exception port …
H A Dprocessor.h258 struct ipc_port * pset_self; /* port for operations */
259 struct ipc_port * pset_name_self; /* port for information */
448 struct ipc_port *processor_self; /* port for operations */
H A Dclock.h91 struct ipc_port *cl_service; /* service port */
H A Dthread.h207 struct ipc_port *tro_self_port;
209 struct ipc_port *tro_settable_self_port; /* send right */
211 struct ipc_port *tro_ports[THREAD_SELF_PORT_COUNT]; /* no right */
802 struct ipc_port *ith_special_reply_port; /* ref to special reply port */
H A Dipc_tt.c959 vm_size_t size = sizeof(struct ipc_port *) + in ipc_thread_ro_update_ports()
961 sizeof(struct ipc_port *) + in ipc_thread_ro_update_ports()
/xnu-11215.61.5/osfmk/mach/
H A Dport.h140 struct ipc_port;
144 typedef struct ipc_port *ipc_port_t;
H A Dmach_types.h139 typedef struct ipc_port *eventlink_port_pair_t[2];
164 struct ipc_port;
/xnu-11215.61.5/tools/lldbmacros/
H A Dipc.py1389 def FindPortRightsCallback(task, space, ctx, entry_idx, ipc_entry, ipc_port, port_disp): argument
1407 if ipc_port and ipc_port != xnudefines.MACH_PORT_DEAD and ipc_port.ip_messages.imq_msgcount > 0:
1408 … checking {:s} busy-port {}:{:#x}...{:30s}\r".format(procname, entry_name, unsigned(ipc_port), ''))
1411 for kmsgp in IterateCircleQueue(ipc_port.ip_messages.imq_messages, 'ipc_kmsg', 'ikm_link'):
1412 entry_str = FindKmsgPortRefs(entry_str, task, ipc_port, kmsgp, qport)
1466 def CountPortsCallback(task, space, ctx, entry_idx, ipc_entry, ipc_port, port_disp): argument
1476 p_set.add(unsigned(ipc_port))
1479 p_intransit.add(unsigned(ipc_port))
/xnu-11215.61.5/bsd/sys/
H A Devent_private.h458 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("knote.ipc_port") kn_ipc_port;
/xnu-11215.61.5/osfmk/conf/
H A DMakefile.template298 ipc_port.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles101 osfmk/ipc/ipc_port.c standard