Searched defs:osig (Results 1 – 5 of 5) sorted by relevance
158 sigset_t osig; in pselect() local
174 #define SIG2OSIG(sig, osig) (osig = (sig).__bits[0]) argument175 #define OSIG2SIG(osig, sig) SIGEMPTYSET(sig); (sig).__bits[0] = osig argument
583 void (*osig)(int); in get_response() local
1359 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) in convert_old_sigevent()2349 struct osigevent osig; in freebsd6_lio_listio() local2735 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) in convert_old_sigevent32()3037 struct osigevent32 osig; in freebsd6_freebsd32_lio_listio() local
1147 struct sigaction osig; in main() local