Home
last modified time | relevance | path

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

12345678910>>...28

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_vers.cc39 vers::vers(vers* other) in vers() argument
42 assign(other); in vers()
46 vers::assign(vers* other) in assign() argument
49 if (other == NULL) { in assign()
53 time_sec = other->time_sec; in assign()
54 time_usec = other->time_usec; in assign()
55 vers_low = other->vers_low; in assign()
56 vers_high = other->vers_high; in assign()
130 vers::earlier_than(vers *other) in earlier_than() argument
134 if (other == NULL) { in earlier_than()
[all …]
H A Ddb_item.cc83 item::equal(item* other, bool_t casein) in equal() argument
86 return ((len == other->len) && in equal()
87 (!strncasecmp(value, other->value, len))); in equal()
89 return ((len == other->len) && in equal()
90 (!memcmp(value, other->value, len))); in equal()
94 item::equal(char* other, int olen, bool_t casein) in equal() argument
97 return ((len == olen) && (!strncasecmp(value, other, len))); in equal()
99 return ((len == olen) && (!memcmp(value, other, len))); in equal()
H A Ddb_index_entry.cc76 other, // current pointer of updated list2 in join() local
93 for (other = otherstart; in join()
94 other != NULL; in join()
95 other = other->next_result) { in join()
96 if (current->location == other->location) in join()
99 otherprev = other; in join()
101 if (other != NULL) { /* found */ in join()
108 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);
/illumos-gate/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 …]
/illumos-gate/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 …]
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt3 # other comments are removed.
108 # where there are no tokens (other than header, subject, return/exit),
169 case=...or for all other conditions
208 # subject,tuser10,tuser10,other,tuser10,other,1297,322,255 131585 129.146.89.30
214 # attribute,100000,root,other,8388608,402257,0
215 # subject,tuser10,tuser10,other,tuser10,other,1433,322,255 131585 129.146.89.30
221 # subject,tuser10,tuser10,other,tuser10,other,1553,322,255 131585 129.146.89.30
267 # subject,tuser10,root,other,root,other,966,322,255 131585 129.146.89.30
275 # subject,tuser10,root,other,root,other,1091,367,255 197121 tmach1
283 # subject,tuser10,root,other,root,other,1248,367,255 197121 tmach1
[all …]
/illumos-gate/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()
/illumos-gate/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()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.array23 $2 !~ /^[a-z]/ { x["other"] = x["other"] + 1 }
4 END { print NR, x["a"], x["m"], x["other"] }
/illumos-gate/usr/src/test/elf-tests/tests/groups/no-relobj-group-merge/
H A DREADME.md7 1. If the other input section was not previously member of a group, its data
9 2. If the other input section _was_ a member of a group we now have two groups
10 containing the same section, where discarding one will corrupt the other.
23 other input section, and has the duplicate section discarded by the COMDAT
26 other input section, and has the duplicate section discarded by the COMDAT
/illumos-gate/usr/src/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.branch.S50 be other
58 ENTRY(other)
61 SET_SIZE(other)
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/
H A Dzfs_allow_005_pos.ksh76 for other in $EVERYONE; do
80 if [[ $other == $user ]]; then
83 log_must verify_noperm $childfs $perms $other
/illumos-gate/usr/src/cmd/dtrace/test/tst/i386/pid/
H A Dtst.branch.S60 jz other
67 ENTRY(other)
71 SET_SIZE(other)
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A DREADME-astsa1 astsa implements a small subset of the ast library for other ast
10 and defines these variables for use in other makefiles
14 The astsa files may be combined in a single directory with other ast
H A Dastsa.mm9 library for other
20 and defines these variables for use in other makefiles
32 The astsa files may be combined in a single directory with other ast
/illumos-gate/usr/src/tools/scripts/
H A Dvalidate_pkg.py162 def __ne__(self, other): argument
178 rhs = other
180 lhs = other
427 def compare(self, other): argument
431 keys2 = frozenset(list(other.keys()))
439 (self.name, other.name))
446 (other.name, self.name))
448 print(("\t%s" % str(other[path])))
453 if self[path] != other[path]:
457 % (self.name, other.name))
[all …]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DComponent.java123 Component other = (Component) o; in equals()
124 if (type.compareTo(other.getType()) != 0 || in equals()
125 sys_id != other.getSysId()) in equals()
H A DResource.java187 Resource other = (Resource) o; in equals()
188 if (type.compareTo(other.getType()) != 0 || in equals()
189 name.compareTo(other.getName()) != 0) in equals()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_fsctl_copychunk.c179 sr->arg.other = args; in smb2_fsctl_copychunk()
248 sr->arg.other = NULL; in smb2_fsctl_copychunk()
260 copychunk_args_t *args = sr->arg.other; in smb2_fsctl_copychunk_decode()
295 copychunk_args_t *args = sr->arg.other; in smb2_fsctl_copychunk_array()
359 copychunk_args_t *args = sr->arg.other; in smb2_fsctl_copychunk_aapl()
427 copychunk_args_t *args = sr->arg.other; in smb2_fsctl_copychunk_meta()
474 copychunk_args_t *args = sr->arg.other; in smb2_fsctl_copychunk_1()
/illumos-gate/usr/src/test/util-tests/tests/xargs/
H A Dxargs_test.ksh49 comp=$(echo foo bar baz other | $XARGS -I THING echo '** THING **')
59 comp=$(echo foo bar baz other | $XARGS -n 1 echo '***')
72 comp=$(echo foo bar baz other | $XARGS -I THING -n1 echo '** THING **')
85 comp=$(echo foo bar baz other | $XARGS -n 1 -I THING echo '** THING **')
216 comp=$(echo foo bar baz other | $XARGS -I X echo '** X **')
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_decl.c171 inj_decl_t *other = inj_hash_get_cookie(v); in inj_decl_addmem() local
174 dlm->dlm_name, other->decl_lineno); in inj_decl_addmem()
254 inj_decl_t *other = inj_hash_get_cookie(v); in inj_decl_finish() local
257 inj_item2str(type), name, other->decl_lineno); in inj_decl_finish()
/illumos-gate/usr/src/contrib/ast/
H A DLICENSE54 the Licensed Patents. The patent license shall not apply to any other combinations
59 that the Program does not infringe the patent or other intellectual property
60 rights of any other entity. Each Contributor disclaims any liability to Recipient
61 for claims brought by any other entity based on infringement of intellectual
64 to secure any other intellectual property rights needed, if any. For example,
92 by that Contributor alone and not by any other party; and
117 a manner which does not create potential liability for other Contributors.
120 every other Contributor ("Indemnified Contributor") against any losses, damages
121 and costs (collectively "Losses") arising from claims, lawsuits and other
138 would have to defend claims against the other Contributors related to those
[all …]
/illumos-gate/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 …]
/illumos-gate/usr/src/uts/common/io/ipw/fw-ipw2100/
H A DLICENSE40 assign, sublicense, lease, or in any other way transfer or disclose Software to
41 any third party. You may not, nor may you assist any other person or entity to
54 excluding any distribution rights, and use for any other purpose. Except as
57 other announcements without Intel's prior written consent. You do not have any
64 foregoing, other than those specified in this Agreement, are reserved by Intel
67 attachments, and other encumbrances. You agree not to remove any proprietary
88 text, graphics, links or other items contained within the Software. You assume
115 shall comply with such laws and regulations, as well as all other laws and
155 5. The Software may contain the software or other property of third party
160 by the laws of the United States and other countries, and international treaty
[all …]

12345678910>>...28