Home
last modified time | relevance | path

Searched refs:thunk_execv (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h116 int thunk_execv(const char *, char * const []);
/netbsd-src/sys/arch/usermode/usermode/
H A Dmachdep.c304 if (thunk_execv(saved_argv[0], saved_argv) == -1) in usermode_reboot()
H A Dthunk.c496 thunk_execv(const char *path, char * const argv[]) in thunk_execv() function