Searched refs:TDP_NERRNO (Results 1 – 4 of 4) sorted by relevance
139 KASSERT((td->td_pflags & TDP_NERRNO) == 0, in syscallenter()165 if (__predict_false((td->td_pflags & TDP_NERRNO) != 0)) in syscallenter()166 td->td_pflags &= ~TDP_NERRNO; in syscallenter()193 if (__predict_false((td->td_pflags & TDP_NERRNO) != 0)) in syscallenter()194 td->td_pflags &= ~TDP_NERRNO; in syscallenter()
2100 td->td_pflags |= TDP_NERRNO; in kern_posix_error()
1666 td->td_pflags |= TDP_NERRNO; in kern_sigsuspend()
562 #define TDP_NERRNO 0x08000000 /* Last errno is already in td_errno */ macro