Searched defs:osig (Results 1 – 2 of 2) sorted by relevance
177 #define SIG2OSIG(sig, osig) (osig = (sig).__bits[0]) argument178 #define OSIG2SIG(osig, sig) SIGEMPTYSET(sig); (sig).__bits[0] = osig argument
1370 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) in convert_old_sigevent()2365 struct osigevent osig; in freebsd6_lio_listio() local2751 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) in convert_old_sigevent32()3064 struct osigevent32 osig; in freebsd6_freebsd32_lio_listio() local