Home
last modified time | relevance | path

Searched defs:osig (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsignalvar.h177 #define SIG2OSIG(sig, osig) (osig = (sig).__bits[0]) argument
178 #define OSIG2SIG(osig, sig) SIGEMPTYSET(sig); (sig).__bits[0] = osig argument
/f-stack/freebsd/kern/
H A Dvfs_aio.c1370 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) in convert_old_sigevent()
2365 struct osigevent osig; in freebsd6_lio_listio() local
2751 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) in convert_old_sigevent32()
3064 struct osigevent32 osig; in freebsd6_freebsd32_lio_listio() local