Home
last modified time | relevance | path

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

/openbsd/sys/sys/
H A Dsyscall_mi.h198 DT_LEAVE(syscall, code, error, retval[0], retval[1]); in mi_syscall_return()
233 DT_LEAVE(syscall, code, 0, child_retval[0], child_retval[1]); in mi_child_return()
/openbsd/sys/dev/dt/
H A Ddtvar.h254 #define DT_LEAVE(provname, args...) do { \ macro