Searched defs:msg (Results 101 – 107 of 107) sorted by relevance
12345
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | mptcp_subr.c | 5119 u_char *msg, uint16_t msg_len, u_char *digest) in mptcp_hmac_sha256()
|
| /xnu-8796.121.2/bsd/dev/dtrace/ |
| H A D | dtrace.c | 6590 const char *msg = "dtrace: breakpoint action at probe "; in dtrace_action_breakpoint() local 13316 const char *msg; in dtrace_dof_difo() member
|
| /xnu-8796.121.2/bsd/net/ |
| H A D | necp.h | 1039 #define NECPLOG0(level, msg) do { … argument
|
| H A D | pf.c | 716 union pf_pptp_ctrl_msg_union msg; member
|
| /xnu-8796.121.2/iokit/Kernel/ |
| H A D | IOServicePM.cpp | 8459 IOService::getIOMessageString( uint32_t msg ) in getIOMessageString()
|
| /xnu-8796.121.2/bsd/vfs/ |
| H A D | vfs_subr.c | 465 vnode_waitforwrites(vnode_t vp, int output_target, int slpflag, int slptimeout, const char *msg) in vnode_waitforwrites()
|
| /xnu-8796.121.2/EXTERNAL_HEADERS/ |
| H A D | AvailabilityInternal.h | 23363 #define __API_D(msg,x) __attribute__((availability(__API_DEPRECATED_PLATFORM_##x,message=msg))) argument 23364 #define __API_DEPRECATED_MSG2(msg,x) __API_D(msg,x) argument 23365 #define __API_DEPRECATED_MSG3(msg,x,y) __API_D(msg,x) __API_D(msg,y) argument 23366 #define __API_DEPRECATED_MSG4(msg,x,y,z) __API_DEPRECATED_MSG3(msg,x,y) __API_D(msg,z) argument 23367 #define __API_DEPRECATED_MSG5(msg,x,y,z,t) __API_DEPRECATED_MSG4(msg,x,y,z) __API_D(msg,t) argument
|
12345