cpp 214 compat/linux/linux_exec.c char **cpp = stack; cpp 222 compat/linux/linux_exec.c if (copyout(&argc, cpp++, sizeof(argc))) cpp 226 compat/linux/linux_exec.c cpp += 2; cpp 227 compat/linux/linux_exec.c if (copyout(&cpp, &stk[1], sizeof (cpp))) cpp 230 compat/linux/linux_exec.c dp = (char *)(cpp + argc + envc + 2); cpp 234 compat/linux/linux_exec.c arginfo->ps_argvstr = cpp; /* remember location of argv for later */ cpp 237 compat/linux/linux_exec.c if (copyout(&dp, cpp++, sizeof(dp)) || cpp 241 compat/linux/linux_exec.c if (copyout(&nullp, cpp++, sizeof(nullp))) cpp 244 compat/linux/linux_exec.c if (copyout(&cpp, &stk[2], sizeof (cpp))) cpp 247 compat/linux/linux_exec.c arginfo->ps_envstr = cpp; /* remember location of envp for later */ cpp 250 compat/linux/linux_exec.c if (copyout(&dp, cpp++, sizeof(dp)) || cpp 254 compat/linux/linux_exec.c if (copyout(&nullp, cpp++, sizeof(nullp))) cpp 257 compat/linux/linux_exec.c return (cpp); cpp 1030 dev/ccd.c char **cpp; cpp 1073 dev/ccd.c cpp = malloc(ccio->ccio_ndisks * sizeof(char *), cpp 1078 dev/ccd.c error = copyin((caddr_t)ccio->ccio_disks, (caddr_t)cpp, cpp 1082 dev/ccd.c free(cpp, M_DEVBUF); cpp 1090 dev/ccd.c i, cpp[i], lookedup)); cpp 1091 dev/ccd.c if ((error = ccdlookup(cpp[i], p, &vpp[i])) != 0) { cpp 1096 dev/ccd.c free(cpp, M_DEVBUF); cpp 1102 dev/ccd.c ccd.ccd_cpp = cpp; cpp 1109 dev/ccd.c if ((error = ccdinit(&ccd, cpp, p)) != 0) { cpp 1115 dev/ccd.c free(cpp, M_DEVBUF); cpp 248 kern/kern_exec.c char * const *cpp, *dp, *sp; cpp 342 kern/kern_exec.c if (!(cpp = SCARG(uap, argp))) { cpp 348 kern/kern_exec.c cpp++; cpp 352 kern/kern_exec.c if ((error = copyin(cpp, &sp, sizeof(sp))) != 0) cpp 362 kern/kern_exec.c cpp++; cpp 368 kern/kern_exec.c if ((cpp = SCARG(uap, envp)) != NULL ) { cpp 371 kern/kern_exec.c if ((error = copyin(cpp, &sp, sizeof(sp))) != 0) cpp 381 kern/kern_exec.c cpp++; cpp 730 kern/kern_exec.c char **cpp = stack; cpp 737 kern/kern_exec.c if (copyout(&argc, cpp++, sizeof(argc))) cpp 740 kern/kern_exec.c dp = (char *) (cpp + argc + envc + 2 + pack->ep_emul->e_arglen); cpp 744 kern/kern_exec.c arginfo->ps_argvstr = cpp; /* remember location of argv for later */ cpp 747 kern/kern_exec.c if (copyout(&dp, cpp++, sizeof(dp)) || cpp 751 kern/kern_exec.c if (copyout(&nullp, cpp++, sizeof(nullp))) cpp 754 kern/kern_exec.c arginfo->ps_envstr = cpp; /* remember location of envp for later */ cpp 757 kern/kern_exec.c if (copyout(&dp, cpp++, sizeof(dp)) || cpp 761 kern/kern_exec.c if (copyout(&nullp, cpp++, sizeof(nullp))) cpp 764 kern/kern_exec.c return (cpp);