Home
last modified time | relevance | path

Searched refs:found (Results 76 – 100 of 948) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dpktool.c708 int i, found = -1; in main() local
761 found = -1; in main()
764 if (found < 0) { in main()
765 found = i; in main()
771 if (found < 0) { in main()
778 rv = (*cmds[found].action)(pk_argc, pk_argv); in main()
783 usage(found); in main()
/illumos-gate/usr/src/uts/intel/io/mc-amd/
H A Dmcamd_subr.c298 int found; in mcamd_get_numprop() local
310 found = findoffset(hdl, node, &props[0], code, &offset); in mcamd_get_numprop()
311 ASSERT(found); in mcamd_get_numprop()
313 if (found) in mcamd_get_numprop()
316 return (found == 1); in mcamd_get_numprop()
356 int found; in mcamd_get_cfgreg() local
367 found = findoffset(hdl, node, &regs[0], code, &offset); in mcamd_get_cfgreg()
368 ASSERT(found); in mcamd_get_cfgreg()
370 ASSERT(found); in mcamd_get_cfgreg()
371 if (found) in mcamd_get_cfgreg()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dcheck.c209 char found; in rckpriv() local
221 found = 0; in rckpriv()
226 found++; in rckpriv()
232 if (found) { in rckpriv()
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c298 int found; /* Flag: TRUE if found */ in oktoaddtolist() local
304 found = FALSE; in oktoaddtolist()
305 while (!found && *aliases) { in oktoaddtolist()
306 if (strcmp(devtabentry, *aliases) == 0) found = TRUE; in oktoaddtolist()
314 if (found) in oktoaddtolist()
961 int found; /* FLAG: TRUE if attribute found */ in matchanycriteria() local
996 found = FALSE; in matchanycriteria()
997 while (!found && q) in matchanycriteria()
1000 found = TRUE; in matchanycriteria()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_nswparse.c145 int found, tmpfound; in skip() local
149 found = (*p == key); in skip()
150 if (found) { in skip()
157 found = tmpfound; in skip()
164 if (!found) in skip()
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_fs.c81 int found = 0; in inuse_fs() local
108 found = 1; in inuse_fs()
113 return (found); in inuse_fs()
141 found = 1; in inuse_fs()
147 return (found); in inuse_fs()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod74 is found and C<undef> if it cannot be found.
80 found or C<undef> if it cannot be found.
86 found. See C<getdefaultproj(3PROJECT)> for information about the lookup
104 returns the project ID if the project is found and C<undef> if it is not found.
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_pragma.c210 int found = 0; in dt_pragma_depends_finddep() local
217 found = 1; in dt_pragma_depends_finddep()
222 if (!found) in dt_pragma_depends_finddep()
237 int found; in dt_pragma_depends() local
248 found = dt_provider_lookup(dtp, nnp->dn_string) != NULL; in dt_pragma_depends()
251 found = mp != NULL && dt_module_getctf(dtp, mp) != NULL; in dt_pragma_depends()
296 found = B_TRUE; in dt_pragma_depends()
302 if (!found) { in dt_pragma_depends()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/psvc/psvcplugin/
H A Dpsvcplugin.c615 int32_t found; in load_interval() local
633 if (found != 3) { in load_interval()
661 if (found != 3) { in load_interval()
670 if (found != 1) { in load_interval()
877 int found; in find_file_section() local
891 if (found != 1) { in find_file_section()
1267 int32_t found; in load_projected_properties() local
1300 if (found != 4) { in load_projected_properties()
1396 int found; in load_associations() local
1415 if (found != 2) { in load_associations()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathprog.c71 goto found; in prog()
106 goto found; in prog()
109 found: in prog()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dfriendly.c82 int esc = 0, found = 0; in ldap_friendly_name() local
84 for ( ++s; *s && !found; s++ ) { in ldap_friendly_name()
91 found = 1; in ldap_friendly_name()
/illumos-gate/usr/src/lib/libwrap/
H A Dtli.c260 int found = 0; local
287 for (i = 0; found == 0 && i < addr_list->n_cnt; i++) {
289 found = !strcmp(ua, uaddr);
301 if (found == 0)
305 STRN_CPY(host->name, found ? service->h_host : paranoid,
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/
H A Dxpv_uppc.c297 boolean_t found = B_FALSE; in xen_uppc_interrupt_dump() local
318 found = B_TRUE; in xen_uppc_interrupt_dump()
322 if (found == B_FALSE) { in xen_uppc_interrupt_dump()
398 boolean_t found = B_FALSE; in evtchns_dump() local
417 found = B_TRUE; in evtchns_dump()
421 if (found == B_FALSE) { in evtchns_dump()
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.c605 int enclosed, found; in mandoc_eos() local
616 enclosed = found = 0; in mandoc_eos()
623 if (0 == found) in mandoc_eos()
629 found = 1; in mandoc_eos()
632 return found && in mandoc_eos()
637 return found && !enclosed; in mandoc_eos()
/illumos-gate/usr/src/cmd/bhyve/
H A Dps2kbd.c347 int e0_prefix, found; in ps2kbd_keysym_queue() local
355 found = 1; in ps2kbd_keysym_queue()
357 found = 0; in ps2kbd_keysym_queue()
361 found = 1; in ps2kbd_keysym_queue()
368 found = 1; in ps2kbd_keysym_queue()
375 if (!found) { in ps2kbd_keysym_queue()
/illumos-gate/usr/src/cmd/which/
H A Dwhich.c153 bool found = false; in print_matches() local
165 found = true; in print_matches()
171 return (found); in print_matches()
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_lookup.c55 int found = 0; in do_lookup1() local
81 found = (rddir_entry_lookup(key, rdcp->entp) != NULL); in do_lookup1()
97 if (found) in do_lookup1()
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Duninstall.c53 boolean_t found; in kc_uninstall() local
159 found = B_FALSE; in kc_uninstall()
190 found = B_TRUE; in kc_uninstall()
194 if (found) { in kc_uninstall()
/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc.c130 boolean_t found = B_FALSE; in cc_load_algo() local
139 found = B_TRUE; in cc_load_algo()
145 return (found ? algo : NULL); in cc_load_algo()
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c154 int found; in private_getpwnam_r() local
159 found = 0; in private_getpwnam_r()
162 found = 1; in private_getpwnam_r()
167 if (!found) { in private_getpwnam_r()
191 int found; in private_getspnam_r() local
197 found = 0; in private_getspnam_r()
200 found = 1; in private_getspnam_r()
205 if (!found) { in private_getspnam_r()
1150 int found; in files_update_history() local
1181 found = 0; in files_update_history()
[all …]
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c144 struct tmpnode **found) in tmpfs_hash_lookup() argument
169 if (found) in tmpfs_hash_lookup()
170 *found = tnp; in tmpfs_hash_lookup()
247 struct tmpnode *found = NULL; in tdirenter() local
392 ASSERT(found); in tdirenter()
397 *tpp = found; in tdirenter()
400 tmpnode_rele(found); in tdirenter()
406 dir, name, found, tdp, cred); in tdirenter()
408 if (found != NULL) { in tdirenter()
414 tmpnode_rele(found); in tdirenter()
[all …]
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c187 DAPL_HASH_ELEM *found; in dapli_hash_add() local
206 DAPL_HASHLOOKUP(p_table, key, olddatum, found); in dapli_hash_add()
208 if (found) { in dapli_hash_add()
481 DAPL_HASH_ELEM *found; in dapls_hash_search() local
488 DAPL_HASHLOOKUP(p_table, key, olddatum, found); in dapls_hash_search()
491 DAPL_HASHLOOKUP(p_table, key, olddatum, found); in dapls_hash_search()
494 if (found) { in dapls_hash_search()
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Dlibrtld_db.msg39 @ MSG_DB_NOLDDATA "rtld_db: rr: no LDDATA found in aux vector - \
41 @ MSG_DB_FLDDATA "rtld_db: rl: found LDDATA auxv ld.so.1 data seg \
43 @ MSG_DB_SYMRDEBUG "rtld_db: rr: found ld.so.1::rdebug address: 0x%llx"
65 @ MSG_DB_VALIDRDEBUG "rtld_db: ve: found valid r_debug structure. \
84 @ MSG_DB_NODYNDEBUG "rtld_db: fde: no %lld found in .dynamic"
85 @ MSG_DB_FINDDYNAMIC "rtld_db: fde: DYNAMIC entry found tag: %d found. \
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_uninitialized.c212 static int param_used_callback(void *found, int argc, char **argv, char **azColName) in param_used_callback() argument
214 *(int *)found = 1; in param_used_callback()
220 int found; in member_is_used() local
226 found = 0; in member_is_used()
227 run_sql(&param_used_callback, &found, in member_is_used()
230 return found; in member_is_used()
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c512 int found; /* FLAG, kywd found yet? */ in main() local
763 found = FALSE; in main()
770 found = TRUE; in main()
776 } while (!found && (penvsev != (struct sevstr *) NULL)); in main()
778 if (found) free(penvsev); in main()
782 if (!found) { in main()

12345678910>>...38