Searched refs:fcoe_fd (Results 1 – 1 of 1) sorted by relevance
482 int fcoe_fd; in FCOE_CreatePort() local545 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) { in FCOE_CreatePort()556 if (ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio) != 0) { in FCOE_CreatePort()611 (void) close(fcoe_fd); in FCOE_CreatePort()619 int fcoe_fd; in FCOE_DeletePort() local645 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) { in FCOE_DeletePort()661 io_ret = ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio); in FCOE_DeletePort()711 (void) close(fcoe_fd); in FCOE_DeletePort()721 int fcoe_fd; in FCOE_GetPortList() local737 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) { in FCOE_GetPortList()[all …]