Lines Matching refs:rc
414 int rc; in uv_interface_addresses() local
421 if ((rc = uv__interface_addresses_v6(&addresses_v6, &count_v6)) != 0) in uv_interface_addresses()
422 return rc; in uv_interface_addresses()
640 int rc; in os390_regfileint() local
650 rc = __w_pioctl(path, _IOCC_REGFILEINT, sizeof(reg_struct), ®_struct); in os390_regfileint()
651 if (rc != 0) in os390_regfileint()
664 int rc; in uv_fs_event_start() local
673 rc = os390_regfileint(handle, path); in uv_fs_event_start()
674 if (rc != 0) { in uv_fs_event_start()
676 return rc; in uv_fs_event_start()
690 int rc; in uv__fs_event_stop() local
709 rc = __w_pioctl("/", _IOCC_REGFILEINT, sizeof(reg_struct), ®_struct); in uv__fs_event_stop()
710 if (rc != 0 && errno != EALREADY && errno != ENOENT) in uv__fs_event_stop()
718 if (rc != 0 && errno == EALREADY) in uv__fs_event_stop()