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

/illumos-gate/usr/src/lib/librsc/sparc/mpxu/common/
H A Dlibrsc.c46 static int rsc_fd = -1; variable
162 if ((rsc_fd = open(RSC_RMCADM_DRV, O_RDWR)) < 0) {
208 if (rsc_fd < 0)
255 if (ioctl(rsc_fd, RMCADM_REQUEST_RESPONSE, &rr) < 0) {
369 if (rsc_fd < 0)
372 if (ioctl(rsc_fd, RMCADM_RESET_SP, NULL) < 0)
393 if (rsc_fd < 0)
410 if (rsc_fd < 0)
433 if (rsc_fd < 0 || bpmsg == NULL)
465 if (ioctl(rsc_fd, RMCADM_REQUEST_RESPONSE_B
[all...]

Completed in 43 milliseconds