Home
last modified time | relevance | path

Searched refs:stringspace (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Dimgact.h52 int stringspace; /* space left in arg & env buffer */ member
/freebsd/sys/kern/
H A Dkern_exec.c1595 args->stringspace = ARG_MAX; in exec_args_add_fname()
1611 copystr(str, args->endp, args->stringspace, &length) : in exec_args_add_str()
1612 copyinstr(str, args->endp, args->stringspace, &length); in exec_args_add_str()
1615 args->stringspace -= length; in exec_args_add_str()
1652 if (args->stringspace < offset) in exec_args_adjust_args()
1659 args->stringspace -= offset; in exec_args_adjust_args()
1749 destp -= ARG_MAX - imgp->args->stringspace; in exec_copyout_strings()
1783 ARG_MAX - imgp->args->stringspace); in exec_copyout_strings()
H A Dimgact_shell.c235 imgp->args->stringspace, NULL); in exec_shell_imgact()
/freebsd/sys/compat/linux/
H A Dlinux_elf.c370 destp -= ARG_MAX - imgp->args->stringspace; in __linuxN()
409 ARG_MAX - imgp->args->stringspace); in __linuxN()
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c650 destp -= ARG_MAX - imgp->args->stringspace; in linux_copyout_strings()
680 ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3726 destp -= ARG_MAX - imgp->args->stringspace; in freebsd32_copyout_strings()
3759 ARG_MAX - imgp->args->stringspace); in freebsd32_copyout_strings()