Searched refs:SVR4_BSD2SVR4_SIG (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/compat/svr4/
H A Dsvr4_signal.h97 #define SVR4_BSD2SVR4_SIG(sig) \ macro
H A Dsvr4_misc.c145 st = (st & ~0177) | SVR4_BSD2SVR4_SIG(sig);
149 st = (st & ~0xff00) | (SVR4_BSD2SVR4_SIG(sig) << 8);
1164 i.svr4_si_status = SVR4_BSD2SVR4_SIG(sig);
1173 i.svr4_si_status = SVR4_BSD2SVR4_SIG(sig);

Completed in 48 milliseconds