Searched refs:pstatusfd (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | main.c | 131 int pstatusfd; in main() local 225 if ((pstatusfd = open(procname, O_RDONLY)) == -1) in main() 228 if (read(pstatusfd, &pstatus, sizeof (pstatus)) == -1) in main() 252 if (read(pstatusfd, &pstatus, sizeof (pstatus)) == -1) in main() 282 (void) ps_init(pctlfd, pstatusfd, cpid, &proch); in main()
|
H A D | ps.c | 127 ps_init(int pctlfd, int pstatusfd, pid_t pid, struct ps_prochandle *procp) in ps_init() argument 136 procp->pp_statusfd = pstatusfd; in ps_init()
|