Home
last modified time | relevance | path

Searched defs:msgid (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.121.3/osfmk/kern/
H A Dipc_mig.h52 #define __BeforeRcvCallTrace(msgid, arg1, arg2, arg3, arg4) \ argument
61 #define __AfterRcvCallTrace(msgid, arg1, arg2, arg3, arg4) \ argument
70 #define __BeforeSimpleCallTrace(msgid, arg1, arg2, arg3, arg4) \ argument
79 #define __AfterSimpleCallTrace(msgid, arg1, arg2, arg3, arg4) \ argument
90 #define __BeforeRcvRpc(msgid, _NAME_) \ argument
99 #define __AfterRcvRpc(msgid, _NAME_) \ argument
109 #define __BeforeRcvSimple(msgid, _NAME_) \ argument
118 #define __AfterRcvSimple(msgid, _NAME_) \ argument
129 #define _MIG_MSGID_INVALID(msgid) \ argument
/xnu-8020.121.3/bsd/netinet/
H A Disakmp.h66 msgid_t msgid; member
/xnu-8020.121.3/iokit/Kernel/
H A DIOUserServer.cpp199 uint64_t msgid; member
1182 OSActionCreateWithTypeNameInternal(OSObject * target, uint64_t targetmsgid, uint64_t msgid, size_t … in OSActionCreateWithTypeNameInternal()
1284 uint64_t msgid, in Create_Impl()
1295 uint64_t msgid, in CreateWithTypeName_Impl()
2607 IOUserServer::queueForObject(OSObject * obj, uint64_t msgid) in queueForObject()
2990 uint64_t msgid; in server() local
3264 uint64_t msgid; in rpc() local
/xnu-8020.121.3/libkern/c++/
H A DOSUnserialize.cpp313 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument
317 # define YY_(msgid) msgid argument
/xnu-8020.121.3/iokit/DriverKit/
H A DIORPC.h184 uint64_t msgid; member
/xnu-8020.121.3/iokit/IOKit/
H A DIORPC.h184 uint64_t msgid; member
/xnu-8020.121.3/iokit/System/
H A DOSUnserializeXMLSharedImplementation.h385 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument
389 # define YY_(msgid) msgid argument
/xnu-8020.121.3/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h385 # define YY_(msgid) dgettext ("bison-runtime", msgid) argument
389 # define YY_(msgid) msgid argument
/xnu-8020.121.3/libsyscall/mach/
H A Dmach_port.c242 mach_msg_id_t msgid, in mach_port_request_notification()
/xnu-8020.121.3/bsd/sys/
H A Dkdebug.h985 #define KDBG_MIGCODE(msgid) (((unsigned)DBG_MIG << KDBG_CLASS_OFFSET) | \ argument