Searched refs:TDP_NERRNO (Results 1 – 4 of 4) sorted by relevance
140 KASSERT((td->td_pflags & TDP_NERRNO) == 0, in syscallenter()163 if (__predict_false((td->td_pflags & TDP_NERRNO) != 0)) in syscallenter()164 td->td_pflags &= ~TDP_NERRNO; in syscallenter()191 if (__predict_false((td->td_pflags & TDP_NERRNO) != 0)) in syscallenter()192 td->td_pflags &= ~TDP_NERRNO; in syscallenter()
1994 td->td_pflags |= TDP_NERRNO; in kern_posix_error()
1577 td->td_pflags |= TDP_NERRNO; in kern_sigsuspend()
518 #define TDP_NERRNO 0x08000000 /* Last errno is already in td_errno */ macro