Home
last modified time | relevance | path

Searched refs:found (Results 451 – 475 of 3765) sorted by relevance

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

/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c111 goto found; in block_read()
129 goto found; in block_read()
139 goto found; in block_read()
144 found: in block_read()
456 goto found; in next_key()
495 found: in next_key()
891 goto found; in reiserfs_dir()
910 found: in reiserfs_dir()
/openbmc/linux/drivers/infiniband/core/
H A Daddr.c105 int found = 0; in ib_nl_process_good_ip_rsep() local
122 found = 1; in ib_nl_process_good_ip_rsep()
127 if (!found) in ib_nl_process_good_ip_rsep()
773 struct addr_req *found = NULL; in rdma_addr_cancel() local
783 found = req; in rdma_addr_cancel()
789 if (!found) in rdma_addr_cancel()
796 cancel_delayed_work_sync(&found->work); in rdma_addr_cancel()
797 kfree(found); in rdma_addr_cancel()
/openbmc/linux/Documentation/leds/
H A Duleds.rst14 structure to it (found in kernel public header file linux/uleds.h)::
26 The current brightness is found by reading a single byte from the character
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-configure.ac-make-ndiff-depend-on-python3.patch38 - AC_MSG_WARN([Not building Ndiff because Python 2.x with x>=4 was not found])
39 + AC_MSG_WARN([Not building Ndiff because Python3 was not found])
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/
H A Dlibtoolize_check.patch33 - echo "buildconf: libtool not found."
34 + echo "buildconf: libtoolize not found."
/openbmc/qemu/pc-bios/keymaps/
H A Dmeson.build36 if meson.is_cross_build() or not xkbcommon.found()
42 if native_qemu_keymap.found()
/openbmc/linux/sound/soc/sof/
H A Dtopology.c452 int found = 0; in sof_parse_uuid_tokens() local
473 found++; in sof_parse_uuid_tokens()
477 return found; in sof_parse_uuid_tokens()
501 int found = 0; in sof_copy_tuples() local
582 found++; in sof_copy_tuples()
619 int found = 0; in sof_parse_string_tokens() local
641 found++; in sof_parse_string_tokens()
645 return found; in sof_parse_string_tokens()
688 found++; in sof_parse_word_tokens()
692 return found; in sof_parse_word_tokens()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/
H A Dinit-live.sh129 found="yes"
133 found="yes"
139 if [ "$found" = "yes" ]; then
/openbmc/u-boot/tools/
H A Dprelink-riscv.inc59 die("No dynamic section found");
77 die("No .rela.dyn found");
80 die("No .dynsym found");
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-query-dv-timings.rst65 found timings with the hardware's capabilities in order to give more
79 No timings could be detected because no signal was found.
85 Timings were found, but they are out of range of the hardware
/openbmc/linux/drivers/scsi/
H A Dscsi_dh.c90 struct scsi_device_handler *tmp, *found = NULL; in __scsi_dh_lookup() local
95 found = tmp; in __scsi_dh_lookup()
100 return found; in __scsi_dh_lookup()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0005-linux-syslinux-implement-handle_adv_on_ext.patch6 It reads adv if found on the device, or resets syslinux_adv, or update
97 + fprintf(stderr, "%s: no ldlinux.sys or extlinux.sys found on the device\n",
111 + /* Write adv if update_only == -1 and found file */
/openbmc/linux/drivers/connector/
H A Dconnector.c73 int found = 0; in cn_netlink_send_mult() local
82 found = 1; in cn_netlink_send_mult()
89 if (!found) in cn_netlink_send_mult()
/openbmc/linux/drivers/firmware/google/
H A DKconfig57 the EBDA on Google servers. If found, this log is exported to
66 the coreboot table. If found, it is registered with simplefb.
74 the coreboot table. If found, this log is exported to userland
/openbmc/linux/fs/hfsplus/
H A Dbitmap.c58 goto found; in hfsplus_block_allocate()
72 goto found; in hfsplus_block_allocate()
97 found: in hfsplus_block_allocate()
/openbmc/linux/Documentation/sound/soc/
H A Ddai.rst5 ASoC currently supports the three main Digital Audio Interfaces (DAI) found on
12 AC97 is a five wire interface commonly found on many PC sound cards. It is
19 The AC97 specification can be found at :
/openbmc/linux/drivers/input/misc/
H A Dapanel.c231 int found = 0; in apanel_init() local
279 ++found; in apanel_init()
284 if (found == 0) { in apanel_init()
/openbmc/linux/net/mac80211/
H A Doffchannel.c692 struct ieee80211_roc_work *roc, *tmp, *found = NULL; in ieee80211_cancel_roc() local
707 found = roc; in ieee80211_cancel_roc()
711 if (!found) { in ieee80211_cancel_roc()
716 if (!found->started) { in ieee80211_cancel_roc()
717 ieee80211_roc_notify_destroy(found); in ieee80211_cancel_roc()
736 if (roc == found) in ieee80211_cancel_roc()
737 found = NULL; in ieee80211_cancel_roc()
742 WARN_ON(found); in ieee80211_cancel_roc()
747 found->abort = true; in ieee80211_cancel_roc()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c215 struct device_node *np, *old, *found = NULL; in pseries_setup_i8259_cascade() local
223 found = np; in pseries_setup_i8259_cascade()
228 if (found == NULL) { in pseries_setup_i8259_cascade()
233 cascade = irq_of_parse_and_map(found, 0); in pseries_setup_i8259_cascade()
240 for (old = of_node_get(found); old != NULL ; old = np) { in pseries_setup_i8259_cascade()
257 i8259_init(found, intack); in pseries_setup_i8259_cascade()
258 of_node_put(found); in pseries_setup_i8259_cascade()
/openbmc/phosphor-mrw-tools/
H A Dgen_path_callouts.pl547 my $found = 1;
556 while ($found)
559 $found = 0;
598 $found = 1;
605 if ($found)
/openbmc/openbmc/poky/scripts/contrib/bb-perf/
H A Dbuildstats-plot.sh65 -a Accumulate all stats values for found recipes
66 -S Sum values for a particular stat for found recipes
/openbmc/linux/Documentation/devicetree/bindings/reset/
H A Dimg,pistachio-reset.txt6 control bits found in the Pistachio SoC top level registers.
54 Macro definitions for the supported resets can be found in:
/openbmc/u-boot/board/freescale/ls2080a/
H A Dddr.c51 goto found; in fsl_ddr_board_options()
69 found: in fsl_ddr_board_options()
/openbmc/u-boot/board/freescale/t102xqds/
H A Dddr.c88 goto found; in fsl_ddr_board_options()
107 found: in fsl_ddr_board_options()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A D0005-configure.ac-add-option-for-libcap.patch48 - AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-dir=…
58 + AC_MSG_WARN([cap library not found, debugger checks will not be enabled. Use --with-cap-lib-di…

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