Searched refs:found (Results 1 - 25 of 364) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_dump.c58 int found = 0; local
64 return (found);
90 found = 1;
95 return (found);
H A Dinuse_zpool.c70 int found = 0; local
78 return (found);
89 return (found);
101 found = 1;
103 found = 1;
106 found = 1;
110 found = 1;
113 if (found) {
126 return (found);
/osnet-11/usr/src/lib/libadm/common/
H A Dckkeywd.c43 char *found; local
48 found = NULL;
51 if (found)
53 found = set[i];
57 if (found) {
58 (void) strcpy(strval, found);
/osnet-11/usr/src/lib/libc/amd64/gen/
H A Dmemchr.s32 / or NULL if not found in chars; doesn't stop at \0.
68 je .L4 / goto .L4 (found)
70 je .L5 / goto .L5 (found)
73 je .L6 / goto .L6 (found)
75 je .L7 / goto .L7 (found)
82 jz .L8 / goto .L8 (not found)
84 je .L4 / goto .L4 (found)
90 xorl %eax, %eax / not found
95 jz .L8 / goto .L8 (not found)
97 je .L4 / goto .L4 (found)
[all...]
H A Dstrrchr.s32 / appears; NULL if no found
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemchr.s32 / or NULL if not found in chars; doesn't stop at \0.
71 je .L4 / goto .L4 (found)
73 je .L5 / goto .L5 (found)
76 je .L6 / goto .L6 (found)
78 je .L7 / goto .L7 (found)
85 jz .L8 / goto .L8 (not found)
87 je .L4 / goto .L4 (found)
93 xorl %eax, %eax / not found
99 jz .L8 / goto .L8 (not found)
101 je .L4 / goto .L4 (found)
[all...]
H A Dstrrchr.s32 / appears; NULL if no found
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dhwf_obj.c299 CK_BBOOL found; local
301 found = template_attribute_find(tmpl, CKA_HW_FEATURE_TYPE, &attr);
302 if (! found) {
315 CK_BBOOL found; local
318 found = template_attribute_find(tmpl, CKA_VALUE, &attr);
319 if (! found) {
331 CK_BBOOL found; local
334 found = template_attribute_find(tmpl, CKA_VALUE, &attr);
335 if (! found) {
339 found
[all...]
H A Dcert.c306 CK_BBOOL found; local
312 found = template_attribute_find(tmpl,
314 if (found == FALSE) {
354 CK_BBOOL found; local
356 found = template_attribute_find(tmpl, CKA_SUBJECT, &attr);
357 if (! found) {
360 found = template_attribute_find(tmpl, CKA_VALUE, &attr);
361 if (! found) {
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfgetr.c41 int found; local
55 found = 0;
64 found = 1;
68 found = 1;
73 while(!found)
103 if(s < ends) /* found separator */
105 found = 1;
121 if(!found && (_Sfmaxr > 0 && un+n+1 >= _Sfmaxr || (f->flags&SF_STRING))) /* already exceed limit */
149 if(found && rc != 0 && (type&SF_STRING) )
159 rsrv->slen = found
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c40 struct grub_arg_option *found = 0; local
55 found = fnd_short (options);
57 if (! found)
62 found = (struct grub_arg_option *) help_options;
66 found = (struct grub_arg_option *) (help_options + 1);
74 return found;
80 struct grub_arg_option *found = 0; local
96 found = fnd_long (options);
98 if (! found)
99 found
195 int found = opt - cmd->options; local
[all...]
/osnet-11/usr/src/lib/libldap4/common/
H A Dgetvalues.c48 int found = 0; local
64 found = 1;
67 while ( ! found ) {
79 * if we get this far, we've found the attribute and are sitting
96 int found = 0; local
112 found = 1;
115 while ( ! found ) {
127 * if we get this far, we've found the attribute and are sitting
H A Dfriendly.c91 int esc = 0, found = 0; local
93 for ( ++s; *s && !found; s++ ) {
100 found = 1;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dmkdir.t23 print ($! =~ /cannot find|such|exist|not found|not a directory/i ? "ok 7\n" : "# $!\nnot ok 7\n");
/osnet-11/usr/src/lib/libuvfs/common/
H A Dstash.c62 libuvfs_stash_node_t nkey, *found; local
70 found = avl_find(&fs->fs_stash, &nkey, where);
72 return (found);
77 int *found)
85 if (found != NULL)
86 *found = (exist != NULL) ? B_TRUE : B_FALSE;
93 libuvfs_stash_fs_get(libuvfs_fs_t *fs, uint32_t key, int *found) argument
99 return (libuvfs_stash_fid_get(fs, &fid, key, found));
76 libuvfs_stash_fid_get(libuvfs_fs_t *fs, libuvfs_fid_t *fid, uint32_t key, int *found) argument
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasCloseAdapter.c39 int found = 0; local
82 found = 1;
89 if (found == 0) {
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c216 * many slots are found to support the mechanism.
227 boolean_t found; local
240 found = find_mech_index(mech_support_info->mech, &index);
241 if (!found) {
295 boolean_t found; local
308 found = find_mech_index(mech, &index);
309 if (!found) {
349 boolean_t found; local
413 found = find_mech_index(slot_mechlist[mechnum], &index);
414 if (!found) {
515 boolean_t found = B_FALSE; local
615 boolean_t found = B_FALSE; local
659 boolean_t found; local
[all...]
H A DmetaAttrManager.c114 boolean_t found; local
116 found = get_template_ulong(CKA_CLASS, template, template_size, &class);
117 if (!found) {
123 found = get_template_ulong(CKA_CERTIFICATE_TYPE,
127 found = get_template_ulong(CKA_HW_FEATURE_TYPE,
134 found = get_template_ulong(CKA_KEY_TYPE,
138 /* CKO_DATA has no subtype, just pretend it is found */
139 found = B_TRUE;
145 if (!found) {
615 * Passes a pointer to the requested attribute, or NULL if not found
622 boolean_t found = B_FALSE; local
647 boolean_t found = B_FALSE; local
674 boolean_t found = B_FALSE; local
[all...]
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-storage-cleanup-mountpoint.c58 gboolean found; local
87 found = FALSE;
88 for (i = 0; lines[i] != NULL && !found; i++) {
113 found = TRUE;
127 if (!found) {
/osnet-11/usr/src/lib/libproc/common/
H A DPexecname.c93 return (P->execname); /* Already found */
105 goto found;
133 goto found;
137 goto found;
153 goto found;
169 goto found;
173 goto found;
185 goto found;
189 goto found;
224 goto found;
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/
H A DKid.pm55 my($found) = 0;
148 warn "$thislib not found in $thispth\n" if $verbose;
151 warn "'-l$thislib' found at $fullname\n" if $verbose;
153 $found++;
201 last; # found one here so don't bother looking further
204 ."No library found for -l$thislib\n"
208 unless( $found ) {
259 my $found = 0;
288 $found++;
318 warn "'$thislib' found a
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A DAncestor.cc198 int found = 0; local
209 if (f == 1) found = 1; // found needs to latch at one.
214 if (!found) {
247 int found = 0; local
257 if (f == 1) found = 1; // found needs to latch at one.
262 return (found);
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dfriendly.c91 int esc = 0, found = 0; local
93 for ( ++s; *s && !found; s++ ) {
100 found = 1;
/osnet-11/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dasfs.c62 int found = 0; local
97 found++;
106 found++;
108 if (found != 0) {
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dpattern.c65 int found; local
88 found = FALSE;
102 found = TRUE;
108 if (found) {

Completed in 118 milliseconds

1234567891011>>