/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | link.h | 159 #define v2 ld_un.ld_2 macro 165 … *) x)->v1.ld_plt - ((struct old_link_dynamic *) x)->v1.ld_got : (x)->v2->ld_plt - (x)->v2->ld_got) 167 … *) x)->v1.ld_rel - ((struct old_link_dynamic *) x)->v1.ld_plt : (x)->v2->ld_rel - (x)->v2->ld_plt) 169 …) x)->v1.ld_hash - ((struct old_link_dynamic *) x)->v1.ld_rel : (x)->v2->ld_hash - (x)->v2->ld_rel) 171 …x)->v1.ld_stab - ((struct old_link_dynamic *) x)->v1.ld_hash : (x)->v2->ld_stab - (x)->v2->ld_hash) 173 ….ld_symbols - ((struct old_link_dynamic *) x)->v1.ld_stab : (x)->v2->ld_symbols - (x)->v2->ld_stab) 175 #undef v2
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | _a.out.h | 229 (x)->v2->ld_plt - (x)->v2->ld_got) 234 (x)->v2->ld_rel - (x)->v2->ld_plt) 239 (x)->v2->ld_hash - (x)->v2->ld_rel) 244 (x)->v2->ld_stab - (x)->v2->ld_hash) 249 (x)->v2->ld_symbols - (x)->v2->ld_stab) 251 #undef v2 277 #define v2 ld_un.ld_2 macro 279 #define JMPOFF(x) (x)->v2->ld_plt 280 #define RELOCOFF(x) (x)->v2->ld_rel 281 #define HASHOFF(x) (x)->v2->ld_hash [all …]
|
/titanic_41/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_41/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() 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_41/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_41/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() [all …]
|
/titanic_41/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 [expr {$msg=="" || $msg=="out of memory"}] [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 for each row begin
|
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 WHERE a>10 [all …]
|
/titanic_41/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_41/usr/src/lib/libnisdb/ |
H A D | ldap_val.c | 897 explodeValues(__nis_value_t *v1, __nis_value_t *v2) { in explodeValues() argument 904 return (cloneValue(v2, 1)); in explodeValues() 905 if (v2 == 0 || v2->numVals <= 0) in explodeValues() 918 if (!v1->repeat && !v2->repeat) in explodeValues() 919 nv = v1->numVals * v2->numVals; in explodeValues() 920 else if (v1->repeat && !v2->repeat) in explodeValues() 921 nv = v2->numVals; in explodeValues() 922 else if (!v1->repeat && v2->repeat) in explodeValues() 936 if (!v1->repeat && !v2->repeat) { in explodeValues() 938 for (i2 = 0; i2 < v2->numVals; i2++) { in explodeValues() [all …]
|
/titanic_41/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_41/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_41/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_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade.cfg | 57 export ZPOOL_VERSION_2_FILES="zfs-pool-v2.dat" 58 export ZPOOL_VERSION_2_NAME="v2-pool" 59 # v2 stripe 63 # v2 raidz 67 # v2 mirror 145 # This pool is a v2 pool, with device problems on one side of the mirror
|
/titanic_41/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_41/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_41/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); 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() 411 static int cpl_cmp_suffixes(const void *v1, const void *v2) in cpl_cmp_suffixes() argument 414 const CplMatch *m2 = (const CplMatch *) v2; in cpl_cmp_suffixes()
|
/titanic_41/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_41/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()
|
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | mc5.c | 180 static inline void dbgi_wr_addr3(adapter_t *adapter, u32 v1, u32 v2, u32 v3) in dbgi_wr_addr3() argument 183 t1_write_reg_4(adapter, A_MC5_DBGI_REQ_ADDR1, v2); in dbgi_wr_addr3() 187 static inline void dbgi_wr_data3(adapter_t *adapter, u32 v1, u32 v2, u32 v3) in dbgi_wr_data3() argument 190 t1_write_reg_4(adapter, A_MC5_DBGI_REQ_DATA1, v2); in dbgi_wr_data3() 194 static inline void dbgi_rd_rsp3(adapter_t *adapter, u32 *v1, u32 *v2, u32 *v3) in dbgi_rd_rsp3() argument 197 *v2 = t1_read_reg_4(adapter, A_MC5_DBGI_RSP_DATA1); in dbgi_rd_rsp3()
|
/titanic_41/usr/src/lib/libshell/common/tests/ |
H A D | attributes.sh | 193 typeset -b v1 v2 195 read -N22 v2 200 [[ $v2 == "$x" ]] || err_exit "v1=$v2 should be $x"
|
/titanic_41/usr/src/cmd/ssh/etc/ |
H A D | sshd_config | 11 # that sites run only v2 if possible. Support for v1 is provided to help sites 16 # RSA and DSA keys for protocol v2 are created by /etc/init.d/sshd if they 21 # Only v2 (recommended) 24 # Both v1 and v2 (not recommended)
|