Searched defs:osig (Results 1 – 7 of 7) sorted by relevance
43 struct sigaction nsig, osig; local
78 struct sigaction isig, csig, nsig, osig; local
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
1357 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) in convert_old_sigevent()2347 struct osigevent osig; in freebsd6_lio_listio() local2733 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) in convert_old_sigevent32()3035 struct osigevent32 osig; in freebsd6_freebsd32_lio_listio() local
1147 struct sigaction osig; in main() local