Searched refs:statfd (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcontract/common/
H A Ddevice_dump.c55 int statfd; local
60 statfd = contract_open(ctid, "device", "status", O_RDONLY);
61 if (statfd == -1) {
66 if (ct_status_read(statfd, CTD_ALL, &stathdl) != 0) {
102 (void) close(statfd);
/osnet-11/usr/src/lib/libproc/common/
H A DPcontrol.c247 P->statfd = -1;
283 P->statfd = fd;
537 P->statfd = -1;
544 if (P->statfd >= 0)
545 (void) close(P->statfd);
550 P->statfd = -1;
621 P->statfd = fd;
1001 if (P->statfd >= 0)
1002 (void) close(P->statfd);
1009 P->statfd
[all...]
H A DPcontrol.h209 int statfd; /* /proc/<pid>/status filedescriptor */ member in struct:ps_prochandle
H A DPidle.c142 P->statfd = -1;
H A DPcore.c1759 P->statfd = -1;
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c476 int efd, ctlfd, statfd; local
545 statfd = open64(path, O_RDONLY);
546 (void) ct_status_read(statfd, CTD_COMMON, &stathdl);
550 (void) close(statfd);

Completed in 348 milliseconds