Home
last modified time | relevance | path

Searched refs:vers_high (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc51 vers_high = vers_low = time_sec = time_usec = 0; in assign()
56 vers_high = other->vers_high; in assign()
85 newvers->vers_high = (this->vers_high); in nextminor()
88 newvers->vers_high++; in nextminor()
119 newvers->vers_high = (this->vers_high+1); in nextmajor()
147 if (other->vers_high > vers_high) ret = TRUE; in earlier_than()
148 else if (other->vers_high < vers_high) ret = FALSE; in earlier_than()
169 vers_high, in print()
180 vers_high = vers_low = time_sec = time_usec = 0; in zero()
188 vers_high == other->vers_high && in equal()
H A Ddb_vers_c.x47 u_int vers_high; member
59 % unsigned int vers_high; /* major version number, tracks checkpoints */
67 % vers_high = vers_low = time_sec = time_usec = 0;
76 % vers_high = high; vers_low = low; time_sec = time_usec = 0;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_generic.c72 const rpcvers_t vers_high, const char *nettype) in clnt_create_vers() argument
75 vers_high, nettype, NULL)); in clnt_create_vers()
86 rpcvers_t *vers_out, const rpcvers_t vers_low, const rpcvers_t vers_high, in clnt_create_vers_timed() argument
95 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp); in clnt_create_vers_timed()
107 *vers_out = vers_high; in clnt_create_vers_timed()
111 v_high = vers_high; in clnt_create_vers_timed()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c898 ulong_t vers_low, vers_high; in rpcbproc_callit_com() local
901 &vers_low, &vers_high); in rpcbproc_callit_com()
903 svcerr_progvers(transp, vers_low, vers_high); in rpcbproc_callit_com()