Home
last modified time | relevance | path

Searched refs:vers_low (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()
55 vers_low = other->vers_low; in assign()
84 newvers->vers_low = (this->vers_low + 1); in nextminor()
87 if (newvers->vers_low >= MAXLOW){ in nextminor()
89 newvers->vers_low = 0; in nextminor()
118 newvers->vers_low = 0; in nextmajor()
149 else if (other->vers_low > vers_low) ret = TRUE; in earlier_than()
170 vers_low, in print()
180 vers_high = vers_low = time_sec = time_usec = 0; in zero()
189 vers_low == other->vers_low && in equal()
H A Ddb_vers_c.x48 u_int vers_low; member
60 % unsigned int vers_low; /* minor version number, tracks updates. */
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.c71 rpcvers_t *vers_out, const rpcvers_t vers_low, in clnt_create_vers() argument
74 return (clnt_create_vers_timed(hostname, prog, vers_out, vers_low, 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
110 v_low = vers_low; 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()