Home
last modified time | relevance | path

Searched refs:pstatusfd (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dmain.c131 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 Dps.c127 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()