Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/sys/
H A Dkdebug_private.h568 #define ENTR_SHOULDTRACE kdebug_enable macro
610 #define ENTR_SHOULDTRACE FALSE macro
/xnu-8020.101.4/bsd/kern/
H A Duipc_syscalls.c280 if (ENTR_SHOULDTRACE) { in socket_common()
653 if (error == 0 && ENTR_SHOULDTRACE) { in accept_nocancel()
H A Dkern_descrip.c1705 if (ENTR_SHOULDTRACE && FILEGLOB_DTYPE(fg) == DTYPE_SOCKET) { in fp_close_and_unlock()
2412 if (ENTR_SHOULDTRACE && FILEGLOB_DTYPE(fp->fp_glob) == DTYPE_SOCKET) { in sys_dup()
H A Duipc_socket.c2190 if (ENTR_SHOULDTRACE && in sosend()
3441 if (ENTR_SHOULDTRACE && in soreceive()
/xnu-8020.101.4/bsd/netinet/
H A Dmptcp_subr.c2467 if (ENTR_SHOULDTRACE && in mptcp_subflow_sosend()