Searched defs:v2 (Results 1 - 25 of 59) sorted by relevance

123

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A DClientCommon.c59 int v2 = cstr[ 1] - '0'; local
60 int val = v0 * 100 + v1 * 10 + v2;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/
H A Dhash_kef_generic.c22 iovec_t v1, v2; local
32 v2.iov_base = (void *)output->data;
33 v2.iov_len = output->length;
38 d2.cd_raw = v2;
95 iovec_t v1, v2; local
105 v2.iov_base = (void *)output->data;
106 v2.iov_len = output->length;
114 d2.cd_raw = v2;
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_dt.c38 const char *t2, long v2)
43 f, n, t1, v1, t2, v2);
50 const char *t2, long v2,
56 f, n, t1, v1, t2, v2, t3, v3);
36 smb_dtrace2(const char *f, const char *n, const char *t1, long v1, const char *t2, long v2) argument
48 smb_dtrace3(const char *f, const char *n, const char *t1, long v1, const char *t2, long v2, const char *t3, long v3) argument
H A Dvncache.c158 vncache_cmp(const void *v1, const void *v2) argument
163 vp2 = v2;
/illumos-gate/usr/src/lib/libmp/common/
H A Dgcd.c50 MINT v2, v3; local
71 v2.len = v3.len = 0;
72 _mp_move(one, &v2);
77 /* invariant: x0*v1 + x2*v2 = v3 */
83 mp_mult(&q, &v2, &t);
85 _mp_move(&v2, &u2);
86 _mp_move(&t, &v2);
94 _mp_xfree(&v2);
H A Dmdiv.c122 m_trq(short v1, short v2, short u1, short u2, short u3) argument
136 x1 = x1 * 0100000 + u3 - v2 * d;
140 (void) printf("mtrq %d %d %d %d %d %d\n", v1, v2, u1, u2, u3, (d+1));
156 short v2; local
194 v2 = v.val[n - 2];
198 qq = m_trq(v1, v2, uval[j + n], uval[j + n - 1],
/illumos-gate/usr/src/cmd/tip/
H A Dvalue.c317 char *v2; local
326 if ((v2 = expand(v)) != NOSTR)
327 v = v2;
/illumos-gate/usr/src/lib/librstp/common/
H A Dvector.c63 STP_VECT_compare_vector (PRIO_VECTOR_T* v1, PRIO_VECTOR_T* v2) argument
67 bridcmp = STP_VECT_compare_bridge_id (&v1->root_bridge, &v2->root_bridge);
71 bridcmp = v1->root_path_cost - v2->root_path_cost;
74 bridcmp = STP_VECT_compare_bridge_id (&v1->design_bridge, &v2->design_bridge);
77 bridcmp = v1->design_port - v2->design_port;
80 return v1->bridge_port - v2->bridge_port;
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dqdivrem.c87 digit v1, v2; local
195 v2 = v[2]; /* for D3 */
219 while (v2 * qhat > COMBINE(rhat, uj2)) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnfs.h56 uint32_t v2; member in struct:rpc_t::__anon2093::__anon2095
/illumos-gate/usr/src/cmd/stat/common/
H A Dwalkers.c198 cpu_report(void *v1, void *v2, void *data) argument
202 struct cpu_snapshot *c2 = (struct cpu_snapshot *)v2;
221 pset_report(void *v1, void *v2, void *data) argument
224 struct pset_snapshot *p2 = (struct pset_snapshot *)v2;
368 dummy_cb(void *v1, void *v2, void *data) argument
/illumos-gate/usr/src/cmd/stat/mpstat/
H A Dmpstat.c281 compare_cpu(void *v1, void *v2, void *data) argument
284 struct cpu_snapshot *c2 = (struct cpu_snapshot *)v2;
470 compare_pset(void *v1, void *v2, void *data) argument
473 struct pset_snapshot *p2 = (struct pset_snapshot *)v2;
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c383 int rc, v2 = 1; local
408 /* should print a message here: using v2 defaults */
412 v2 = 0;
493 if (v2) {
550 if (v2) {
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_cache.c274 nsc_vec_t *v1, *v2; local
298 v2 = h2->sb_vec;
301 for (; pos2 >= FBA_NUM(v2->sv_len); v2++)
302 pos2 -= FBA_NUM(v2->sv_len);
304 a2 = v2->sv_addr + FBA_SIZE(pos2);
305 l2 = v2->sv_len - FBA_SIZE(pos2);
325 a2 = (++v2)->sv_addr, l2 = v2->sv_len;
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dlink.h159 #define v2 ld_un.ld_2 macro
165 #define GETGOTSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_plt - ((struct old_link_dynamic *) x)->v1.ld_got : (x)->v2->ld_plt - (x)->v2->ld_got)
167 #define GETPLTSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_rel - ((struct old_link_dynamic *) x)->v1.ld_plt : (x)->v2->ld_rel - (x)->v2->ld_plt)
169 #define GETRELSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_hash - ((struct old_link_dynamic *) x)->v1.ld_rel : (x)->v2->ld_hash - (x)->v2->ld_rel)
171 #define GETHASHSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_stab - ((struct old_link_dynamic *) x)->v1.ld_hash : (x)->v2->ld_stab - (x)->v2->ld_hash)
173 #define GETSTABSZ(x) (x->ld_version < 2 ? ((struct old_link_dynamic *) x)->v1.ld_symbols - ((struct old_link_dynamic *) x)->v1.ld_stab : (x)->v2
175 #undef v2 macro
[all...]
/illumos-gate/usr/src/boot/lib/libstand/
H A Dqdivrem.c86 digit v1, v2; local
194 v2 = v[2]; /* for D3 */
218 while (v2 * qhat > COMBINE(rhat, uj2)) {
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java523 compareUnsigned(Comparable v1, Comparable v2) argument
529 int i2 = Integer.class.cast(v2);
533 long i2 = Long.class.cast(v2);
536 cmp = v1.compareTo(v2);
562 Comparable v2 = Comparable.class.cast(o2);
563 cmp = v1.compareTo(v2); // compare signed values
568 Comparable v2 = Comparable.class.cast(r2);
569 cmp = v1.compareTo(v2);
/illumos-gate/usr/src/lib/libm/common/C/
H A D__lgamma.c105 v2 = 1.016803586272438228077304e11, variable
258 q = v0+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7-y)))))));
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c220 show_disk(void *v1, void *v2, void *d) argument
223 struct iodev_snapshot *new = (struct iodev_snapshot *)v2;
361 print_disk(void *v, void *v2, void *d) argument
363 struct iodev_snapshot *iodev = (struct iodev_snapshot *)v2;
/illumos-gate/usr/src/uts/intel/ia32/os/
H A Dsundep.c369 lwp_setrval(klwp_t *lwp, int v1, int v2) argument
373 lwptoregs(lwp)->r_r1 = v2;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dcplmatch.c88 static int cpl_cmp_matches(const void *v1, const void *v2);
89 static int cpl_cmp_suffixes(const void *v1, const void *v2);
375 * v1, v2 void * Pointers to the two matches to be compared.
377 * return int -1 -> v1 < v2.
378 * 0 -> v1 == v2
379 * 1 -> v1 > v2
381 static int cpl_cmp_matches(const void *v1, const void *v2) argument
384 const CplMatch *m2 = (const CplMatch *) v2;
405 * v1, v2 void * Pointers to the two matches to be compared.
407 * return int -1 -> v1 < v2
411 cpl_cmp_suffixes(const void *v1, const void *v2) argument
[all...]
H A Dexpand.c129 static int ef_cmp_strings(const void *v1, const void *v2);
1017 * v1, v2 void * Pointers to the two strings to be compared.
1019 * return int -1 -> v1 < v2.
1020 * 0 -> v1 == v2
1021 * 1 -> v1 > v2
1023 static int ef_cmp_strings(const void *v1, const void *v2) argument
1026 char * const *s2 = (char * const *) v2;
H A Dpcache.c200 static int pca_cmp_matches(const void *v1, const void *v2);
207 static int pca_cmp_file(const void *v1, const void *v2);
968 * v1, v2 void * Pointers to the pointers of two strings to be compared.
970 * return int -1 -> v1 < v2.
971 * 0 -> v1 == v2
972 * 1 -> v1 > v2
974 static int pca_cmp_matches(const void *v1, const void *v2) argument
977 const char **s2 = (const char **) v2;
1105 * v1, v2 void * Pointers to the pointers of two strings to be compared.
1107 * return int -1 -> v1 < v2
1111 pca_cmp_file(const void *v1, const void *v2) argument
[all...]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c93 cmp_link_by_name(const void *v1, const void *v2) argument
96 const dlmgmt_link_t *link2 = v2;
109 cmp_link_by_zname(const void *v1, const void *v2) argument
112 const dlmgmt_link_t *link2 = v2;
122 cmp_link_by_id(const void *v1, const void *v2) argument
125 const dlmgmt_link_t *link2 = v2;
136 cmp_dlconf_by_id(const void *v1, const void *v2) argument
139 const dlmgmt_dlconf_t *dlconfp2 = v2;
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c170 int rc, v2 = 1; local
211 v2 = 0;
215 if (v2) {

Completed in 89 milliseconds

123