Searched refs:do_execve (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/indent/tests/ |
H A D | list_head.0 | 3 do_execve(td, args, mac_p)
|
H A D | list_head.0.stdout | 3 do_execve(td, args, mac_p)
|
H A D | declarations.0 | 72 do_execve(td, args, mac_p)
|
H A D | declarations.0.stdout | 66 do_execve(td, args, mac_p)
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 121 static int do_execve(struct thread *td, struct image_args *args, 372 return (do_execve(td, args, mac_p, oldvmspace)); in kern_execve() 390 do_execve(struct thread *td, struct image_args *args, struct mac *mac_p, in do_execve() function
|