Home
last modified time | relevance | path

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

/xnu-10063.141.1/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()
104 …ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_settable_self, "task.itk_settable_self… in ptrauth_data_tests()
105 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_host, "task.itk_host"); in ptrauth_data_tests()
106 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_bootstrap, "task.itk_bootstrap"); in ptrauth_data_tests()
107 …ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_debug_control, "task.itk_debug_control… in ptrauth_data_tests()
109 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_task_access, "task.itk_task_access"); in ptrauth_data_tests()
110 ALLOC_VALIDATE_DATA_PTR(struct task, struct ipc_port *, itk_resume, "task.itk_resume"); in ptrauth_data_tests()
116 ALLOC_VALIDATE_DATA_PTR(struct ipc_port, ipc_kobject_label_t, ip_kolabel, "ipc_port.kolabel"); 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-10063.141.1/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),
1320 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-10063.141.1/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.h2242 struct ipc_port *port
2284 struct ipc_port *port
H A Dmac_framework.h96 struct ipc_port;
/xnu-10063.141.1/osfmk/kern/
H A Dtask.h237 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_task_ports") itk_task_ports[TASK_SELF_PORT_COUN…
238 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_settable_self") itk_settable_self; /* a send …
239 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_self") itk_self; /* immovab…
242 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_host") itk_host; /* a send …
243 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_bootstrap") itk_bootstrap; /* a send …
244 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_debug_control") itk_debug_control; /* send ri…
245 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_task_access") itk_task_access; /* and ano…
246 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_resume") itk_resume; /* a recei…
247 …struct ipc_port * XNU_PTRAUTH_SIGNED_PTR("task.itk_registered") itk_registered[TASK_PORT_REGISTER_…
251 …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.h256 struct ipc_port * pset_self; /* port for operations */
257 struct ipc_port * pset_name_self; /* port for information */
399 struct ipc_port *processor_self; /* port for operations */
H A Dclock.h91 struct ipc_port *cl_service; /* service port */
H A Dthread.h203 struct ipc_port *tro_self_port;
204 struct ipc_port *tro_settable_self_port; /* send right */
205 struct ipc_port *tro_ports[THREAD_SELF_PORT_COUNT]; /* no right */
783 struct ipc_port *ith_special_reply_port; /* ref to special reply port */
H A Dipc_tt.c917 vm_size_t size = sizeof(struct ipc_port *) * 2 + sizeof(tro_tpl->tro_ports); in ipc_thread_ro_update_ports()
/xnu-10063.141.1/osfmk/mach/
H A Dport.h140 struct ipc_port;
144 typedef struct ipc_port *ipc_port_t;
H A Dmach_types.h138 typedef struct ipc_port *eventlink_port_pair_t[2];
163 struct ipc_port;
/xnu-10063.141.1/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-10063.141.1/bsd/sys/
H A Devent_private.h452 struct ipc_port *XNU_PTRAUTH_SIGNED_PTR("knote.ipc_port") kn_ipc_port;
/xnu-10063.141.1/osfmk/conf/
H A DMakefile.template238 ipc_port.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles102 osfmk/ipc/ipc_port.c standard