Home
last modified time | relevance | path

Searched refs:EXC_UNIX_BAD_PIPE (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dux_exception.h50 #define EXC_UNIX_BAD_PIPE 0x10001 /* SIGPIPE */ macro
/xnu-8019.80.24/bsd/uxkern/
H A Dux_exception.c88 case EXC_UNIX_BAD_PIPE: in ux_exception()