Home
last modified time | relevance | path

Searched full:follow (Results 1 – 25 of 1954) sorted by relevance

12345678910>>...79

/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/drivers/scsi/mvsas/
H A Dmv_64xx.h53 /* ports 1-3 follow after this */
56 /* ports 5-7 follow after this */
60 /* ports 1-3 follow after this */
62 /* ports 5-7 follow after this */
68 /* ports 1-3 follow after this */
71 /* ports 5-7 follow after this */
75 /* ports 1-3 follow after this */
78 /* ports 5-7 follow after this */
H A Dmv_94xx.h72 /* ports 1-3 follow after this */
75 /* ports 5-7 follow after this */
79 /* ports 1-3 follow after this */
81 /* ports 5-7 follow after this */
84 /* ports 1-3 follow after this */
87 /* ports 5-7 follow after this */
91 /* phys 1-3 follow after this */
94 /* phys 1-3 follow after this */
/openbmc/linux/drivers/acpi/acpica/
H A Damlresrc.h268 /* res_source_index, res_source optional fields follow */
295 * Optional fields follow immediately:
336 * Optional fields follow immediately:
351 * Optional fields follow immediately:
369 * Optional fields follow immediately:
387 * Optional fields follow immediately:
408 * Optional fields follow immediately:
428 * Optional fields follow immediately:
443 * Optional fields follow immediately:
459 * Optional fields follow immediately:
[all …]
/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/poky/meta/lib/oeqa/manual/
H A Dkernel-dev.json13 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
35 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
57 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
79 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
101 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
123 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
145 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
167 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
189 …"action": "Follow the Set Up procedure to complete the common and specific prerequisites for this …
/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/linux/include/uapi/linux/
H A Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */
70 #define MOVE_MOUNT_F_SYMLINKS 0x00000001 /* Follow symlinks on from path */
71 #define MOVE_MOUNT_F_AUTOMOUNTS 0x00000002 /* Follow automounts on from path */
73 #define MOVE_MOUNT_T_SYMLINKS 0x00000010 /* Follow symlinks on to path */
74 #define MOVE_MOUNT_T_AUTOMOUNTS 0x00000020 /* Follow automounts on to path */
126 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */
/openbmc/linux/tools/include/uapi/linux/
H A Dmount.h21 #define MS_NOSYMFOLLOW 256 /* Do not follow symlinks */
70 #define MOVE_MOUNT_F_SYMLINKS 0x00000001 /* Follow symlinks on from path */
71 #define MOVE_MOUNT_F_AUTOMOUNTS 0x00000002 /* Follow automounts on from path */
73 #define MOVE_MOUNT_T_SYMLINKS 0x00000010 /* Follow symlinks on to path */
74 #define MOVE_MOUNT_T_AUTOMOUNTS 0x00000020 /* Follow automounts on to path */
125 #define MOUNT_ATTR_NOSYMFOLLOW 0x00200000 /* Do not follow symlinks */
/openbmc/openbmc-test-automation/docs/
H A Dgui_setup_reference.md36 - Python Installation: Please follow the documented procedure available.
38 - Firefox Installation: Please follow the documented procedure available.
40 - geckodriver installation: Please follow the documented procedure available.
/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
/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/qemu/tests/tcg/multiarch/gdbstub/
H A Dfollow-fork-mode-parent.py1 """Test GDB's follow-fork-mode parent.
10 gdb.execute("set follow-fork-mode parent")
H A Dfollow-fork-mode-child.py1 """Test GDB's follow-fork-mode child.
10 gdb.execute("set follow-fork-mode child")
/openbmc/linux/drivers/media/usb/as102/
H A Das10x_cmd_cfg.c57 /* parse response: context command do not follow the common response */ in as10x_cmd_get_context()
115 /* parse response: context command do not follow the common response */ in as10x_cmd_set_context()
129 * - AUTO : 0x2 => eLNA follow hysteresis parameters
177 * Since the contex command response does not follow the common
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DControl.v1_6_0.json114 …ty shall contain the supported values for this control. The units shall follow the value of `SetP…
184 …erty shall contain the default set point control value. The units shall follow the value of `SetP…
222 …e `SetPoint`, `SettingMin`, or `SettingMax` properties. The units shall follow the value of `SetP…
297 …erty shall contain the desired set point control value. The units shall follow the value of `SetP…
306 … the `SetPoint` from its actual value. The value shall be in units that follow the `SetPointUnits…
329 …nits of the control's set point and related properties. The value shall follow the case-sensitive…
349 …reject values greater than the value of `AllowableMax`. The units shall follow the value of `SetP…
359 …ll reject values less than the value of `AllowableMin`. The units shall follow the value of `SetP…
594 …ty shall contain the supported values for this control. The units shall follow the value of `SetP…
646 …reject values greater than the value of `AllowableMax`. The units shall follow the value of `SetP…
[all …]
/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/scripts/
H A Ddev-needs.sh37 dependency). If you want to follow these links
40 --exclude-devlinks Don't follow device links when tracking probe
43 --exclude-parents Don't follow parent devices when tracking probe
125 # They can also have cycles. So, don't follow them.
/openbmc/linux/include/linux/
H A Dnamei.h21 #define LOOKUP_FOLLOW 0x0001 /* follow links at the end */
25 #define LOOKUP_DOWN 0x8000 /* follow mounts in the starting point */
26 #define LOOKUP_MOUNTPOINT 0x0080 /* follow mounts in the end */
/openbmc/openbmc-test-automation/
H A DCONTRIBUTING.md418 - Directory variables should follow the same conventions as file
453 follow that convention religiously, then when changes are made in other
488 - Follow this format for Robot template test cases:
530 - Run pycodestyle on all Python files and correct errors to follow the
543 - Include doc strings in every function and follow the guidelines in
775 - Directory variables should follow the same conventions as file variables.
808 variables to ensure that they contain a trailing slash. If we follow that
847 all follow a similar structure.
/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/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/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/bmcweb/
H A DTESTING.md13 - Follow all
17 - Follow all of the
26 - Follow directions in

12345678910>>...79