Home
last modified time | relevance | path

Searched refs:sy_return (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysent.h75 u_int32_t sy_return; /* DTrace return ID for systrace. */ member
200 .sy_return = 0, \
/f-stack/freebsd/kern/
H A Dsubr_syscall.c181 if (__predict_false(se->sy_return != 0)) in syscallenter()