Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dimgact.h52 int stringspace; /* space left in arg & env buffer */ member
/freebsd-14.2/sys/kern/
H A Dkern_exec.c1568 args->stringspace = ARG_MAX; in exec_args_add_fname()
1584 copystr(str, args->endp, args->stringspace, &length) : in exec_args_add_str()
1585 copyinstr(str, args->endp, args->stringspace, &length); in exec_args_add_str()
1588 args->stringspace -= length; in exec_args_add_str()
1625 if (args->stringspace < offset) in exec_args_adjust_args()
1632 args->stringspace -= offset; in exec_args_adjust_args()
1722 destp -= ARG_MAX - imgp->args->stringspace; in exec_copyout_strings()
1756 ARG_MAX - imgp->args->stringspace); in exec_copyout_strings()
H A Dimgact_shell.c236 imgp->args->stringspace, NULL); in exec_shell_imgact()
/freebsd-14.2/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-14.2/sys/amd64/linux32/
H A Dlinux32_sysvec.c649 destp -= ARG_MAX - imgp->args->stringspace; in linux_copyout_strings()
679 ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3664 destp -= ARG_MAX - imgp->args->stringspace; in freebsd32_copyout_strings()
3697 ARG_MAX - imgp->args->stringspace); in freebsd32_copyout_strings()