| /xnu-11215/osfmk/kern/ |
| H A D | ipc_mig.h | 54 #define __BeforeRcvCallTrace(msgid, arg1, arg2, arg3, arg4) \ argument 56 KDBG_MIGCODE(msgid) | DBG_FUNC_START, \ 63 #define __AfterRcvCallTrace(msgid, arg1, arg2, arg3, arg4) \ argument 65 KDBG_MIGCODE(msgid) | DBG_FUNC_END, \ 72 #define __BeforeSimpleCallTrace(msgid, arg1, arg2, arg3, arg4) \ argument 74 KDBG_MIGCODE(msgid) | DBG_FUNC_START, \ 83 KDBG_MIGCODE(msgid) | DBG_FUNC_END, \ 90 #define __BeforeKobjectServerTrace(msgid) ((void)0) argument 91 #define __AfterKobjectServerTrace(msgid) ((void)0) argument 97 KDBG_MIGCODE(msgid) | DBG_FUNC_START, 0u, 0u, 0u, 0u, 0u) [all …]
|
| H A D | mach_filter.h | 40 mach_msg_id_t msgid, mach_msg_filter_id *fpid);
|
| H A D | ipc_kobject.h | 164 int msgid,
|
| /xnu-11215/osfmk/ipc/ |
| H A D | ipc_policy.c | 223 mach_msg_id_t msgid) in ipc_policy_allow_legacy_mach_msg_trap_for_platform() argument 254 switch (msgid) { in ipc_policy_allow_legacy_mach_msg_trap_for_platform() 260 mach_msg_legacy_send_analytics(msgid, platform, sdk); in ipc_policy_allow_legacy_mach_msg_trap_for_platform() 270 mach_msg_id_t msgid, in ipc_policy_allow_legacy_send_trap() argument 298 if (ipc_policy_allow_legacy_mach_msg_trap_for_platform(msgid)) { in ipc_policy_allow_legacy_send_trap() 303 mach_port_guard_exception(msgid, 0, 0, kGUARD_EXC_INVALID_OPTIONS); in ipc_policy_allow_legacy_send_trap()
|
| H A D | ipc_policy.h | 181 mach_msg_id_t msgid,
|
| H A D | mach_kernelrpc.c | 451 args->msgid, args->sync, notify, &previous); in _kernelrpc_mach_port_request_notification_trap()
|
| /xnu-11215/bsd/netinet/ |
| H A D | isakmp.h | 66 msgid_t msgid; member
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserServer.cpp | 1325 inst->ivars->msgid = msgid; in OSActionCreateWithTypeNameInternal() 1367 uint64_t msgid, in Create_Impl() argument 1378 uint64_t msgid, in CreateWithTypeName_Impl() argument 3150 if (message->msgid != action->ivars->msgid) { in target() 3220 uint64_t msgid; in server() local 3258 msgid = message->msgid; in server() 3264 msgid = message->msgid; in server() 3328 errorMsg->hdr.msgid = message->msgid; in server() 3548 msgid = message->msgid; in rpc() 3549 machid = (msgid >> 32); in rpc() [all …]
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | OSAction.iig | 72 … * @param msgid Generated message ID for the method invoked by the receiver of the OSAction 83 uint64_t msgid, 91 uint64_t msgid,
|
| H A D | IORPC.h | 185 uint64_t msgid; member
|
| /xnu-11215/security/ |
| H A D | mac_mach_internal.h | 108 typedef int (*mac_task_kobj_filter_cbfunc_t)(struct proc *bsdinfo, int msgid, int index);
|
| /xnu-11215/libsyscall/mach/ |
| H A D | mach_port.c | 242 mach_msg_id_t msgid, in mach_port_request_notification() argument 250 rv = _kernelrpc_mach_port_request_notification_trap(task, name, msgid, in mach_port_request_notification() 254 rv = _kernelrpc_mach_port_request_notification(task, name, msgid, in mach_port_request_notification()
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IORPC.h | 185 uint64_t msgid; member
|
| H A D | IOUserServer.h | 250 LIBKERN_RETURNS_NOT_RETAINED IODispatchQueue * queueForObject(OSObject * obj, uint64_t msgid);
|
| /xnu-11215/libkern/c++/ |
| H A D | OSUnserialize.cpp | 313 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument 317 # define YY_(msgid) msgid argument
|
| /xnu-11215/osfmk/mach/ |
| H A D | mach_traps.h | 342 mach_msg_id_t msgid, 895 PAD_ARG_(mach_msg_id_t, msgid);
|
| H A D | mach_port.defs | 277 * registered, it is returned. The msgid must be one of: 309 msgid : mach_msg_id_t;
|
| /xnu-11215/bsd/sys/ |
| H A D | kdebug.h | 1152 #define KDBG_MIGCODE(msgid) (((unsigned)DBG_MIG << KDBG_CLASS_OFFSET) | \ argument 1153 ((unsigned)((msgid) & 0x3fffff) << KDBG_CODE_OFFSET))
|
| H A D | proc.h | 527 typedef int (*kobject_filter_cbfunc_t)(proc_t p, int msgid, int idx);
|
| /xnu-11215/iokit/System/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 385 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument 389 # define YY_(msgid) msgid argument
|
| /xnu-11215/libkern/libkern/c++/ |
| H A D | OSUnserializeXMLSharedImplementation.h | 385 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument 389 # define YY_(msgid) msgid argument
|