Home
last modified time | relevance | path

Searched refs:follow (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dxattr.py20 def listxattr(path, follow=True): argument
21 func = libc.listxattr if follow else libc.llistxattr
59 def getxattr(path, name, follow=True): argument
60 func = libc.getxattr if follow else libc.lgetxattr
87 def get_all_xattr(path, follow=True): argument
90 names = listxattr(path, follow)
93 value = getxattr(path, name, follow)
/openbmc/qemu/tests/tcg/multiarch/
H A DMakefile.target119 run-gdbstub-follow-fork-mode-child: follow-fork-mode
123 --bin $< --test $(MULTIARCH_SRC)/gdbstub/follow-fork-mode-child.py, \
126 run-gdbstub-follow-fork-mode-parent: follow-fork-mode
130 --bin $< --test $(MULTIARCH_SRC)/gdbstub/follow-fork-mode-parent.py, \
140 run-gdbstub-catch-syscalls run-gdbstub-follow-fork-mode-child \
141 run-gdbstub-follow-fork-mode-parent \
/openbmc/openbmc-test-automation/docs/
H A Dgui_setup_reference.md35 - Python Installation: Please follow the documented procedure available.
37 - Firefox Installation: Please follow the documented procedure available.
39 - geckodriver installation: Please follow the documented procedure available.
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-app/
H A Dxeyes_1.3.0.bb3 SUMMARY = "X11 eyes that follow the mouse cursor demo"
5 follow the location of the mouse cursor around the screen."
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A D06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch178 -x exclude filenames that follow from listing\n";
184 + -x exclude filenames that follow from listing\n\
247 + "error: a valid character encoding should follow the -I argument"));
255 + "error: a valid character encoding should follow the -I argument"));
283 + "error: a valid character encoding should follow the -I argument"));
291 + "error: a valid character encoding should follow the -O argument"));
347 + "error: a valid character encoding should follow the -I argument"));
355 + "error: a valid character encoding should follow the -I argument"));
383 + "error: a valid character encoding should follow the -I argument"));
391 + "error: a valid character encoding should follow the -O argument"));
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/
H A DCVE-2019-13636.patch4 Subject: Don't follow symlinks unless --follow-symlinks is given
7 append_to_file): Unless the --follow-symlinks option is given, open files with
/openbmc/linux/fs/btrfs/
H A Dprint-tree.h13 void btrfs_print_tree(const struct extent_buffer *c, bool follow);
H A Dprint-tree.c356 void btrfs_print_tree(const struct extent_buffer *c, bool follow) in btrfs_print_tree() argument
385 if (!follow) in btrfs_print_tree()
411 btrfs_print_tree(next, follow); in btrfs_print_tree()
/openbmc/sdeventplus/example/
H A Dmeson.build3 'follow',
/openbmc/docs/designs/
H A DREADME.md3 Newly authored design documents are encouraged to follow the
/openbmc/telemetry/
H A DREADME.md29 To build it using bitbake follow the guide from OpenBMC docs`[5]`. To build it
30 using meson follow the quick guide to install meson`[6]` and then run below
/openbmc/openbmc-test-automation/ffdc/docs/
H A Dyaml_syntax_rules.md16 follow while writing a YAML block. The YAML standards applies as usual.
29 This block statement in YAML one must follow for the collector to do operation
/openbmc/bios-bmc-smm-error-logger/
H A DREADME.md3 This daemon will follow the design doc:
/openbmc/linux/scripts/
H A Ddev-needs.sh40 --exclude-devlinks Don't follow device links when tracking probe
125 # They can also have cycles. So, don't follow them.
/openbmc/qemu/
H A D.gdbinit2 # follow the instructions it prints. They boil down to adding the following to
/openbmc/linux/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh24 dmesg --follow >"$log" & pid=$!
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libgxim/libgxim/
H A Dmulti-line-ACLOCAL_AMFLAGS-isnot-supported-by-autoreconf.patch4 It will cause configure error as follow.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-dv-timings.rst231 - The timings follow the CEA-861 Digital TV Profile standard
233 - The timings follow the VESA Discrete Monitor Timings standard
235 - The timings follow the VESA Coordinated Video Timings standard
237 - The timings follow the VESA Generalized Timings Formula standard
239 - The timings follow the SDI Timings standard.
/openbmc/linux/Documentation/firmware-guide/acpi/
H A DDSD-properties-rules.rst52 Valid property sets must follow the guidance given by the Device Properties UUID
59 return property sets which do not follow that rule from _DSD in data packages
85 It often is useful to make _DSD return property sets that follow Device Tree
/openbmc/linux/fs/coda/
H A Dpioctl.c69 data.follow ? LOOKUP_FOLLOW : 0, &path); in coda_pioctl()
/openbmc/qemu/docs/devel/
H A Dloads-stores.rst25 Function names follow the pattern:
106 Function names follow the pattern:
135 Function names follow the pattern:
173 Function names follow the pattern:
212 Function names follow the pattern:
253 Function names follow the pattern:
282 Function names follow the pattern:
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGPL-2.0-with-autoconf-exception4 … that are the output of Autoconf when processing the Macro. You need not follow the terms of the G…
/openbmc/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dbrcm,bcm963xx-cfe-nor-partitions.txt4 Most Broadcom BCM63XX SoC based devices follow the Broadcom reference layout for
/openbmc/u-boot/doc/device-tree-bindings/
H A DREADME6 These follow along with Linux kernel bindings, with a few additions. By
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/exo/
H A Dexo_4.19.1.bb

12345678910>>...26