Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c481 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()
[all …]