Searched refs:stringspace (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/kern/ |
| HD | imgact_shell.c | 198 if (offset > imgp->args->stringspace + length) { 210 imgp->args->stringspace -= offset; 244 imgp->args->stringspace, NULL);
|
| HD | kern_exec.c | 1163 args->stringspace = ARG_MAX; in exec_copyin_args() 1177 args->stringspace, &length); in exec_copyin_args() 1183 args->stringspace -= length; in exec_copyin_args() 1203 args->endp, args->stringspace, &length); in exec_copyin_args() 1209 args->stringspace -= length; in exec_copyin_args() 1324 destp -= ARG_MAX - imgp->args->stringspace; 1367 copyout(stringp, (void *)destp, ARG_MAX - imgp->args->stringspace);
|
| HD | imgact_binmisc.c | 662 if (offset > imgp->args->stringspace) { in imgact_binmisc_exec() 675 imgp->args->stringspace -= offset; in imgact_binmisc_exec()
|
| /trueos/sys/sys/ |
| HD | imgact.h | 48 int stringspace; /* space left in arg & env buffer */ member
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32_misc.c | 341 args->stringspace = ARG_MAX; in freebsd32_exec_copyin_args() 354 error = copyinstr(argp, args->endp, args->stringspace, &length); in freebsd32_exec_copyin_args() 360 args->stringspace -= length; in freebsd32_exec_copyin_args() 379 error = copyinstr(envp, args->endp, args->stringspace, in freebsd32_exec_copyin_args() 386 args->stringspace -= length; in freebsd32_exec_copyin_args() 2917 destp -= ARG_MAX - imgp->args->stringspace; in freebsd32_copyout_strings() 2959 copyout(stringp, (void *)destp, ARG_MAX - imgp->args->stringspace); in freebsd32_copyout_strings()
|
| /trueos/sys/i386/linux/ |
| HD | linux_sysvec.c | 314 roundup((ARG_MAX - imgp->args->stringspace), sizeof(char *)); in linux_copyout_strings() 361 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()
|
| /trueos/sys/amd64/linux32/ |
| HD | linux32_sysvec.c | 872 roundup((ARG_MAX - imgp->args->stringspace), in linux_copyout_strings() 920 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()
|