Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dsignalvar.h175 #define SIG2OSIG(sig, osig) (osig = (sig).__bits[0]) argument
176 #define OSIG2SIG(osig, sig) SIGEMPTYSET(sig); (sig).__bits[0] = osig argument
/freebsd-9-stable/contrib/gdb/gdb/
Dinflow.c614 static void (*osig) (); variable
/freebsd-9-stable/crypto/heimdal/kadmin/
Dutil.c573 void (*osig)(int); in get_response() local
/freebsd-9-stable/sys/kern/
Dvfs_aio.c1411 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) in convert_old_sigevent()
2305 struct osigevent osig; in sys_olio_listio() local
2649 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) in convert_old_sigevent32()
2916 struct osigevent32 osig; in freebsd32_olio_listio() local
/freebsd-9-stable/contrib/tcsh/
Dsh.c1156 struct sigaction osig; in main() local