Searched defs:io_ret (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c630 int io_ret = 0; local
666 io_ret = ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio);
667 if (io_ret != 0) {
702 if (io_ret == FCOEIOE_MAC_NOT_FOUND) {
1001 int io_ret = 0; local
1039 io_ret = ioctl(fcoe_fd, FCOEIO_CMD, &fcoeio);
1040 if (io_ret != 0) {

Completed in 17 milliseconds