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

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c92 rpcvers_t v_low, v_high; local
110 v_high = vers_high;
111 while (rpc_stat == RPC_PROGVERSMISMATCH && v_high > v_low) {
117 if (maxvers < v_high)
118 v_high = maxvers;
120 v_high--;
123 if (v_low > v_high) {
126 CLNT_CONTROL(clnt, CLSET_VERS, (char *)&v_high);
131 *vers_out = v_high;
/solaris-x11-s12/open-src/kernel/i915/src/
H A Dintel_sdvo_regs.h87 u8 v_high; /**< upper 4 bits each v_active, v_blank */ member in struct:intel_sdvo_dtd::__anon129

Completed in 54 milliseconds