Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dipc_mig.h54 #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 Dmach_filter.h40 mach_msg_id_t msgid, mach_msg_filter_id *fpid);
H A Dipc_kobject.h164 int msgid,
/xnu-11215/osfmk/ipc/
H A Dipc_policy.c223 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 Dipc_policy.h181 mach_msg_id_t msgid,
H A Dmach_kernelrpc.c451 args->msgid, args->sync, notify, &previous); in _kernelrpc_mach_port_request_notification_trap()
/xnu-11215/bsd/netinet/
H A Disakmp.h66 msgid_t msgid; member
/xnu-11215/iokit/Kernel/
H A DIOUserServer.cpp1325 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 DOSAction.iig72 … * @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 DIORPC.h185 uint64_t msgid; member
/xnu-11215/security/
H A Dmac_mach_internal.h108 typedef int (*mac_task_kobj_filter_cbfunc_t)(struct proc *bsdinfo, int msgid, int index);
/xnu-11215/libsyscall/mach/
H A Dmach_port.c242 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 DIORPC.h185 uint64_t msgid; member
H A DIOUserServer.h250 LIBKERN_RETURNS_NOT_RETAINED IODispatchQueue * queueForObject(OSObject * obj, uint64_t msgid);
/xnu-11215/libkern/c++/
H A DOSUnserialize.cpp313 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument
317 # define YY_(msgid) msgid argument
/xnu-11215/osfmk/mach/
H A Dmach_traps.h342 mach_msg_id_t msgid,
895 PAD_ARG_(mach_msg_id_t, msgid);
H A Dmach_port.defs277 * registered, it is returned. The msgid must be one of:
309 msgid : mach_msg_id_t;
/xnu-11215/bsd/sys/
H A Dkdebug.h1152 #define KDBG_MIGCODE(msgid) (((unsigned)DBG_MIG << KDBG_CLASS_OFFSET) | \ argument
1153 ((unsigned)((msgid) & 0x3fffff) << KDBG_CODE_OFFSET))
H A Dproc.h527 typedef int (*kobject_filter_cbfunc_t)(proc_t p, int msgid, int idx);
/xnu-11215/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h385 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument
389 # define YY_(msgid) msgid argument
/xnu-11215/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h385 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument
389 # define YY_(msgid) msgid argument