Home
last modified time | relevance | path

Searched refs:found (Results 251 – 275 of 3765) sorted by relevance

1...<<11121314151617181920>>...151

/openbmc/phosphor-pid-control/test/
H A Dmeson.build4 if not gtest.found() or not gmock.found()
6 if gtest_proj.found()
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-1981.patch4 Subject: [PATCH] Emit error if requested service is not found
36 + return avahi_dbus_respond_error(c, m, AVAHI_ERR_NOT_FOUND, "Hostname not found");
54 + return avahi_dbus_respond_error(c, m, AVAHI_ERR_NOT_FOUND, "Service not found");
/openbmc/qemu/ui/
H A Dvnc-palette.c127 uint32_t palette_color(const VncPalette *palette, int idx, bool *found) in palette_color() argument
135 *found = true; in palette_color()
141 *found = false; in palette_color()
/openbmc/linux/arch/x86/pci/
H A Dbus_numa.c36 bool found = false; in x86_pci_root_bus_resources() local
47 found = true; in x86_pci_root_bus_resources()
51 if (!found) in x86_pci_root_bus_resources()
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/netplan/netplan/
H A D0001-meson.build-drop-unnecessary-build-dependencies.patch36 +if pyflakes.found() and pycodestyle.found()
46 +if pycoverage.found()
/openbmc/openbmc/poky/meta/recipes-devtools/dpkg/dpkg/
H A Dadd_armeb_triplet_entry.patch18 configure:23150: WARNING: armeb not found in cputable
21 configure:23171: WARNING: linux-gnueabi not found in ostable
26 the required combination of "gnueabi-linux-armeb" was not found in
/openbmc/u-boot/board/hisilicon/poplar/
H A DREADME54 Include that file where needed, and use the definitions found therein
161 scanning bus 0 for devices... 1 USB Device(s) found
163 scanning bus 1 for devices... 3 USB Device(s) found
164 scanning usb for storage devices... 0 Storage Device(s) found
165 scanning usb for ethernet devices... 1 Ethernet Device(s) found
271 No ethernet found.
276 scanning bus 0 for devices... 1 USB Device(s) found
278 scanning bus 1 for devices... 4 USB Device(s) found
279 scanning usb for storage devices... 1 Storage Device(s) found
280 scanning usb for ethernet devices... 1 Ethernet Device(s) found
/openbmc/linux/drivers/pinctrl/pxa/
H A DKconfig16 PXA2xx block found in the pxa25x platforms.
24 PXA2xx block found in the pxa27x platforms.
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/xdpyinfo/
H A Ddisable-xkb.patch9 CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
18 CPPFLAGS="$SAVE_CPPFLAGS"],[echo "not found"])
/openbmc/linux/Documentation/powerpc/
H A Dbootwrapper.rst12 The boot wrapper can be found in the arch/powerpc/boot/ directory. The
15 interfaces found on PowerPC platforms. OpenFirmware is the most commonly
17 others. U-Boot is typically found on embedded PowerPC hardware, but there
36 Because of the series of #ifdefs found in the
42 specific cuImage platform init code can be found in
44 cuImage init code for a specific board can be found in
61 specific initialization code is typically found in a
73 treeImage.%; Image format for used with OpenBIOS firmware found
120 script' (found in arch/powerpc/boot/wrapper) is called by the Makefile and
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c126 void *found = NULL; in t4_sched_entry_lookup() local
141 found = qe; in t4_sched_entry_lookup()
152 found = fe; in t4_sched_entry_lookup()
162 if (found) in t4_sched_entry_lookup()
166 return found; in t4_sched_entry_lookup()
483 struct sched_class *found = NULL; in t4_sched_class_lookup() local
491 found = e; in t4_sched_class_lookup()
516 found = e; in t4_sched_class_lookup()
522 return found; in t4_sched_class_lookup()
/openbmc/linux/Documentation/scheduler/
H A Dsched-stats.rst80 2) # of times in this domain load_balance() checked but found
92 8) # of times in this domain a busier queue was found while the
93 cpu was idle but no busier group was found
96 10) # of times in this domain load_balance() checked but found the
107 16) # of times in this domain a busier queue was found while the cpu
108 was busy but no busier group was found
112 18) # of times in this domain load_balance() checked but found the
123 24) # of times in this domain a busier queue was found while the cpu
124 was just becoming idle but no busier group was found
/openbmc/linux/drivers/scsi/
H A Dscsi_devinfo.c273 int found = 0; in scsi_devinfo_lookup_by_key() local
277 found = 1; in scsi_devinfo_lookup_by_key()
280 if (!found) in scsi_devinfo_lookup_by_key()
502 struct scsi_dev_info_list *found; in scsi_dev_info_list_del_keyed() local
504 found = scsi_dev_info_list_find(vendor, model, key); in scsi_dev_info_list_del_keyed()
505 if (IS_ERR(found)) in scsi_dev_info_list_del_keyed()
506 return PTR_ERR(found); in scsi_dev_info_list_del_keyed()
508 list_del(&found->dev_info_list); in scsi_dev_info_list_del_keyed()
509 kfree(found); in scsi_dev_info_list_del_keyed()
/openbmc/linux/fs/ext2/
H A Dialloc.c296 goto found; in find_group_orlov()
331 goto found; in find_group_orlov()
341 goto found; in find_group_orlov()
355 found: in find_group_orlov()
373 goto found; in find_group_other()
397 goto found; in find_group_other()
410 goto found; in find_group_other()
415 found: in find_group_other()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c435 bool found; in dlpar_cpu_exists() local
439 found = false; in dlpar_cpu_exists()
449 found = true; in dlpar_cpu_exists()
454 return found; in dlpar_cpu_exists()
501 bool found = false; in valid_cpu_drc_index() local
512 while (!found) { in valid_cpu_drc_index()
522 found = true; in valid_cpu_drc_index()
525 return found; in valid_cpu_drc_index()
/openbmc/linux/Documentation/input/devices/
H A Dwalkera0701.rst19 At back side of transmitter S-video connector can be found. Modulation
20 pulses from processor to HF part can be found at pin 2 of this connector,
21 pin 3 is GND. Between pin 3 and CPU 5k6 resistor can be found. To get
107 Values for first four channels (analog joystick values) can be found in
119 software driver. Some details about this magic numbers can be found in
/openbmc/linux/arch/s390/lib/
H A Dfind.c25 goto found; in find_first_bit_inv()
34 found: in find_first_bit_inv()
/openbmc/u-boot/board/freescale/mpc8641hpcn/
H A Dddr.c85 goto found; in fsl_ddr_board_options()
104 found: in fsl_ddr_board_options()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libosinfo/libosinfo/
H A D0001-meson.build-allow-crosscompiling-gir.patch21 -enable_introspection = gir.found() and not meson.is_cross_build()
22 +enable_introspection = gir.found()
/openbmc/qemu/qapi/
H A Derror.json16 # @CommandNotFound: the requested command has not been found
20 # @DeviceNotFound: the requested device has not been found
/openbmc/linux/tools/perf/util/
H A Dprobe-finder.c233 goto found; in convert_variable_location()
237 found: in convert_variable_location()
755 bool found; member
809 .found = false, in find_best_scope()
1137 int found; member
1188 .found = 0, in debuginfo__find_probe_location()
1199 goto found; in debuginfo__find_probe_location()
1233 found: in debuginfo__find_probe_location()
1961 if (lf.found) in debuginfo__find_line_range()
1962 goto found; in debuginfo__find_line_range()
[all …]
/openbmc/phosphor-ipmi-blobs/
H A Dprocess.cpp115 auto found = handlers.find(command); in validateBlobCommand() local
116 if (found == handlers.end()) in validateBlobCommand()
123 return found->second; in validateBlobCommand()
/openbmc/google-misc/subprojects/ncsid/test/
H A Dmeson.build17 if not gtest.found() or not gmock.found()
24 if gtest_proj.found()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Dcargo-path.patch13 raise Exception("no cargo executable found at `{}`".format(
14 Exception: no cargo executable found at `/home/build-st/tmp/work/cortexa57-poky-linux/rust/1.74.1/r…
35 raise Exception("no cargo executable found at `{}`".format(
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dvxlan.c75 bool found = false; in mlx5_vxlan_lookup_port() local
83 found = true; in mlx5_vxlan_lookup_port()
88 return found; in mlx5_vxlan_lookup_port()

1...<<11121314151617181920>>...151