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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/
H A Dfcal_leds_thread.c627 int fd_bkplane; local
667 fd_bkplane = open(dtls->fcal_status, O_RDONLY);
668 if (fd_bkplane < 0) {
680 c = ioctl(fd_bkplane, I2C_GET_PORT, &port);
683 (void) close(fd_bkplane);
692 (void) close(fd_bkplane);

Completed in 55 milliseconds