Lines Matching refs:ps_prochandle
62 static void dofcntl(struct ps_prochandle *, const prfdinfo_t *, int, int);
63 static void dosocket(struct ps_prochandle *, const prfdinfo_t *);
64 static void dosocknames(struct ps_prochandle *, const prfdinfo_t *);
65 static void dofifo(struct ps_prochandle *, const prfdinfo_t *);
66 static void show_files(struct ps_prochandle *);
68 static void show_door(struct ps_prochandle *, const prfdinfo_t *);
76 struct ps_prochandle *Pr; in main()
220 struct ps_prochandle *Pr = data; in show_file()
305 show_files(struct ps_prochandle *Pr) in show_files()
344 dofcntl(struct ps_prochandle *Pr, const prfdinfo_t *info, int mandatory, in dofcntl()
462 show_door(struct ps_prochandle *Pr, const prfdinfo_t *info) in show_door()
584 show_sockopts(struct ps_prochandle *Pr, const prfdinfo_t *info) in show_sockopts()
661 show_sockfilters(struct ps_prochandle *Pr, const prfdinfo_t *info) in show_sockfilters()
726 dopeerucred(struct ps_prochandle *Pr, const prfdinfo_t *info) in dopeerucred()
737 dosocknames(struct ps_prochandle *Pr, const prfdinfo_t *info) in dosocknames()
753 dosocket(struct ps_prochandle *Pr, const prfdinfo_t *info) in dosocket()
769 dofifo(struct ps_prochandle *Pr, const prfdinfo_t *info) in dofifo()