Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c625 int io_ret = 0; in FCOE_DeletePort() local
661 io_ret = ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio); in FCOE_DeletePort()
662 if (io_ret != 0) { in FCOE_DeletePort()
697 if (io_ret == FCOEIOE_MAC_NOT_FOUND) { in FCOE_DeletePort()