Home
last modified time | relevance | path

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

12345678910>>...27

/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/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,spmi-regulator.yaml60 BIT(0) = follow HW0_EN signal
61 BIT(1) = follow HW1_EN signal
62 BIT(2) = follow HW2_EN signal
63 BIT(3) = follow HW3_EN signal
74 BIT(0) = follow HW0_EN signal
75 BIT(1) = follow HW1_EN signal
76 BIT(2) = follow HW2_EN signal
77 BIT(3) = follow HW3_EN signal
78 BIT(4) = follow PMIC awake state
/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/linux/Documentation/devicetree/bindings/mfd/
H A Dcanaan,k210-sysctl.yaml42 should follow the bindings specified in
51 should follow the bindings specified in
60 should follow the bindings specified in
H A Dbrcm,bcm6358-gpio-sysctl.yaml41 should follow the bindings specified in
50 should follow the bindings specified in
H A Dbrcm,bcm6328-gpio-sysctl.yaml41 should follow the bindings specified in
50 should follow the bindings specified in
H A Dbrcm,bcm6318-gpio-sysctl.yaml41 should follow the bindings specified in
50 should follow the bindings specified in
H A Dbrcm,bcm63268-gpio-sysctl.yaml41 should follow the bindings specified in
50 should follow the bindings specified in
/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/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/sdeventplus/example/
H A Dmeson.build3 'follow',
/openbmc/docs/designs/
H A DREADME.md3 Newly authored design documents are encouraged to follow the
/openbmc/bios-bmc-smm-error-logger/
H A DREADME.md3 This daemon will follow the design doc:
/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/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/qemu/
H A D.gdbinit2 # follow the instructions it prints. They boil down to adding the following to
/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/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/fs/coda/
H A Dpioctl.c69 data.follow ? LOOKUP_FOLLOW : 0, &path); in coda_pioctl()
/openbmc/openbmc/meta-arm/
H A DREADME.md49 Commits and patches added should follow the OpenEmbedded patch guidelines:
61 We follow the Yocto Project release methodology, schedule, and stable/LTS support timelines. For m…
/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…

12345678910>>...27