Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/titanic_50/usr/src/lib/libnisdb/
H A Ddb_vers.cc41 vers::vers(vers* other) in vers() argument
44 assign(other); in vers()
48 vers::assign(vers* other) in assign() argument
51 if (other == NULL) { in assign()
55 time_sec = other->time_sec; in assign()
56 time_usec = other->time_usec; in assign()
57 vers_low = other->vers_low; in assign()
58 vers_high = other->vers_high; in assign()
132 vers::earlier_than(vers *other) in earlier_than() argument
136 if (other == NULL) { in earlier_than()
[all …]
H A Ddb_item.cc85 item::equal(item* other, bool_t casein) in equal() argument
88 return ((len == other->len) && in equal()
89 (!strncasecmp(value, other->value, len))); in equal()
91 return ((len == other->len) && in equal()
92 (!memcmp(value, other->value, len))); in equal()
96 item::equal(char* other, int olen, bool_t casein) in equal() argument
99 return ((len == olen) && (!strncasecmp(value, other, len))); in equal()
101 return ((len == olen) && (!memcmp(value, other, len))); in equal()
H A Ddb_index_entry.cc78 other, // current pointer of updated list2 in join() local
95 for (other = otherstart; in join()
96 other != NULL; in join()
97 other = other->next_result) { in join()
98 if (current->location == other->location) in join()
101 otherprev = other; in join()
103 if (other != NULL) { /* found */ in join()
110 otherprev->next_result = other->next_result; in join()
H A Ddb_vers_c.x72 % vers( vers *other );
90 % void assign( vers *other );
94 % bool_t earlier_than( vers *other );
103 % bool_t equal( vers *other);
/titanic_50/usr/src/pkg/manifests/
H A Ddeveloper-dtrace.mf58 dir path=usr/share/lib/java/javadoc group=other
59 dir path=usr/share/lib/java/javadoc/dtrace group=other
60 dir path=usr/share/lib/java/javadoc/dtrace/api group=other
61 dir path=usr/share/lib/java/javadoc/dtrace/api/org group=other
62 dir path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris group=other
63 dir path=usr/share/lib/java/javadoc/dtrace/api/org/opensolaris/os group=other
65 group=other
68 group=other
70 group=other
71 dir path=usr/share/lib/java/javadoc/dtrace/examples group=other
[all …]
H A Dservice-network-dns-mdns.mf49 dir path=usr/share/lib/java/javadoc group=other
50 dir path=usr/share/lib/java/javadoc/dnssd group=other
51 dir path=usr/share/lib/java/javadoc/dnssd/api group=other
52 dir path=usr/share/lib/java/javadoc/dnssd/api/com group=other
53 dir path=usr/share/lib/java/javadoc/dnssd/api/com/apple group=other
54 dir path=usr/share/lib/java/javadoc/dnssd/api/com/apple/dnssd group=other
56 group=other
57 dir path=usr/share/lib/java/javadoc/dnssd/examples group=other
77 group=other
79 group=other
[all …]
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java312 KVOpExpression other = (KVOpExpression) o; in equals()
313 if (getName().compareTo(other.getName()) != 0 || in equals()
314 op != other.getOp() || val != other.getValue()) in equals()
349 KVOpExpression other = (KVOpExpression) o; in contradicts()
350 if (getName().compareTo(other.getName()) != 0) in contradicts()
352 if (getOp() != other.getOp()) { in contradicts()
353 if (getOp() != NT && other.getOp() != NT) { in contradicts()
355 if (getValue() < other.getValue()) in contradicts()
358 if (getValue() > other.getValue()) in contradicts()
483 KVExpression other = (KVExpression) o; in equals()
[all …]
/titanic_50/usr/src/lib/libpam/
H A Dpam.conf91 other auth requisite pam_authtok_get.so.1
92 other auth required pam_dhkeys.so.1
93 other auth required pam_unix_cred.so.1
94 other auth required pam_unix_auth.so.1
117 other account requisite pam_roles.so.1
118 other account required pam_unix_account.so.1
123 other session required pam_unix_session.so.1
128 other password required pam_dhkeys.so.1
129 other password requisite pam_authtok_get.so.1
130 other password requisite pam_authtok_check.so.1
[all …]
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityGroup.java140 public int getLatency(LocalityGroup other) in getLatency() argument
142 return (jl_latency(id, other.getID())); in getLatency()
164 LocalityGroup other = domain. in countForeignGroups() local
166 if (other != this && in countForeignGroups()
167 groups.contains(other) == false) in countForeignGroups()
168 groups.add(other); in countForeignGroups()
/titanic_50/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt3 # other comments are removed.
106 # where there are no tokens (other than header, subject, return/exit),
167 case=...or for all other conditions
206 # subject,tuser10,tuser10,other,tuser10,other,1297,322,255 131585 129.146.89.30
212 # attribute,100000,root,other,8388608,402257,0
213 # subject,tuser10,tuser10,other,tuser10,other,1433,322,255 131585 129.146.89.30
219 # subject,tuser10,tuser10,other,tuser10,other,1553,322,255 131585 129.146.89.30
265 # subject,tuser10,root,other,root,other,966,322,255 131585 129.146.89.30
273 # subject,tuser10,root,other,root,other,1091,367,255 197121 tmach1
281 # subject,tuser10,root,other,root,other,1248,367,255 197121 tmach1
[all …]
/titanic_50/usr/src/test/libc-tests/tests/
H A Dc11_threads.c143 thrd_t self, other; in cthr_test_equal() local
148 VERIFY3S(thrd_create(&other, cthr_test_sleep_thr, NULL), ==, in cthr_test_equal()
150 VERIFY3S(thrd_equal(self, other), !=, 0); in cthr_test_equal()
151 VERIFY3S(thrd_equal(other, other), ==, 0); in cthr_test_equal()
152 VERIFY3S(thrd_detach(other), ==, thrd_success); in cthr_test_equal()
158 thrd_t self, other; in cthr_test_detach_err() local
163 VERIFY3S(thrd_create(&other, cthr_test_sleep_thr, NULL), ==, in cthr_test_detach_err()
165 VERIFY3S(thrd_detach(other), ==, thrd_success); in cthr_test_detach_err()
168 VERIFY3S(thrd_join(other, NULL), ==, thrd_error); in cthr_test_detach_err()
/titanic_50/usr/src/cmd/fm/eversholt/files/sparc/sun4v/
H A Dgmem.esc239 * membuf-crc-uc, membuf-other-uc will fault the detector FRU and sender FRU
247 event ereport.cpu.generic-sparc.membuf-other-uc@CHIP { within(1s) };
248 event ereport.cpu.generic-sparc.membuf-other-uc@MEM_BUFF { within(1s) };
249 event ereport.cpu.generic-sparc.membuf-other-uc@MEM_CTRL { within(1s) };
261 ereport.cpu.generic-sparc.membuf-other-uc@CHIP;
266 ereport.cpu.generic-sparc.membuf-other-uc@CHIP<>;
276 ereport.cpu.generic-sparc.membuf-other-uc@CHIP;
283 ereport.cpu.generic-sparc.membuf-other-uc@CHIP;
291 ereport.cpu.generic-sparc.membuf-other-uc@MEM_BUFF;
296 ereport.cpu.generic-sparc.membuf-other-uc@MEM_BUFF<>;
[all …]
/titanic_50/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.s52 be other
60 ENTRY(other)
63 SET_SIZE(other)
/titanic_50/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_005_pos.ksh66 for other in $EVERYONE; do
70 if [[ $other == $user ]]; then
73 log_must verify_noperm $childfs $perms $other
/titanic_50/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.s62 jz other
69 ENTRY(other)
73 SET_SIZE(other)
/titanic_50/usr/src/tools/scripts/
H A Dvalidate_pkg.py161 def __ne__(self, other): argument
177 rhs = other
179 lhs = other
407 def compare(self, other): argument
411 keys2 = frozenset(list(other.keys()))
419 (self.name, other.name))
426 (other.name, self.name))
428 print(("\t%s" % str(other[path])))
433 if self[path] != other[path]:
437 % (self.name, other.name))
[all …]
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java125 Component other = (Component) o; in equals()
126 if (type.compareTo(other.getType()) != 0 || in equals()
127 sys_id != other.getSysId()) in equals()
H A DResource.java189 Resource other = (Resource) o; in equals()
190 if (type.compareTo(other.getType()) != 0 || in equals()
191 name.compareTo(other.getName()) != 0) in equals()
H A DHRTime.java98 HRTime other = (HRTime) o; in compareTo() local
100 return (value.compareTo(other.getValue())); in compareTo()
/titanic_50/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh48 comp=$(echo foo bar baz other | $XARGS -I THING echo '** THING **')
58 comp=$(echo foo bar baz other | $XARGS -n 1 echo '***')
71 comp=$(echo foo bar baz other | $XARGS -I THING -n1 echo '** THING **')
84 comp=$(echo foo bar baz other | $XARGS -n 1 -I THING echo '** THING **')
215 comp=$(echo foo bar baz other | $XARGS -I X echo '** X **')
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmHelpContent.java41 public pmHelpContent(pmHelpContent other) { in pmHelpContent() argument
42 text = new String(other.text); in pmHelpContent()
/titanic_50/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c173 inj_decl_t *other = inj_hash_get_cookie(v); in inj_decl_addmem() local
176 dlm->dlm_name, other->decl_lineno); in inj_decl_addmem()
256 inj_decl_t *other = inj_hash_get_cookie(v); in inj_decl_finish() local
259 inj_item2str(type), name, other->decl_lineno); in inj_decl_finish()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_acl.h78 ufs_ic_acl_t *other; /* other object */ member
106 #define aother s_a.other
113 #define dother s_d.other
/titanic_50/usr/src/lib/libast/
H A DTHIRDPARTYLICENSE64 other combinations which include the Contribution. No hardware per
70 patent or other intellectual property rights of any other entity.
72 brought by any other entity based on infringement of intellectual
75 assumes sole responsibility to secure any other intellectual
105 are offered by that Contributor alone and not by any other party;
134 create potential liability for other Contributors. Therefore, if a
137 and indemnify every other Contributor ("Indemnified Contributor")
139 from claims, lawsuits and other legal actions brought by a third party
158 defend claims against the other Contributors related to those
159 performance claims and warranties, and if a court requires any other
[all …]
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/
H A DTHIRDPARTYLICENSE54 Licensed Patents. The patent license shall not apply to any other combinations
59 Contributor that the Program does not infringe the patent or other intellectual
60 property rights of any other entity. Each Contributor disclaims any liability to
61 Recipient for claims brought by any other entity based on infringement of
64 responsibility to secure any other intellectual property rights needed, if any.
92 by that Contributor alone and not by any other party; and
117 which does not create potential liability for other Contributors. Therefore, if
120 every other Contributor ("Indemnified Contributor") against any losses, damages
121 and costs (collectively "Losses") arising from claims, lawsuits and other legal
138 Commercial Contributor would have to defend claims against the other
[all …]

12345678910>>...25