Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dimgact.h101 int exec_alloc_args(struct image_args *);
/freebsd-12.1/sys/kern/
H A Dkern_exec.c1194 error = exec_alloc_args(args); in exec_copyin_args()
1285 error = exec_alloc_args(args); in exec_copyin_data_fds()
1450 exec_alloc_args(struct image_args *args) in exec_alloc_args() function
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c351 error = exec_alloc_args(args); in freebsd32_exec_copyin_args()