Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c482 int fcoe_fd; in FCOE_CreatePort() local
545 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() local
645 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() local
737 if ((status = openFcoe(OPEN_FCOE, &fcoe_fd)) != FCOE_STATUS_OK) { in FCOE_GetPortList()
[all …]