Home
last modified time | relevance | path

Searched defs:msg (Results 101 – 107 of 107) sorted by relevance

12345

/xnu-8796.121.2/bsd/netinet/
H A Dmptcp_subr.c5119 u_char *msg, uint16_t msg_len, u_char *digest) in mptcp_hmac_sha256()
/xnu-8796.121.2/bsd/dev/dtrace/
H A Ddtrace.c6590 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 Dnecp.h1039 #define NECPLOG0(level, msg) do { … argument
H A Dpf.c716 union pf_pptp_ctrl_msg_union msg; member
/xnu-8796.121.2/iokit/Kernel/
H A DIOServicePM.cpp8459 IOService::getIOMessageString( uint32_t msg ) in getIOMessageString()
/xnu-8796.121.2/bsd/vfs/
H A Dvfs_subr.c465 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 DAvailabilityInternal.h23363 #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