Lines Matching refs:psinfo_t
310 static char *gettty(psinfo_t *);
311 static int prfind(int, psinfo_t *, char **);
312 static void prcom(psinfo_t *, char *);
315 static void print_field(psinfo_t *, struct field *, const char *);
316 static void print_zombie_field(psinfo_t *, struct field *, const char *);
317 static void pr_fields(psinfo_t *, const char *,
318 void (*print_fld)(psinfo_t *, struct field *, const char *));
325 static void przom(psinfo_t *);
736 psinfo_t info; in stdmain()
935 psinfo_t info; /* process information from /proc */ in print_proc()
1269 gettty(psinfo_t *psinfo) in gettty()
1294 prfind(int found, psinfo_t *psinfo, char **tpp) in prfind()
1359 prcom(psinfo_t *psinfo, char *ttyp) in prcom()
1650 print_field(psinfo_t *psinfo, struct field *f, const char *ttyp) in print_field()
2033 print_zombie_field(psinfo_t *psinfo, struct field *f, const char *ttyp) in print_zombie_field()
2079 pr_fields(psinfo_t *psinfo, const char *ttyp, in pr_fields()
2080 void (*print_fld)(psinfo_t *, struct field *, const char *)) in pr_fields() argument
2266 przom(psinfo_t *psinfo) in przom()