Lines Matching refs:fcoe_fd
481 int fcoe_fd; in FCOE_CreatePort() local
544 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) { in FCOE_CreatePort()
555 if (ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio) != 0) { in FCOE_CreatePort()
610 (void) close(fcoe_fd); in FCOE_CreatePort()
618 int fcoe_fd; in FCOE_DeletePort() local
644 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) { in FCOE_DeletePort()
660 io_ret = ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio); in FCOE_DeletePort()
710 (void) close(fcoe_fd); in FCOE_DeletePort()
720 int fcoe_fd; in FCOE_GetPortList() local
736 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) { in FCOE_GetPortList()
753 if (ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio) != 0) { in FCOE_GetPortList()
761 (void) close(fcoe_fd); in FCOE_GetPortList()
774 (void) close(fcoe_fd); in FCOE_GetPortList()
825 (void) close(fcoe_fd); in FCOE_GetPortList()