Home
last modified time | relevance | path

Searched refs:appended (Results 1 – 25 of 158) sorted by relevance

1234567

/openbmc/telemetry/src/utils/
H A Ddbus_path_utils.cpp6 const std::string& appended) in pathAppend() argument
8 if (appended.starts_with('/') || !isValidDbusPath(appended)) in pathAppend()
17 while ((pos_end = appended.find('/', pos_start)) != std::string::npos) in pathAppend()
25 path /= std::string_view(appended.begin() + pos_start, in pathAppend()
26 appended.begin() + pos_end); in pathAppend()
29 path /= std::string_view(appended.begin() + pos_start, appended.end()); in pathAppend()
H A Ddbus_path_utils.hpp63 const std::string& appended);
/openbmc/u-boot/doc/
H A DREADME.multi-dtb-fit4 from a FIT appended at the end of the binary.
13 FIT is automatically generated at the end of the compilation and appended to
28 at the end of the compilation, compressed and appended to u-boot-spl.bin, so
H A DREADME.OFT17 part which is programmatically appended.
H A DREADME.nokia_rx5111 appended to u-boot.bin at 0x40000. NOLO will load the entire image into
16 the appended kernel image will be booted using some generated and some
H A DREADME.TPL30 make environment and also appended to CPPFLAGS with -DCONFIG_TPL_BUILD.
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-media6 is not be appended to the model name.
H A Dsysfs-firmware-sgi_uv56 a UV Hub visible to the BIOS. Each hub object's name is appended by a
96 A port object's name is appended by a unique ordinal value
125 Each PCI bus object's name is appended by its PCI bus address.
H A Dsysfs-bus-event_source-devices-hv_24x786 Note that the event-name lacks the domain suffix appended for
97 Note that the event-name lacks the domain suffix appended for
H A Dsysfs-bus-iio-adc-hi843548 threshold is automatically appended by one.
/openbmc/openbmc/poky/bitbake/lib/bblayers/
H A Dquery.py326 appended, missing = self.get_appends_for_files(filenames)
327 if appended:
328 for basename, appends in appended:
342 appended, notappended = [], []
351 appended.append((basename, list(appends)))
354 return appended, notappended
/openbmc/linux/Documentation/networking/device_drivers/cellular/qualcomm/
H A Drmnet.rst48 Padding is the number of bytes to be appended to the payload to
74 Padding is the number of bytes to be appended to the payload to
98 Padding is the number of bytes to be appended to the payload to
128 Padding is the number of bytes to be appended to the payload to
/openbmc/linux/arch/mips/boot/compressed/
H A Dld.script37 /* leave space for appended DTB */
/openbmc/u-boot/doc/SPL/
H A DREADME.spl-secure-boot17 (appended to U-boot image) to validate the U-boot binary just before passing
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_service_restart_policy.robot85 # If incorrect those services will be appended to incorrect_auto_restart_policy_services list
86 # Proper restart policy services will be appended to auto_restart_policy_always_services list.
106 # appended to service_not_started list.
/openbmc/openbmc/poky/meta/recipes-extended/slang/slang/
H A Ddont-link-to-host.patch7 packaging this doesn't have DESTDIR appended so can potentially link to the host
/openbmc/openbmc/meta-yadro/recipes-yadro/cli/
H A Dobmc-yadro-cli_git.bb27 # They should be appended by bbappend file in their layers
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/
H A Ddownload.patch23 # RELATIVE_URL - if set, then URL is treated as a base, and FILENAME will be appended to it
/openbmc/u-boot/board/cssi/MCR3000/
H A Du-boot.lds73 * dtb will be appended here to make u-boot-dtb.bin
/openbmc/openbmc/poky/meta/recipes-extended/shadow/
H A Dshadow-securetty_4.6.bb27 # appended to securetty and root logins will be allowed on that
/openbmc/linux/Documentation/devicetree/bindings/firmware/
H A Dqemu,fw-cfg-mmio.yaml36 * Further registers may be appended to the region in case of future interface
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsystemd.bbclass117 appended = False
123 appended = True
124 return appended
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0009-support-apxs.in-force-destdir-to-be-empty-string.patch7 search path for apache2 config files is appended to itself, and
/openbmc/linux/Documentation/PCI/endpoint/
H A Dpci-vntb-function.rst61 It is appended after Config region.
/openbmc/linux/Documentation/filesystems/ext4/
H A Dverity.rst27 with optionally appended signature blob.

1234567