Lines Matching defs:up

161 	user_t *up;
388 * (The clock thread wakes up the pageout daemon to free up space.
467 up = PTOU(p);
468 *userp = *up;
655 up = PTOU(p);
656 if (up->u_systrap == 0)
692 up = PTOU(p);
694 prassignset(&un.prmask, &up->u_entrymask);
696 prassignset(&un.prmask, &up->u_exitmask);
932 up = PTOU(p);
934 prgetaction(p, up, sig, &sap[sig-1]);
1240 up = PTOU(p);
1241 bcopy(up->u_auxv, un.auxv,
1348 user_t *up;
1353 up = PTOU(p);
1415 prgetaction32(p, up, lwp->lwp_cursig, &sp->pr_action);
1474 sp->pr_sysarg[1] = (caddr32_t)up->u_argv;
1475 sp->pr_sysarg[2] = (caddr32_t)up->u_envp;
1476 for (i = 0, auxp = up->u_auxv;
1477 i < sizeof (up->u_auxv) / sizeof (up->u_auxv[0]);
1498 user_t *up;
1599 up = PTOU(p);
1628 TIMESPEC_TO_TIMESPEC32(&psp->pr_start, &up->u_start);
1629 bcopy(up->u_comm, psp->pr_fname,
1630 MIN(sizeof (up->u_comm), sizeof (psp->pr_fname)-1));
1631 bcopy(up->u_psargs, psp->pr_psargs,
1634 psp->pr_argc = up->u_argc;
1635 psp->pr_argv = (caddr32_t)up->u_argv;
1636 psp->pr_envp = (caddr32_t)up->u_envp;
1699 user_t *up;
1951 * (The clock thread wakes up the pageout daemon to free up space.
2030 up = PTOU(p);
2031 *userp = *up;
2248 up = PTOU(p);
2249 if (up->u_systrap == 0)
2288 up = PTOU(p);
2290 prassignset(&un32.prmask, &up->u_entrymask);
2292 prassignset(&un32.prmask, &up->u_exitmask);
2557 up = PTOU(p);
2559 prgetaction32(p, up, sig, &sap[sig-1]);
2876 up = PTOU(p);
2878 un32.auxv[i].a_type = up->u_auxv[i].a_type;
2880 (int32_t)up->u_auxv[i].a_un.a_val;
3077 user_t *up = PTOU(p);
3092 if (up->u_systrap == 0)
3101 if (up->u_systrap == 0)
3189 user_t *up;
3194 up = PTOU(p);
3252 prgetaction(p, up, lwp->lwp_cursig, &sp->pr_action);
3311 sp->pr_sysarg[1] = (uintptr_t)up->u_argv;
3312 sp->pr_sysarg[2] = (uintptr_t)up->u_envp;
3313 for (i = 0, auxp = up->u_auxv;
3314 i < sizeof (up->u_auxv) / sizeof (up->u_auxv[0]);
3337 user_t *up;
3438 up = PTOU(p);
3467 psp->pr_start = up->u_start;
3468 bcopy(up->u_comm, psp->pr_fname,
3469 MIN(sizeof (up->u_comm), sizeof (psp->pr_fname)-1));
3470 bcopy(up->u_psargs, psp->pr_psargs,
3473 psp->pr_argc = up->u_argc;
3474 psp->pr_argv = (char **)up->u_argv;
3475 psp->pr_envp = (char **)up->u_envp;
3761 * up the temporary memory allocated in pr_getprot()
3868 * up the temporary memory allocated in pr_getprot()