Searched refs:ret_val (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dwr_libusb.c1355 int ret_val = 0; local
1370 ret_val = (*hdl_usb_find_devices)();
1371 if (ret_val < 0) {
1372 err_store = ret_val;
1374 ret_val += ret_val;
1378 return (ret_val);

Completed in 882 milliseconds