Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-pselect.c158 sigset_t osig; in pselect() local
/freebsd/sys/sys/
H A Dsignalvar.h174 #define SIG2OSIG(sig, osig) (osig = (sig).__bits[0]) argument
175 #define OSIG2SIG(osig, sig) SIGEMPTYSET(sig); (sig).__bits[0] = osig argument
/freebsd/crypto/heimdal/kadmin/
H A Dutil.c583 void (*osig)(int); in get_response() local
/freebsd/sys/kern/
H A Dvfs_aio.c1367 convert_old_sigevent(struct osigevent *osig, struct sigevent *nsig) in convert_old_sigevent()
2376 struct osigevent osig; in freebsd6_lio_listio() local
2762 convert_old_sigevent32(struct osigevent32 *osig, struct sigevent *nsig) in convert_old_sigevent32()
3077 struct osigevent32 osig; in freebsd6_freebsd32_lio_listio() local
/freebsd/contrib/tcsh/
H A Dsh.c1147 struct sigaction osig; in main() local