Lines Matching defs:psinfo
325 psinfo_t psinfo;
330 /* get the specified pid and the psinfo struct */
332 pid = proc_arg_psinfo(arg, PR_ARG_PIDS, &psinfo, &gret);
355 proc_unctrl_psinfo(&psinfo);
358 command, (int)pid, psinfo.pr_psargs);
363 rc = setpgsz(NULL, psinfo.pr_dmodel, pgsz);
440 const psinfo_t *psinfo;
456 if ((psinfo = Ppsinfo(Pr)) == NULL)
462 pgsz = discover_optimal_pagesize(Pr, dmodel, psinfo->pr_pid);
466 (void) snprintf(path, PATH_MAX, "/proc/%d/map", (int)psinfo->pr_pid);
529 (int)psinfo->pr_pid, (void *)map.pr_vaddr);