Searched defs:pstatusfd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmain.c131 int pstatusfd; local
225 if ((pstatusfd = open(procname, O_RDONLY)) == -1)
228 if (read(pstatusfd, &pstatus, sizeof (pstatus)) == -1)
252 if (read(pstatusfd, &pstatus, sizeof (pstatus)) == -1)
282 (void) ps_init(pctlfd, pstatusfd, cpid, &proch);
H A Dps.c127 ps_init(int pctlfd, int pstatusfd, pid_t pid, struct ps_prochandle *procp) argument
136 procp->pp_statusfd = pstatusfd;

Completed in 59 milliseconds