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

/freebsd-11-stable/sys/cddl/dev/systrace/
H A Dsystrace.c219 if ((id = sa->callp->sy_return) == DTRACE_IDNONE)
301 ASSERT(sysent[sysnum].sy_return == 0);
317 SYSENT[sysnum].sy_return = id;
326 SYSENT[sysnum].sy_return = 0;
/freebsd-11-stable/sys/sys/
H A Dsysent.h63 u_int32_t sy_return; /* DTrace return ID for systrace. */ member in struct:sysent
188 .sy_return = 0, \
/freebsd-11-stable/sys/kern/
H A Dsubr_syscall.c141 if (systrace_probe_func != NULL && sa->callp->sy_return != 0)

Completed in 71 milliseconds