Home
last modified time | relevance | path

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

/freebsd-13.1/sys/sys/
H A Dimgact.h103 int exec_alloc_args(struct image_args *);
/freebsd-13.1/sys/kern/
H A Dkern_exec.c1296 error = exec_alloc_args(args); in exec_copyin_args()
1363 error = exec_alloc_args(args); in exec_copyin_data_fds()
1530 exec_alloc_args(struct image_args *args) in exec_alloc_args() function
H A Dinit_main.c745 error = exec_alloc_args(&args); in start_init()
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c380 error = exec_alloc_args(args); in freebsd32_exec_copyin_args()