Searched refs:infostyle (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c201 int infostyle = UC_TRAD; local
245 infostyle = UC_FLAVOR64;
253 infostyle = UC_DUAL;
260 infostyle = UC_FLAVOR;
277 infostyle = UC_TRAD64;
344 infostyle += 5;
353 infostyle += 5;
650 mctx64.ss.r4 = CAST_USER_ADDR_T(infostyle);
665 mctx.ss.r4 = (unsigned long)infostyle;
727 int infostyle local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dunix_signal.c126 int infostyle = UC_TRAD; local
132 infostyle = UC_FLAVOR;
246 tstate64->rsi = infostyle;
317 frame32.sigstyle = infostyle;
569 if ((unsigned int)uap->infostyle == UC_SET_ALT_STACK) {
572 } else if ((unsigned int)uap->infostyle == UC_RESET_ALT_STACK) {
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsysproto.h664 char infostyle_l_[PADL_(int)]; int infostyle; char infostyle_r_[PADR_(int)]; member in struct:sigreturn_args

Completed in 37 milliseconds