Home
last modified time | relevance | path

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

/netbsd/src/sys/sys/
Dexec_script.h45 int exec_script_makecmds(struct lwp *, struct exec_package *);
/netbsd/src/sys/kern/
Dexec_script.c68 .es_makecmds = exec_script_makecmds,
121 exec_script_makecmds(struct lwp *l, struct exec_package *epp) in exec_script_makecmds() function