Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dimgact.h104 int exec_alloc_args(struct image_args *);
/f-stack/freebsd/kern/
H A Dkern_exec.c1170 error = exec_alloc_args(args); in exec_copyin_args()
1237 error = exec_alloc_args(args); in exec_copyin_data_fds()
1400 exec_alloc_args(struct image_args *args) in exec_alloc_args() function
H A Dinit_main.c743 error = exec_alloc_args(&args); in start_init()