Searched defs:found (Results 1 - 25 of 215) sorted by relevance

123456789

/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/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);
H A Dinuse_lu.c74 int found = 0; local
80 return (found);
107 found = 1;
116 return (found);
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_hash.c84 * if found.
146 int found; local
152 if (del_func(tmp->sip_obj, digest, &found)) {
184 * If we found the object, we are done
186 } else if (found == 1) {
/osnet-11/usr/src/lib/libldap4/common/
H A Dfriendly.c91 int esc = 0, found = 0; local
93 for ( ++s; *s && !found; s++ ) {
100 found = 1;
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
/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) {
/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/lib/pkcs11/pkcs11_tpm/common/
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) {
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...]
/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/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/libresolv2/common/isc/
H A Dev_waits.c110 int found = 0; local
120 found = 1;
133 if (!found) {
139 found = 1;
150 if (!found) {
/osnet-11/usr/src/lib/libsocket/inet/
H A Dinterface_id.c119 boolean_t found; local
181 found = B_FALSE;
199 found = B_TRUE;
206 if (!found) {
221 boolean_t found; local
288 found = B_FALSE;
296 found = B_TRUE;
302 if (!found) {
/osnet-11/usr/src/lib/libdll/common/
H A Ddllnext.c67 register int found = 0; local
97 if (found)
154 found = 1;
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Denvblk.c94 int found = 0; local
152 found = 1;
159 if (! found)
/osnet-11/usr/src/lib/libwrap/
H A Dtli.c264 int found = 0; local
291 for (i = 0; found == 0 && i < addr_list->n_cnt; i++) {
293 found = !strcmp(ua, uaddr);
305 if (found == 0)
309 STRN_CPY(host->name, found ? service->h_host : paranoid,
/osnet-11/usr/src/lib/nsswitch/user/common/
H A Dgetprinter.c126 int found = 0; local
152 while ((p < limit) && (found == 0)) {
156 found++;
164 if (found == 0)
/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/fm/libfmd_log/common/
H A Dfmd_filter.c109 int found = 0; local
126 found = 1;
132 found = 1;
134 found = 0;
136 if (found == 0)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dccdefname.c69 int found = 0; local
/osnet-11/usr/src/grub/grub2/grub-core/bus/
H A Dcs5536.c35 int found = 0; local
45 found = 1;
53 return found;
207 return grub_error (GRUB_ERR_IO, "no SPD found");

Completed in 120 milliseconds

123456789