Searched refs:vers_high (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() 58 vers_high = other->vers_high; in assign() 87 newvers->vers_high = (this->vers_high); in nextminor() 90 newvers->vers_high++; in nextminor() 121 newvers->vers_high = (this->vers_high+1); in nextmajor() 149 if (other->vers_high > vers_high) ret = TRUE; in earlier_than() 150 else if (other->vers_high < vers_high) ret = FALSE; in earlier_than() 171 vers_high, in print() 182 vers_high = vers_low = time_sec = time_usec = 0; in zero() 190 vers_high == other->vers_high && in equal()
|
H A D | db_vers_c.x | 47 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;
|
/titanic_50/usr/src/lib/libnsl/rpc/ |
H A D | clnt_generic.c | 74 const rpcvers_t vers_high, const char *nettype) in clnt_create_vers() argument 77 vers_high, nettype, NULL)); 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 97 clnt = clnt_create_timed(hostname, prog, vers_high, nettype, tp); in clnt_create_vers_timed() 109 *vers_out = vers_high; in clnt_create_vers_timed() 113 v_high = vers_high; 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 | 526 rpcvers_t vers_high, const char *nettype); 529 rpcvers_t vers_high, const char *nettype,
|