Home
last modified time | relevance | path

Searched defs:SIGURG (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/dev/dtrace/scripts/
H A Dsignal.d55 inline int SIGURG = 16; variable
/xnu-11215.1.10/bsd/sys/
H A Dsignal.h104 #define SIGURG 16 /* urgent condition on IO channel */ macro