/openbmc/u-boot/net/ |
H A D | link_local.c | 67 static struct in_addr pick(void) in pick() function 118 ip = pick(); in link_local_start() 201 ip = pick(); in link_local_timeout() 305 ip = pick(); in link_local_receive_arp() 329 ip = pick(); in link_local_receive_arp() 339 ip = pick(); in link_local_receive_arp()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/tcltk/tk8/ |
H A D | tkprivate.diff | 11 # String to pass to linker to pick up the Tk library from its 16 # String to pass to linker to pick up the Tk library from its 29 # String to pass to linker to pick up the Tk stub library from its 34 # String to pass to linker to pick up the Tk stub library from its
|
/openbmc/linux/Documentation/arch/arm/google/ |
H A D | chromebook-boot-flow.rst | 10 is up to depthcharge_ to pick the right device tree from the `FIT Image`_ and 13 The scheme that depthcharge_ uses to pick the device tree takes into account 47 Then depthcharge_ will pick the first device tree even though 65 revision and try to run old software on it then we'll at pick the
|
/openbmc/linux/lib/ |
H A D | fortify_kunit.c | 40 static volatile int pick; variable 43 static noinline size_t want_minus_one(int pick) in want_minus_one() argument 47 switch (pick) { in want_minus_one() 63 KUNIT_EXPECT_EQ(test, want_minus_one(pick), SIZE_MAX); in control_flow_split_test()
|
/openbmc/linux/Documentation/process/ |
H A D | stable-kernel-rules.rst | 47 2. Ask the stable team to pick up a patch already mainlined. 99 git cherry-pick a1f84a3 100 git cherry-pick 1b9508f 101 git cherry-pick fd21073 102 git cherry-pick <this commit> 115 git cherry-pick <this commit> 122 * To delay pick up of patches, use the following format:
|
/openbmc/openbmc/meta-facebook/recipes-phosphor/images/ |
H A D | obmc-phosphor-image.bbappend | 5 # not be able to pick up your content.
|
/openbmc/linux/Documentation/driver-api/acpi/ |
H A D | linuxized-acpica.rst | 239 1. Cherry-pick an ACPICA commit 242 you want to cherry pick must be committed into the local repository. 244 Then the gen-patch.sh command can help to cherry-pick an ACPICA commit 252 cherry pick. It can be omitted if the commit is "HEAD". 254 2. Cherry-pick recent ACPICA commits
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | stable-kernel-rules.rst | 131 git cherry-pick a1f84a3 132 git cherry-pick 1b9508f 133 git cherry-pick fd21073 134 git cherry-pick <this commit> 148 git cherry-pick <this commit>
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | fuzz.py | 87 def validator(current, pick, choices): argument 92 val = pick(choices)
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_rtalloc.h | 66 xfs_rtblock_t *pick); /* result rt extent */
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/ |
H A D | fix-gettid-exception-declaration.patch | 20 // No definition needed for Android because we'll just pick up bionic's copy.
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/ |
H A D | fix-gettid-exception-declaration.patch | 20 // No definition needed for Android because we'll just pick up bionic's copy.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | module-base.bbclass | 19 # we didn't pick the name.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/nodejs/ |
H A D | 0001-Do-not-use-glob-in-deps.patch | 3 // can pick and choose which pieces to build and which to use existing system
|
/openbmc/qemu/system/ |
H A D | qdev-monitor.c | 471 BusState *pick, *child, *ret; in qbus_find_recursive() local 485 pick = match ? bus : NULL; in qbus_find_recursive() 494 if (ret && !pick) { in qbus_find_recursive() 495 pick = ret; in qbus_find_recursive() 501 return pick; in qbus_find_recursive()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
H A D | tftp-hpa-bug-fix-on-separated-CR-and-LF.patch | 34 c = *p++; /* pick up a character */
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/ |
H A D | 0004-opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch | 9 in order for the 'test' utility to pick up the absolute path.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/iksemel/iksemel/ |
H A D | avoid-obsolete-gnutls-apis.patch | 13 completely and use the recommended approach of letting gnutls pick a
|
/openbmc/openbmc/poky/meta/recipes-graphics/xwayland/ |
H A D | xwayland_24.1.4.bb | 33 # Xorg requires a SHA1 implementation, pick one
|
/openbmc/openbmc/poky/meta/recipes-devtools/rpm/files/ |
H A D | 0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch | 7 This is needed so that rpm can pick up target-specific configuration
|
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/ |
H A D | gstreamer1.0-vaapi_1.24.10.bb | 34 # and BSP layers to pick either glx, egl, or no GL. By default,
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | ti-abb-regulator.txt | 47 - "efuse-address" - Contains efuse base address used to pick up ABB info. 56 from efuse-address to pick up ABB characteristics. Set to 0 if
|
/openbmc/qemu/ |
H A D | qemu.sasl | 2 # pick a mechanism which provides session encryption as well
|
/openbmc/linux/Documentation/usb/ |
H A D | dwc3.rst | 9 Please pick something while reading :)
|
/openbmc/linux/tools/perf/arch/x86/util/ |
H A D | intel-pt.c | 172 int pos, pick = -1; in intel_pt_pick_bit() local 176 if (pos <= target || pick < 0) in intel_pt_pick_bit() 177 pick = pos; in intel_pt_pick_bit() 183 return pick; in intel_pt_pick_bit()
|