Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Dimgact_shell.c199 if (offset > imgp->args->stringspace + length) { in exec_shell_imgact()
211 imgp->args->stringspace -= offset; in exec_shell_imgact()
245 imgp->args->stringspace, NULL); in exec_shell_imgact()
H A Dkern_exec.c1213 args->stringspace = ARG_MAX; in exec_copyin_args()
1227 args->stringspace, &length); in exec_copyin_args()
1233 args->stringspace -= length; in exec_copyin_args()
1253 args->endp, args->stringspace, &length); in exec_copyin_args()
1259 args->stringspace -= length; in exec_copyin_args()
1290 args->stringspace = ARG_MAX; in exec_copyin_data_fds()
1303 args->stringspace -= datalen + 1; in exec_copyin_data_fds()
1547 destp -= ARG_MAX - imgp->args->stringspace; in exec_copyout_strings()
1581 copyout(stringp, (void *)destp, ARG_MAX - imgp->args->stringspace); in exec_copyout_strings()
H A Dimgact_binmisc.c653 if (offset > imgp->args->stringspace) { in imgact_binmisc_exec()
666 imgp->args->stringspace -= offset; in imgact_binmisc_exec()
/freebsd-12.1/sys/sys/
H A Dimgact.h53 int stringspace; /* space left in arg & env buffer */ member
/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysvec.c243 roundup(ARG_MAX - imgp->args->stringspace, sizeof(char *)); in linux_copyout_strings()
282 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysvec.c330 roundup(ARG_MAX - imgp->args->stringspace, sizeof(char *)); in linux_copyout_strings()
368 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_misc.c370 args->stringspace = ARG_MAX; in freebsd32_exec_copyin_args()
383 error = copyinstr(argp, args->endp, args->stringspace, &length); in freebsd32_exec_copyin_args()
389 args->stringspace -= length; in freebsd32_exec_copyin_args()
408 error = copyinstr(envp, args->endp, args->stringspace, in freebsd32_exec_copyin_args()
415 args->stringspace -= length; in freebsd32_exec_copyin_args()
3202 destp -= ARG_MAX - imgp->args->stringspace; in freebsd32_copyout_strings()
3235 copyout(stringp, (void *)destp, ARG_MAX - imgp->args->stringspace); in freebsd32_copyout_strings()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c788 roundup(ARG_MAX - imgp->args->stringspace, sizeof(char *)); in linux_copyout_strings()
825 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysvec.c302 roundup(ARG_MAX - imgp->args->stringspace, sizeof(char *)); in linux_copyout_strings()
345 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()