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

/darwin-on-arm/xnu/bsd/dev/arm/
H A Dunix_signals.c104 int infostyle = UC_TRAD; local
139 infostyle = UC_FLAVOR;
278 tstate32->r[1] = infostyle;
384 * NOTE: we don't really need to check on infostyle since state restoring
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dunix_signal.c164 int infostyle = UC_TRAD; local
171 infostyle = UC_FLAVOR;
295 tstate64->rsi = infostyle;
373 frame32.sigstyle = infostyle;
675 if ((unsigned int)uap->infostyle == UC_SET_ALT_STACK) {
678 } else if ((unsigned int)uap->infostyle == UC_RESET_ALT_STACK) {

Completed in 21 milliseconds