Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/openbsd-compat/
H A Dbsd-pselect.c158 sigset_t osig; in pselect() local
/freebsd-src/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-src/crypto/heimdal/kadmin/
H A Dutil.c583 void (*osig)(int); in get_response() local
/freebsd-src/sys/kern/
H A Dvfs_aio.c1367 convert_old_sigevent(struct osigevent * osig,struct sigevent * nsig) convert_old_sigevent() argument
2376 struct osigevent osig; freebsd6_lio_listio() local
2762 convert_old_sigevent32(struct osigevent32 * osig,struct sigevent * nsig) convert_old_sigevent32() argument
3077 struct osigevent32 osig; freebsd6_freebsd32_lio_listio() local
[all...]
/freebsd-src/contrib/tcsh/
H A Dsh.c1147 struct sigaction osig; in main() local