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

/osnet-11/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c483 int fcoe_fd; local
548 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) {
560 if (ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio) != 0) {
615 (void) close(fcoe_fd);
624 int fcoe_fd; local
650 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) {
666 io_ret = ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio);
716 (void) close(fcoe_fd);
726 int fcoe_fd; local
742 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) !
997 int fcoe_fd; local
[all...]

Completed in 39 milliseconds