Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDimgact_shell.c198 if (offset > imgp->args->stringspace + length) {
210 imgp->args->stringspace -= offset;
244 imgp->args->stringspace, NULL);
HDkern_exec.c1163 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);
HDimgact_binmisc.c662 if (offset > imgp->args->stringspace) { in imgact_binmisc_exec()
675 imgp->args->stringspace -= offset; in imgact_binmisc_exec()
/trueos/sys/sys/
HDimgact.h48 int stringspace; /* space left in arg & env buffer */ member
/trueos/sys/compat/freebsd32/
HDfreebsd32_misc.c341 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/
HDlinux_sysvec.c314 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/
HDlinux32_sysvec.c872 roundup((ARG_MAX - imgp->args->stringspace), in linux_copyout_strings()
920 copyout(stringp, destp, ARG_MAX - imgp->args->stringspace); in linux_copyout_strings()