Searched refs:stringspace (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | imgact_shell.c | 199 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 D | kern_exec.c | 1213 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 D | imgact_binmisc.c | 653 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 D | imgact.h | 53 int stringspace; /* space left in arg & env buffer */ member
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 243 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 D | linux_sysvec.c | 330 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 D | freebsd32_misc.c | 370 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 D | linux32_sysvec.c | 788 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 D | linux_sysvec.c | 302 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()
|