Searched refs:frufd (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c94 static int frufd = 0; local
96 if ((opendevfru == 0) && (frufd == 0)) {
97 if ((frufd = open(FRU_PSEUDO_DEV, O_RDWR, access)) == -1) {
104 return (frufd);
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lw8/frutree/
H A Dpiclfrutree.c1751 int frufd; local
1756 if ((frufd = open(FRU_PSEUDO_DEV, O_RDWR, 0)) == -1) {
1764 (void) close(frufd);
1771 if (ioctl(frufd, SGFRU_GETCHILDLIST, &child_info) == 0) {
1775 (void) close(frufd);
1786 (void) close(frufd);
1792 (void) close(frufd);

Completed in 66 milliseconds