Home
last modified time | relevance | path

Searched refs:ENTR_SHOULDTRACE (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/bsd/sys/
H A Dkdebug_private.h523 #define ENTR_SHOULDTRACE kdebug_enable macro
546 #define ENTR_SHOULDTRACE 0 macro
/xnu-10063.141.1/bsd/kern/
H A Duipc_syscalls.c317 if (ENTR_SHOULDTRACE) { in socket_common()
705 if (error == 0 && ENTR_SHOULDTRACE) { in accept_nocancel()
H A Dkern_descrip.c1773 if (ENTR_SHOULDTRACE && FILEGLOB_DTYPE(fg) == DTYPE_SOCKET) { in fp_close_and_unlock()
2395 if (ENTR_SHOULDTRACE && FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_SOCKET) { in sys_dup()
H A Duipc_socket.c2209 if (ENTR_SHOULDTRACE && in sosend()
3389 if (ENTR_SHOULDTRACE && in soreceive()
/xnu-10063.141.1/bsd/netinet/
H A Dmptcp_subr.c2372 if (ENTR_SHOULDTRACE && in mptcp_subflow_sosend()