/titanic_52/usr/src/lib/libbc/inc/include/ |
H A D | link.h | 159 #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 [all...] |
/titanic_52/usr/src/cmd/sgs/rtld/common/ |
H A D | _a.out.h | 227 (x)->v2->ld_plt - (x)->v2->ld_got) 232 (x)->v2->ld_rel - (x)->v2->ld_plt) 237 (x)->v2->ld_hash - (x)->v2->ld_rel) 242 (x)->v2->ld_stab - (x)->v2->ld_hash) 247 (x)->v2->ld_symbols - (x)->v2 275 #define v2 global() macro [all...] |
/titanic_52/usr/src/lib/libtnfctl/ |
H A D | dbg.h | 57 #define DBG_TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2) \ argument 58 TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2) 59 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \ argument 60 TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) 62 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \ argument 63 TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) 71 #define DBG_TNF_PROBE_2(a, b, c, t1, n1, v1, t2, n2, v2) \ 73 #define DBG_TNF_PROBE_3(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3) \ 76 #define DBG_TNF_PROBE_4(a, b, c, t1, n1, v1, t2, n2, v2, t3, n3, v3, t4, n4, v4) \
|
/titanic_52/usr/src/lib/libmp/common/ |
H A D | gcd.c | 50 MINT v2, v3; in mp_invert() local 71 v2.len = v3.len = 0; in mp_invert() 72 _mp_move(one, &v2); in mp_invert() 77 /* invariant: x0*v1 + x2*v2 = v3 */ in mp_invert() 83 mp_mult(&q, &v2, &t); in mp_invert() 85 _mp_move(&v2, &u2); in mp_invert() 86 _mp_move(&t, &v2); in mp_invert() 94 _mp_xfree(&v2); in mp_invert()
|
H A D | mdiv.c | 122 m_trq(short v1, short v2, short u1, short u2, short u3) in m_trq() argument 136 x1 = x1 * 0100000 + u3 - v2 * d; in m_trq() 140 (void) printf("mtrq %d %d %d %d %d %d\n", v1, v2, u1, u2, u3, (d+1)); in m_trq() 156 short v2; in m_div() local 194 v2 = v.val[n - 2]; in m_div() 198 qq = m_trq(v1, v2, uval[j + n], uval[j + n - 1], in m_div()
|
/titanic_52/usr/src/uts/common/gssapi/mechs/krb5/crypto/hash_provider/ |
H A D | hash_kef_generic.c | 22 iovec_t v1, v2; in k5_ef_hash() local 32 v2.iov_base = (void *)output->data; in k5_ef_hash() 33 v2.iov_len = output->length; in k5_ef_hash() 38 d2.cd_raw = v2; in k5_ef_hash() 95 iovec_t v1, v2; in k5_ef_mac() local 105 v2.iov_base = (void *)output->data; in k5_ef_mac() 106 v2.iov_len = output->length; in k5_ef_mac() 114 d2.cd_raw = v2; in k5_ef_mac()
|
/titanic_52/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | Statistic.java | 268 Double v2 = o.getDoubleValue(); in add() local 271 v2.doubleValue()), in add() 278 Double v2 = o.getDoubleValue(); in subtract() local 281 v2.doubleValue()), in subtract() 356 Long v2 = o.getLongValue(); in add() local 359 v2.longValue()), in add() 366 Long v2 = o.getLongValue(); in subtract() local 369 v2.longValue()), in subtract() 443 UnsignedInt64 v2 = o.getUnsignedInt64Value(); in add() local 446 new UnsignedInt64(v1.add(v2)), in add() 453 UnsignedInt64 v2 = o.getUnsignedInt64Value(); subtract() local [all...] |
/titanic_52/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fksmb_dt.c | 38 const char *t2, long v2) in smb_dtrace2() argument 43 f, n, t1, v1, t2, v2); in smb_dtrace2() 50 const char *t2, long v2, in smb_dtrace3() argument 56 f, n, t1, v1, t2, v2, t3, v3); in smb_dtrace3()
|
/titanic_52/usr/src/lib/libsqlite/test/ |
H A D | malloc.test | 64 set v2 [expr {$msg=="" || $msg=="out of memory"}] 65 if {!$v2} {puts "\nError message returned: $msg"} 66 lappend v $v2 109 set v2 [expr {$msg=="" || $msg=="out of memory"}] 110 if {!$v2} {puts "\nError message returned: $msg"} 111 lappend v $v2 151 set v2 [expr {$msg=="" || $msg=="out of memory"}] 152 if {!$v2} {puts "\nError message returned: $msg"} 153 lappend v $v2 187 set v2 [exp [all...] |
H A D | laststmtchanges.test | 86 create table t2 (k integer primary key, v1, v2); 90 update t2 set v2=last_statement_change_count(); 107 select v2 from t2; 122 update t2 set v2=last_statement_change_count(); 139 select v2 from t2; 154 update t2 set v2=last_statement_change_count(); 171 select v2 from t2; 185 create temp view v2 as select * from t2; 203 insert into v2 values (100+NEW.k); 206 create temp trigger r2 instead of insert on v2 fo [all...] |
H A D | view.test | 94 CREATE VIEW v2 AS SELECT * FROM t1 WHERE a>5 97 SELECT * FROM v2; 102 INSERT INTO v2 VALUES(1,2,3,4); 104 } {1 {cannot modify v2 because it is a view}} 107 UPDATE v2 SET a=10 WHERE a=5; 109 } {1 {cannot modify v2 because it is a view}} 112 DELETE FROM v2; 114 } {1 {cannot modify v2 because it is a view}} 118 SELECT * FROM v2 ORDER BY x; 123 SELECT x FROM v2 WHER [all...] |
/titanic_52/usr/src/lib/librstp/common/ |
H A D | vector.c | 63 STP_VECT_compare_vector (PRIO_VECTOR_T* v1, PRIO_VECTOR_T* v2) in STP_VECT_compare_vector() argument 67 bridcmp = STP_VECT_compare_bridge_id (&v1->root_bridge, &v2->root_bridge); in STP_VECT_compare_vector() 71 bridcmp = v1->root_path_cost - v2->root_path_cost; in STP_VECT_compare_vector() 74 bridcmp = STP_VECT_compare_bridge_id (&v1->design_bridge, &v2->design_bridge); in STP_VECT_compare_vector() 77 bridcmp = v1->design_port - v2->design_port; in STP_VECT_compare_vector() 80 return v1->bridge_port - v2->bridge_port; in STP_VECT_compare_vector()
|
/titanic_52/usr/src/lib/libnisdb/ |
H A D | ldap_val.c | 878 * expression so far will be kept in 'v1', and 'v2' is the value 881 * resulting in N*M new values (if 'v1' had N values, and 'v2' 884 * For example, if v1 = {"ab", "cd", "ef"}, and v2 = {"gh", "ij", "kl"}, 888 * There are special cases when v1->repeat and/or v2->repeat are set. 890 * v1 = {"x="} with repeat on, and v2 = {"1", "2", "3"}, the result 893 * The result if v2 also had repeat on would be {"x=1x=2x=3"}. It's 898 explodeValues(__nis_value_t *v1, __nis_value_t *v2) { in explodeValues() argument 905 return (cloneValue(v2, 1)); in explodeValues() 906 if (v2 == 0 || v2 in explodeValues() 1602 concatenateValues(__nis_value_t * v1,__nis_value_t * v2) concatenateValues() argument [all...] |
/titanic_52/usr/src/uts/common/avs/ns/nsctl/ |
H A D | nsc_cache.c | 274 nsc_vec_t *v1, *v2; in _nsc_copy_h() local 298 v2 = h2->sb_vec; in _nsc_copy_h() 301 for (; pos2 >= FBA_NUM(v2->sv_len); v2++) in _nsc_copy_h() 302 pos2 -= FBA_NUM(v2->sv_len); in _nsc_copy_h() 304 a2 = v2->sv_addr + FBA_SIZE(pos2); in _nsc_copy_h() 305 l2 = v2->sv_len - FBA_SIZE(pos2); in _nsc_copy_h() 325 a2 = (++v2)->sv_addr, l2 = v2->sv_len; in _nsc_copy_h()
|
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 54 # v2 pools 55 ZPOOL_VERSION_2_FILES="zfs-pool-v2.dat" 56 ZPOOL_VERSION_2_NAME="v2-pool" 57 # v2 stripe 61 # v2 raidz 65 # v2 mirror 142 # v2 pool, with device problems on one side of the mirror
|
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/dns-sd/ |
H A D | ClientCommon.c | 59 int v2 = cstr[ 1] - '0'; in GetNextLabel() local 60 int val = v0 * 100 + v1 * 10 + v2; in GetNextLabel()
|
/titanic_52/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ProbeData.java | 523 compareUnsigned(Comparable v1, Comparable v2) in compareUnsigned() argument 529 int i2 = Integer.class.cast(v2); in compareUnsigned() 533 long i2 = Long.class.cast(v2); in compareUnsigned() 536 cmp = v1.compareTo(v2); in compareUnsigned() 562 Comparable v2 = Comparable.class.cast(o2); in compareRecords() local 563 cmp = v1.compareTo(v2); // compare signed values in compareRecords() 568 Comparable v2 = Comparable.class.cast(r2); in compareRecords() local 569 cmp = v1.compareTo(v2); in compareRecords()
|
H A D | LogDistribution.java | 156 Number v2 = d.getValue(); in compareTo() local 158 double d2 = v2.doubleValue(); in compareTo()
|
/titanic_52/usr/src/cmd/sgs/rtld.4.x/ |
H A D | rtld.4.x.c | 53 #define RELOCOFF(x) (x)->v2->ld_rel 143 #define v2 ld_un.ld_2 /* short hands */ macro 184 (x)->v2->ld_hash - (x)->v2->ld_rel) 252 dp->v2 = (struct link_dynamic_2 *) 253 ((caddr_t)dp->v2 + ip->crt_baseaddr);
|
/titanic_52/usr/src/cmd/dlmgmtd/ |
H A D | dlmgmt_util.c | 93 cmp_link_by_name(const void *v1, const void *v2) in cmp_link_by_name() argument 96 const dlmgmt_link_t *link2 = v2; in cmp_link_by_name() 109 cmp_link_by_zname(const void *v1, const void *v2) in cmp_link_by_zname() argument 112 const dlmgmt_link_t *link2 = v2; in cmp_link_by_zname() 122 cmp_link_by_id(const void *v1, const void *v2) in cmp_link_by_id() argument 125 const dlmgmt_link_t *link2 = v2; in cmp_link_by_id() 136 cmp_dlconf_by_id(const void *v1, const void *v2) in cmp_dlconf_by_id() argument 139 const dlmgmt_dlconf_t *dlconfp2 = v2; in cmp_dlconf_by_id()
|
/titanic_52/usr/src/cmd/stat/common/ |
H A D | walkers.c | 198 cpu_report(void *v1, void *v2, void *data) in cpu_report() argument 202 struct cpu_snapshot *c2 = (struct cpu_snapshot *)v2; in cpu_report() 221 pset_report(void *v1, void *v2, void *data) in pset_report() argument 224 struct pset_snapshot *p2 = (struct pset_snapshot *)v2; in pset_report() 368 dummy_cb(void *v1, void *v2, void *data) in dummy_cb() argument
|
/titanic_52/usr/src/lib/libtecla/common/ |
H A D | cplmatch.c | 88 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) in cpl_cmp_matches() argument 384 const CplMatch *m2 = (const CplMatch *) v2; in cpl_cmp_matches() 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) cpl_cmp_suffixes() argument [all...] |
/titanic_52/usr/src/cmd/backup/dump/ |
H A D | dumpoptr.c | 448 idatesort(v1, v2) in idatesort() argument 451 const void *v2; 454 void *v2; 458 struct idates **p2 = (struct idates **)v2;
|
/titanic_52/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/ |
H A D | mpi2_history.txt | 126 * Incorporating additions for MPI v2.5. 143 * 03-16-15 02.00.37 Updated for MPI v2.6. 303 * Incorporating additions for MPI v2.5. 307 * obsolete for MPI v2.5 and later. 331 * 03-16-15 02.00.31 Updated for MPI v2.6. 392 * 11-18-11 02.00.12 Incorporating additions for MPI v2.5. 400 * 03-16-15 02.00.17 Updated for MPI v2.6. 516 * 11-18-11 02.00.20 Incorporating additions for MPI v2.5. 528 * 03-16-15 02.00.26 Updated for MPI v2.6. 574 * 11-18-11 02.00.07 Incorporating additions for MPI v2 [all...] |
/titanic_52/usr/src/lib/libc/port/fp/ |
H A D | qdivrem.c | 87 digit v1, v2; in ___qdivrem() local 195 v2 = v[2]; /* for D3 */ in ___qdivrem() 219 while (v2 * qhat > COMBINE(rhat, uj2)) { in ___qdivrem()
|