Home
last modified time | relevance | path

Searched refs:exec_alloc_args (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Dimgact.h104 int exec_alloc_args(struct image_args *);
/freebsd/sys/kern/
H A Dinit_main.c763 error = exec_alloc_args(&args); in start_init()
H A Dkern_exec.c1344 error = exec_alloc_args(args); in exec_copyin_args()
1515 exec_alloc_args(struct image_args *args) in exec_alloc_args() function
/freebsd/sys/compat/linux/
H A Dlinux_misc.c2629 error = exec_alloc_args(args); in linux_exec_copyin_args()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c418 error = exec_alloc_args(args); in freebsd32_exec_copyin_args()