Searched refs:XSIGURG (Results 1 – 2 of 2) sorted by relevance
154 return (XSIGURG); in maptonewsig()194 case XSIGURG: /* urgent condition on IO channel */ in maptooldsig()238 if (mask & sigmask(XSIGURG)) in maptooldmask()284 mask |= sigmask(XSIGURG); in maptonewmask()
35 #define XSIGURG 21 /* urgent condition on IO channel */ macro