cb_arg 682 lib/common/remote.c int cb_arg = 0; // socket fd on success, -errno on error cb_arg 699 lib/common/remote.c cb_arg = select(sock + 1, &rset, &wset, NULL, &ts); cb_arg 701 lib/common/remote.c if (cb_arg < 0) { cb_arg 702 lib/common/remote.c cb_arg = -errno; cb_arg 708 lib/common/remote.c cb_arg = -ETIMEDOUT; cb_arg 711 lib/common/remote.c crm_trace("fd %d: select failed %d connect dispatch ", sock, cb_arg); cb_arg 713 lib/common/remote.c } else if (cb_arg == 0) { cb_arg 718 lib/common/remote.c cb_arg = -ETIMEDOUT; cb_arg 722 lib/common/remote.c cb_arg = 0; cb_arg 728 lib/common/remote.c cb_arg = -errno; cb_arg 734 lib/common/remote.c cb_arg = -error; cb_arg 739 lib/common/remote.c cb_arg = -EAGAIN; cb_arg 744 lib/common/remote.c if (!cb_arg) { cb_arg 747 lib/common/remote.c cb_arg = cb_data->sock; cb_arg 754 lib/common/remote.c cb_data->callback(cb_data->userdata, cb_arg);