Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 2997) sorted by relevance

12345678910>>...120

/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_ipack.c10 p->found = 0; in av7110_ipack_reset()
117 p->found = 0; in av7110_ipack_flush()
159 p->found++; in av7110_ipack_instant_repack()
166 p->found++; in av7110_ipack_instant_repack()
189 p->found++; in av7110_ipack_instant_repack()
209 p->found++; in av7110_ipack_instant_repack()
216 p->found++; in av7110_ipack_instant_repack()
223 p->found++; in av7110_ipack_instant_repack()
239 p->found++; in av7110_ipack_instant_repack()
247 p->found++; in av7110_ipack_instant_repack()
[all …]
/openbmc/linux/net/9p/
H A Dmod.c95 found = t; in _p9_get_trans_by_name()
101 return found; in _p9_get_trans_by_name()
111 struct p9_trans_module *found = NULL; in v9fs_get_trans_by_name() local
113 found = _p9_get_trans_by_name(s); in v9fs_get_trans_by_name()
116 if (!found) { in v9fs_get_trans_by_name()
118 found = _p9_get_trans_by_name(s); in v9fs_get_trans_by_name()
122 return found; in v9fs_get_trans_by_name()
144 found = t; in v9fs_get_default_trans()
148 if (!found) in v9fs_get_default_trans()
151 found = t; in v9fs_get_default_trans()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/cache_shape/
H A Dcache_shape.c55 int found; in test_cache_shape() local
59 found = 0; in test_cache_shape()
63 found++; in test_cache_shape()
69 found++; in test_cache_shape()
75 found++; in test_cache_shape()
81 found++; in test_cache_shape()
87 found++; in test_cache_shape()
93 found++; in test_cache_shape()
99 found++; in test_cache_shape()
105 found++; in test_cache_shape()
[all …]
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-gpr.h23 int i, found = 1; in validate_gpr() local
29 found = 0; in validate_gpr()
33 if (!found) in validate_gpr()
41 int i, found = 1; in validate_fpr() local
46 found = 0; in validate_fpr()
50 if (!found) in validate_fpr()
58 int i, found = 1; in validate_fpr_double() local
63 found = 0; in validate_fpr_double()
67 if (!found) in validate_fpr_double()
/openbmc/linux/lib/
H A Dtest_linear_ranges.c139 bool found; in range_test_get_selector_high() local
143 &sel, &found); in range_test_get_selector_high()
146 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_high()
150 &sel, &found); in range_test_get_selector_high()
154 &sel, &found); in range_test_get_selector_high()
156 KUNIT_EXPECT_FALSE(test, found); in range_test_get_selector_high()
172 bool found; in range_test_get_selector_low() local
177 &found); in range_test_get_selector_low()
180 KUNIT_EXPECT_TRUE(test, found); in range_test_get_selector_low()
185 &found); in range_test_get_selector_low()
[all …]
H A Dstackdepot.c347 struct stack_record *found; in find_stack() local
349 for (found = bucket; found; found = found->next) { in find_stack()
350 if (found->hash == hash && in find_stack()
351 found->size == size && in find_stack()
353 return found; in find_stack()
362 struct stack_record *found = NULL, **bucket; in __stack_depot_save() local
391 if (found) in __stack_depot_save()
418 if (!found) { in __stack_depot_save()
429 found = new; in __stack_depot_save()
445 if (found) in __stack_depot_save()
[all …]
H A Dlinear_ranges.c140 bool *found) in linear_range_get_selector_low() argument
142 *found = false; in linear_range_get_selector_low()
152 *found = true; in linear_range_get_selector_low()
184 unsigned int *selector, bool *found) in linear_range_get_selector_low_array() argument
193 found); in linear_range_get_selector_low_array()
197 if (*found) in linear_range_get_selector_low_array()
221 bool *found) in linear_range_get_selector_high() argument
223 *found = false; in linear_range_get_selector_high()
233 *found = true; in linear_range_get_selector_high()
/openbmc/openpower-pnor-code-mgmt/test/
H A Dtest_functions.cpp25 auto found = in TEST() local
28 EXPECT_TRUE(found); in TEST()
39 auto found = in TEST() local
54 auto found = in TEST() local
66 auto found = in TEST() local
77 auto found = in TEST() local
92 auto found = in TEST() local
107 auto found = in TEST() local
122 auto found = in TEST() local
137 auto found = in TEST() local
[all …]
/openbmc/linux/drivers/pinctrl/qcom/
H A DKconfig.msm9 Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
16 Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
23 Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
30 the Qualcomm Technologies Inc. TLMM block found on the
46 Qualcomm Technologies Inc TLMM block found on the Qualcomm
54 the Qualcomm Technologies Inc. TLMM block found on the
63 the Qualcomm Technologies Inc. TLMM block found on the
89 Qualcomm TLMM block found in the Qualcomm 8660 platform.
176 TLMM block found in the Qualcomm QCM2290 platform.
183 TLMM block found in the Qualcomm QCS404 platform.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0002-build-php.m4-don-t-unset-cache-variables.patch31 unset found
32 AC_CHECK_LIB($2, $1, [found=yes], [
33 AC_CHECK_LIB($2, __$1, [found=yes], [found=no])
35 dnl HAVE_library if found and adds the library to LIBS.
40 unset found
42 AC_CHECK_FUNC($1, [found=yes],[ AC_CHECK_FUNC(__$1,[found=yes],[found=no]) ])
/openbmc/qemu/tests/qemu-iotests/
H A D026.out8 No errors were found on the image.
13 No errors were found on the image.
20 No errors were found on the image.
27 No errors were found on the image.
32 No errors were found on the image.
37 No errors were found on the image.
44 No errors were found on the image.
51 No errors were found on the image.
59 No errors were found on the image.
67 No errors were found on the image.
[all …]
H A D026.out.nocache8 No errors were found on the image.
13 No errors were found on the image.
20 No errors were found on the image.
27 No errors were found on the image.
32 No errors were found on the image.
37 No errors were found on the image.
44 No errors were found on the image.
51 No errors were found on the image.
59 No errors were found on the image.
67 No errors were found on the image.
[all …]
H A D159.out5 No errors were found on the image.
10 No errors were found on the image.
17 No errors were found on the image.
22 No errors were found on the image.
29 No errors were found on the image.
34 No errors were found on the image.
41 No errors were found on the image.
46 No errors were found on the image.
53 No errors were found on the image.
58 No errors were found on the image.
[all …]
H A D284.out9 No errors were found on the image.
16 No errors were found on the image.
23 No errors were found on the image.
28 No errors were found on the image.
35 No errors were found on the image.
42 No errors were found on the image.
47 No errors were found on the image.
54 No errors were found on the image.
61 No errors were found on the image.
H A D108.out13 The following inconsistencies were found and repaired:
19 No errors were found on the image.
37 The following inconsistencies were found and repaired:
43 No errors were found on the image.
60 No errors were found on the image.
77 No errors were found on the image.
93 No errors were found on the image.
109 No errors were found on the image.
127 No errors were found on the image.
149 No errors were found on the image.
[all …]
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c770 if (found) { in ofdpa_flow_tbl_add()
806 if (found) { in ofdpa_flow_tbl_del()
815 if (found) { in ofdpa_flow_tbl_del()
1086 if (found) { in ofdpa_group_tbl_add()
1118 if (found) { in ofdpa_group_tbl_del()
1127 if (found) { in ofdpa_group_tbl_del()
1922 if (found) { in ofdpa_port_fdb()
2244 if (found) { in ofdpa_port_internal_vlan_id_get()
2246 goto found; in ofdpa_port_internal_vlan_id_get()
2256 goto found; in ofdpa_port_internal_vlan_id_get()
[all …]
/openbmc/linux/tools/perf/tests/
H A Dkeep-tracking.c37 int i, found; in find_comm() local
39 found = 0; in find_comm()
49 found += 1; in find_comm()
54 return found; in find_comm()
78 int found, err = -1; in test__keep_tracking() local
123 found = find_comm(evlist, comm); in test__keep_tracking()
124 if (found != 1) { in test__keep_tracking()
145 found = find_comm(evlist, comm); in test__keep_tracking()
146 if (found != 1) { in test__keep_tracking()
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_llc.c27 unsigned int ia_freq, ring_freq, found; in gen6_verify_ring_freq() local
41 found = (val >> 0) & 0xff; in gen6_verify_ring_freq()
42 if (found != ia_freq) { in gen6_verify_ring_freq()
46 found, ia_freq); in gen6_verify_ring_freq()
51 found = (val >> 8) & 0xff; in gen6_verify_ring_freq()
52 if (found != ring_freq) { in gen6_verify_ring_freq()
56 found, ring_freq); in gen6_verify_ring_freq()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pidgin/libgnt/
H A D0001-meson-import-changes-from-3.0.-version.patch37 -gnt_config.set('NO_LIBXML', not libxml.found())
51 -if not ncurses_libs[0].found() or not ncurses_libs[1].found()
67 +if ncurses[0].found() and ncurses[1].found()
94 + if ncurses_libs[0].found() and ncurses_libs[1].found()
125 # ncursesw was not found. Look for plain old ncurses
135 - ncurses_available = ncurses_libs[0].found() and ncurses_libs[1].found()
137 + if ncurses[0].found() and ncurses_libs[1].found()
144 + ncurses_available = ncurses_libs[0].found() and ncurses_libs[1].found()
159 error('ncurses could not be found!')
177 +if not python_dep.found()
[all …]
/openbmc/linux/drivers/accel/habanalabs/common/
H A Dasid.c34 unsigned long found; in hl_asid_alloc() local
38 found = find_first_zero_bit(hdev->asid_bitmap, in hl_asid_alloc()
40 if (found == hdev->asic_prop.max_asid) in hl_asid_alloc()
41 found = 0; in hl_asid_alloc()
43 set_bit(found, hdev->asid_bitmap); in hl_asid_alloc()
47 return found; in hl_asid_alloc()
/openbmc/linux/scripts/dtc/
H A Dof_unittest_expect310 $found = 0;
315 $found = 1;
384 $found = 0;
389 $found = 1;
404 if ($found) {
447 $found = 0;
450 $found = 1;
455 if ($found) {
470 $found = 0;
473 $found = 1;
[all …]
/openbmc/pldm/host-bmc/
H A Dutils.cpp24 bool found = false; in getParentEntites() local
26 it = found ? parents.erase(it) : std::next(it)) in getParentEntites()
30 found = false; in getParentEntites()
46 found = true; in getParentEntites()
49 if (found) in getParentEntites()
69 bool found = false; in addObjectPathEntityAssociations() local
131 found = true; in addObjectPathEntityAssociations()
135 if (!found) in addObjectPathEntityAssociations()
175 bool found = true; in updateEntityAssociation() local
195 found = false; in updateEntityAssociation()
[all …]
/openbmc/linux/drivers/pci/pcie/
H A Dpme.c104 bool found = false; in pcie_pme_from_pci_bridge() local
116 found = true; in pcie_pme_from_pci_bridge()
121 return found; in pcie_pme_from_pci_bridge()
134 bool found = false; in pcie_pme_handle_request() local
143 found = true; in pcie_pme_handle_request()
167 if (found) in pcie_pme_handle_request()
175 found = true; in pcie_pme_handle_request()
182 if (found) { in pcie_pme_handle_request()
184 found = pci_check_pme_status(dev); in pcie_pme_handle_request()
185 if (found) { in pcie_pme_handle_request()
[all …]
/openbmc/u-boot/api/
H A Dapi_storage.c101 int found = 0; in dev_stor_get() local
128 found = 1; in dev_stor_get()
138 if (found) { in dev_stor_get()
144 found = 0; in dev_stor_get()
153 return found; in dev_stor_get()
182 int found = 0, more = 0; in dev_enum_stor() local
210 found = dev_stor_get(type, &more, di); in dev_enum_stor()
222 found = dev_stor_get(type, &more, di); in dev_enum_stor()
250 found = 0; in dev_enum_stor()
261 if (found) in dev_enum_stor()
[all …]
/openbmc/obmc-console/test/
H A Dtest-config-parse.c18 const char *found; in execute_test() local
25 found = config_get_value(ctx, key); in execute_test()
27 assert(!found); in execute_test()
30 assert(found); in execute_test()
31 assert(!strcmp(expected, found)); in execute_test()

12345678910>>...120