Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/tests/
H A Dptrauth_data_tests.c104 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_task_ports[0], "task.itk_task_ports"); in ptrauth_data_tests()
106 …ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_settable_self, "task.itk_settable_self… in ptrauth_data_tests()
108 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_host, "task.itk_host"); in ptrauth_data_tests()
109 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_bootstrap, "task.itk_bootstrap"); in ptrauth_data_tests()
110 …ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_debug_control, "task.itk_debug_control… in ptrauth_data_tests()
112 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_task_access, "task.itk_task_access"); in ptrauth_data_tests()
113 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_resume, "task.itk_resume"); in ptrauth_data_tests()
126 …ALLOC_VALIDATE_DATA_PTR(struct ipc_kmsg, struct ipc_port *, ikm_voucher_port, "kmsg.ikm_voucher_po… in ptrauth_data_tests()
/xnu-12377.81.4/osfmk/ipc/
H A Dipc_port.h104 struct ipc_port *ipr_soright;
118 struct ipc_port { struct
158 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("ipc_port.ip_destination") ip_destination;
164 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("ipc_port.ip_nsrequest") ip_nsrequest; argument
169 struct ipc_port *ip_sync_inheritor_port; argument
182 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("ipc_port.ip_pdrequest") ip_pdrequest;
284 #define ip_object_to_port(io) __container_of(io, struct ipc_port, ip_object)
301 zone_id_require(ZONE_ID_IPC_PORT, sizeof(struct ipc_port), port)
303 #define ip_from_waitq(wq) __container_of(wq, struct ipc_port, ip_waitq)
304 #define ip_from_mq(mq) __container_of(mq, struct ipc_port, ip_messages)
H A DMakefile15 ipc_port.h \
H A Dipc_entry.h112 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("ipc_entry.ie_object") ie_port;
H A Dipc_object.c127 ZONE_DEFINE_ID(ZONE_ID_IPC_PORT, "ipc ports", struct ipc_port,
1205 offsetof(struct ipc_port, ip_waitq));
H A Dipc_object.h295 ZONE_DECLARE_ID(ZONE_ID_IPC_PORT, struct ipc_port);
/xnu-12377.81.4/security/
H A Dmac_mach_internal.h85 int id, struct ipc_port *port);
93 struct task *target, int which, struct ipc_port *port);
H A Dmac_mach.c161 mac_task_check_set_host_special_port(struct task *task, int id, struct ipc_port *port) in mac_task_check_set_host_special_port()
216 …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.h2290 struct ipc_port *port
2332 struct ipc_port *port
H A Dmac_framework.h96 struct ipc_port;
/xnu-12377.81.4/osfmk/kern/
H A Dtask.h290 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_task_ports") itk_task_ports[TASK_SELF_PORT_COUN…
292 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_settable_self") itk_settable_self; /* a send …
298 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_host") itk_host; /* a send …
299 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_bootstrap") itk_bootstrap; /* a send …
300 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_debug_control") itk_debug_control; /* send ri…
301 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_task_access") itk_task_access; /* and ano…
302 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_resume") itk_resume; /* a recei…
303 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_registered") itk_registered[TASK_PORT_REGISTER_…
307 …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.h305 struct ipc_port * pset_self; /* port for operations */
306 struct ipc_port * pset_name_self; /* port for information */
529 struct ipc_port *processor_self; /* port for operations */
H A Dclock.h91 struct ipc_port *cl_service; /* service port */
H A Dthread.h209 struct ipc_port *tro_ports[THREAD_SELF_PORT_COUNT]; /* no right */
211 struct ipc_port *tro_settable_self_port; /* send right */
819 struct ipc_port *ith_special_reply_port; /* ref to special reply port */
H A Dipc_tt.c883 + sizeof(struct ipc_port *); in ipc_thread_ro_update_ports()
/xnu-12377.81.4/osfmk/mach/
H A Dmach_types.h139 typedef struct ipc_port *eventlink_port_pair_t[2];
164 struct ipc_port;
H A Dport.h140 struct ipc_port;
144 typedef struct ipc_port *ipc_port_t;
/xnu-12377.81.4/tools/lldbmacros/
H A Dipc.py1681 def FindPortRightsCallback(task, space, ctx, entry_idx, ipc_entry, ipc_port, port_disp): argument
1702 ipc_port
1703 and ipc_port != xnudefines.MACH_PORT_DEAD
1704 and ipc_port.ip_messages.imq_msgcount > 0
1708 procname, entry_name, unsigned(ipc_port), ""
1714 ipc_port.ip_messages.imq_messages, "ipc_kmsg", "ikm_link"
1716 entry_str = FindKmsgPortRefs(entry_str, task, ipc_port, kmsgp, qport)
1776 def CountPortsCallback(task, space, ctx, entry_idx, ipc_entry, ipc_port, port_disp): argument
1786 ipc_port_addr = unsigned(ipc_port)
/xnu-12377.81.4/bsd/sys/
H A Devent_private.h458 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("knote.ipc_port") kn_ipc_port;
/xnu-12377.81.4/osfmk/conf/
H A DMakefile.template300 ipc_port.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles100 osfmk/ipc/ipc_port.c standard