Searched defs:osig (Results 1 – 5 of 5) sorted by relevance
175 #define SIG2OSIG(sig, osig) (osig = (sig).__bits[0]) argument176 #define OSIG2SIG(osig, sig) SIGEMPTYSET(sig); (sig).__bits[0] = osig argument
614 static void (*osig) (); variable
573 void (*osig)(int); in get_response() local
1411 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) in convert_old_sigevent()2305 struct osigevent osig; in sys_olio_listio() local2649 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) in convert_old_sigevent32()2916 struct osigevent32 osig; in freebsd32_olio_listio() local
1156 struct sigaction osig; in main() local