Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dkdebug_private.h523 #define ENTR_SHOULDTRACE kdebug_enable macro
546 #define ENTR_SHOULDTRACE 0 macro
/xnu-11417.121.6/bsd/kern/
H A Duipc_syscalls.c319 if (ENTR_SHOULDTRACE) { in socket_common()
715 if (error == 0 && ENTR_SHOULDTRACE) { in accept_nocancel()
H A Dkern_descrip.c1782 if (ENTR_SHOULDTRACE && FILEGLOB_DTYPE(fg) == DTYPE_SOCKET) { in fp_close_and_unlock()
2408 if (ENTR_SHOULDTRACE && FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_SOCKET) { in sys_dup()
H A Duipc_socket.c2202 if (ENTR_SHOULDTRACE && in sosend()
3396 if (ENTR_SHOULDTRACE && in soreceive()
/xnu-11417.121.6/bsd/netinet/
H A Dmptcp_subr.c2397 if (ENTR_SHOULDTRACE && in mptcp_subflow_sosend()