Searched refs:vers_low (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libnisdb/ |
H A D | db_vers.cc | 53 vers_high = vers_low = time_sec = time_usec = 0; in assign() 57 vers_low = other->vers_low; in assign() 86 newvers->vers_low = (this->vers_low + 1); in nextminor() 89 if (newvers->vers_low >= MAXLOW){ in nextminor() 91 newvers->vers_low = 0; in nextminor() 120 newvers->vers_low = 0; in nextmajor() 151 else if (other->vers_low > vers_low) ret = TRUE; in earlier_than() 172 vers_low, in print() 182 vers_high = vers_low = time_sec = time_usec = 0; in zero() 191 vers_low == other->vers_low && in equal()
|
H A D | db_vers_c.x | 48 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;
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 73 rpcvers_t *vers_out, const rpcvers_t vers_low, in clnt_create_vers() argument 76 return (clnt_create_vers_timed(hostname, prog, vers_out, vers_low, in clnt_create_vers() 88 rpcvers_t *vers_out, const rpcvers_t vers_low, const rpcvers_t vers_high, in clnt_create_vers_timed() argument 112 v_low = vers_low; in clnt_create_vers_timed()
|
/titanic_50/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 898 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()
|
/titanic_50/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 525 rpcvers_t *vers_out, rpcvers_t vers_low, 528 rpcvers_t *vers_out, rpcvers_t vers_low,
|