Lines Matching defs:pp
153 #define PP(pp, field) ((pp)->kp_proc . p_##field) argument
154 #define EP(pp, field) ((pp)->kp_eproc . e_##field) argument
155 #define VP(pp, field) ((pp)->kp_eproc.e_vm . vm_##field) argument
156 #define PRUID(pp) ((pp)->kp_eproc.e_pcred.p_ruid) argument
158 #define PP(pp, field) ((pp)->ki_##field) argument
159 #define EP(pp, field) ((pp)->ki_##field) argument
160 #define VP(pp, field) ((pp)->ki_##field) argument
161 #define PRUID(pp) ((pp)->ki_ruid) argument
162 #define RP(pp, field) ((pp)->ki_rusage.ru_##field) argument
163 #define PPCPU(pp) ((pp)->ki_sparelongs[0]) argument
164 #define SPPTR(pp) ((pp)->ki_spareptrs[0]) argument
165 #define SP(pp, field) (((struct save_proc *)((pp)->ki_spareptrs[0]))->sp_##field) argument
170 #define PROCSIZE(pp) (VP((pp), map.size) / 1024) argument
172 #define PROCSIZE(pp) (((pp)->ki_size) / 1024) argument
546 fmt_pid(char *buf, int sz, struct kinfo_proc *pp) in fmt_pid()
553 fmt_username(char *buf, int sz, struct kinfo_proc *pp) in fmt_username()
561 fmt_uid(char *buf, int sz, struct kinfo_proc *pp) in fmt_uid()
568 fmt_thr(char *buf, int sz, struct kinfo_proc *pp) in fmt_thr()
575 fmt_pri(char *buf, int sz, struct kinfo_proc *pp) in fmt_pri()
586 fmt_nice(char *buf, int sz, struct kinfo_proc *pp) in fmt_nice()
593 fmt_size(char *buf, int sz, struct kinfo_proc *pp) in fmt_size()
600 fmt_res(char *buf, int sz, struct kinfo_proc *pp) in fmt_res()
607 fmt_state(char *buf, int sz, struct kinfo_proc *pp) in fmt_state()
641 fmt_flags(char *buf, int sz, struct kinfo_proc *pp) in fmt_flags()
674 fmt_c(char *buf, int sz, struct kinfo_proc *pp) in fmt_c()
681 fmt_time(char *buf, int sz, struct kinfo_proc *pp) in fmt_time()
689 fmt_cpu(char *buf, int sz, struct kinfo_proc *pp) in fmt_cpu()
696 fmt_command(char *buf, int sz, struct kinfo_proc *pp) in fmt_command()
753 fmt_vcsw(char *buf, int sz, struct kinfo_proc *pp) in fmt_vcsw()
760 fmt_ivcsw(char *buf, int sz, struct kinfo_proc *pp) in fmt_ivcsw()
767 fmt_read(char *buf, int sz, struct kinfo_proc *pp) in fmt_read()
774 fmt_write(char *buf, int sz, struct kinfo_proc *pp) in fmt_write()
781 fmt_fault(char *buf, int sz, struct kinfo_proc *pp) in fmt_fault()
788 fmt_iototal(char *buf, int sz, struct kinfo_proc *pp) in fmt_iototal()
795 fmt_iopct(char *buf, int sz, struct kinfo_proc *pp) in fmt_iopct()
1154 struct kinfo_proc *pp; in get_process_info() local
1465 struct kinfo_proc *pp; in format_next_process() local
1766 struct kinfo_proc *pp; in proc_owner() local