Searched defs:fcoe_fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c481 int fcoe_fd; local
544 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) {
555 if (ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio) != 0) {
610 (void) close(fcoe_fd);
618 int fcoe_fd; local
644 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) {
660 io_ret = ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio);
710 (void) close(fcoe_fd);
720 int fcoe_fd; local
736 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) !
[all...]

Completed in 478 milliseconds