Home
last modified time | relevance | path

Searched refs:found (Results 176 – 200 of 948) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/cmd/locator/
H A Dlocator.c40 int found; /* Nonzero if found during walk */ member
187 locator_info->found = 1; in locator_walker_func()
270 if (locator_info.found == 0) { in main()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_spq.c988 struct ecore_spq_entry *found = OSAL_NULL; in ecore_spq_completion() local
1026 found = p_ent; in ecore_spq_completion()
1044 if (!found) { in ecore_spq_completion()
1055 if (found->comp_cb.function) in ecore_spq_completion()
1056 found->comp_cb.function(p_hwfn, found->comp_cb.cookie, p_data, in ecore_spq_completion()
1061 if ((found->comp_mode != ECORE_SPQ_MODE_EBLOCK) || in ecore_spq_completion()
1062 (found->queue == &p_spq->unlimited_pending)) in ecore_spq_completion()
1067 ecore_spq_return_entry(p_hwfn, found); in ecore_spq_completion()
/illumos-gate/usr/src/cmd/th_tools/
H A Dth_manage.c362 int found; member
379 warg->found = 1; in walk_callback()
398 warg.found = 0; in getpath()
405 if (warg.found == 0) { in getpath()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dexterns.h69 #define forwardable_flag_set config_file_options[0].found
70 #define forward_flag_set config_file_options[1].found
71 #define encrypt_flag_set config_file_options[2].found
72 #define autologin_set config_file_options[3].found
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm_main.c1775 boolean_t found; in listDiscoveryAddress() local
1919 if (found) { in listDiscoveryAddress()
1953 boolean_t found; in listISNSServerAddress() local
2111 if (found) { in listISNSServerAddress()
2399 boolean_t found; in listTarget() local
2747 boolean_t found; in listTargetParam() local
3002 if (found) { in listTargetParam()
4027 boolean_t found; in modifyTargetParam() local
4187 if (!found) { in modifyTargetParam()
4649 boolean_t found; in removeTargetParam() local
[all …]
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c558 int found = 0; in set_boot_dev_var() local
605 found = 1; in set_boot_dev_var()
610 if (found) { in set_boot_dev_var()
703 int found = 0; in get_boot_dev_var() local
750 found = 1; in get_boot_dev_var()
755 if (found) { in get_boot_dev_var()
947 found = 1; in process_bootdev()
962 if (found) { in process_bootdev()
1796 found++; in prom_srch_aliases_by_def()
1805 found++; in prom_srch_aliases_by_def()
[all …]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dnextwctype.c73 goto found; in nextwctype_l()
80 found: in nextwctype_l()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_callback.c178 bool_t found = FALSE; in cb_getattr() local
257 found = TRUE; in cb_getattr()
265 found = TRUE; in cb_getattr()
275 if (found == TRUE) { in cb_getattr()
442 found = TRUE; in cb_recall()
454 found = TRUE; in cb_recall()
823 found = TRUE; in nfs4_setport()
827 if (found == TRUE) in nfs4_setport()
868 found = TRUE; in nfs4_cb_args()
1759 found = TRUE; in delegreturn_all_thread()
[all …]
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c683 int i, j, found; in handleko() local
709 found = 0; in handleko()
710 for (j = 0; !found && ko_map[j].keyedinfoname != NULL; j++) { in handleko()
742 found = 1; in handleko()
746 if (!found) { in handleko()
798 int i, j, found; in handlema() local
829 found = 0; in handlema()
830 for (j = 0; !found && ma_map[j].keyedinfoname != NULL; j++) { in handlema()
855 found = 1; in handlema()
859 if (!found) { in handlema()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c460 parselist[i].found = template_attribute_find( in template_attribute_find_multiple()
463 if (parselist[i].found && parselist[i].ptr != NULL) in template_attribute_find_multiple()
545 CK_BBOOL found; in template_check_required_base_attributes() local
547 found = template_attribute_find(tmpl, CKA_CLASS, &attr); in template_check_required_base_attributes()
548 if (mode == MODE_CREATE && found == FALSE) in template_check_required_base_attributes()
852 CK_BBOOL found; in template_get_class() local
863 found = TRUE; in template_get_class()
875 return (found); in template_get_class()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc198 Boolean found; in getname_fn() local
199 np = hashtab.insert(mbs_name, found); in getname_fn()
200 if (found) { in getname_fn()
959 Name_set::insert(const char *key, Boolean &found) in insert() argument
970 found = false; in insert()
980 found = false; in insert()
987 found = true; in insert()
992 found = false; in insert()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_power.c505 u8_t found; in find_nwuf() local
517 found = TRUE; in find_nwuf()
518 for(j = 0; j < mask_size && found == TRUE; j++) in find_nwuf()
522 found = FALSE; in find_nwuf()
530 found = FALSE; in find_nwuf()
535 if(found) in find_nwuf()
/illumos-gate/usr/src/uts/common/io/
H A Dsysmsg.c516 char found = 0; in sysmioctl() local
646 found = 1; in sysmioctl()
655 found = 1; in sysmioctl()
660 if (found == 0 && rval == 0) in sysmioctl()
671 found = 1; in sysmioctl()
676 if (found == 0) in sysmioctl()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c175 int found; member
189 cb->found++; in count_cb()
213 return (cb.found); in count_console_devs()
242 cb->found++; in destroy_cb()
309 if (cb.found > 1) { in destroy_console_devs()
313 zone_name, cb.killed, cb.found); in destroy_console_devs()
/illumos-gate/usr/src/cmd/cpc/common/
H A Dstrtoset.c90 static int found; variable
110 found = 1; in event_walker()
119 found = 0; in event_valid()
123 if (found) in event_valid()
128 if (found) in event_valid()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_help.c498 int found = FALSE; in cmd_which() local
523 found = TRUE; in cmd_which()
540 found = TRUE; in cmd_which()
545 found = TRUE; in cmd_which()
548 if (!found) in cmd_which()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlook.c114 if (s1 >= s3) goto found; in hashlook()
117 if (!*s1++) goto found; in hashlook()
121 if (!(*tab->root->local->compare)(hashname(b), name, tab->root->namesize)) goto found; in hashlook()
123 else if (!(*tab->root->local->compare)(hashname(b), name)) goto found; in hashlook()
145 found: in hashlook()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_handlers.c114 boolean_t found = B_FALSE; in ibmf_ibt_async_handler() local
134 found = B_TRUE; in ibmf_ibt_async_handler()
141 if (found) in ibmf_ibt_async_handler()
148 if (!found) in ibmf_ibt_async_handler()
/illumos-gate/usr/src/cmd/fs.d/
H A Dfslib.c299 int found; in cmp_requested_to_actual_options() local
333 found = 0; in cmp_requested_to_actual_options()
359 found = 1; in cmp_requested_to_actual_options()
364 if (found == 0) { in cmp_requested_to_actual_options()
/illumos-gate/usr/src/test/os-tests/tests/cores/secmapper/
H A Dsecmapper.c121 boolean_t found = B_FALSE; in secmap_matches_content() local
132 found = B_TRUE; in secmap_matches_content()
136 if (exist != found) { in secmap_matches_content()
140 found ? "some" : "none"); in secmap_matches_content()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_rpc_handle.c74 bool_t found = FALSE; in get_nlm_rpc_fromcache() local
82 found = TRUE; in get_nlm_rpc_fromcache()
87 if (!found) in get_nlm_rpc_fromcache()
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_class.c102 int i, error = 0, found = 0; in getauclassent_r() local
127 found = 1; in getauclassent_r()
159 if (!error && found) { in getauclassent_r()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_pr.c154 goto found; in pr_byname()
157 goto found; in pr_byname()
159 found: in pr_byname()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwschr.S47 je .found / yes
82 .found: label
H A Dmemccpy.S40 je .found / yes
66 .found: label

12345678910>>...38