Home
last modified time | relevance | path

Searched refs:ROOT (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dconf.patch147 +. 518400 IN NS A.ROOT-SERVERS.NET.
148 +. 518400 IN NS B.ROOT-SERVERS.NET.
149 +. 518400 IN NS C.ROOT-SERVERS.NET.
150 +. 518400 IN NS D.ROOT-SERVERS.NET.
151 +. 518400 IN NS E.ROOT-SERVERS.NET.
152 +. 518400 IN NS F.ROOT-SERVERS.NET.
153 +. 518400 IN NS G.ROOT-SERVERS.NET.
154 +. 518400 IN NS H.ROOT-SERVERS.NET.
155 +. 518400 IN NS I.ROOT-SERVERS.NET.
156 +. 518400 IN NS J.ROOT-SERVERS.NET.
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0008-implment-systemd-sysv-install-for-OE.patch23 # (consider optional $ROOT)
29 # (consider optional $ROOT)
35 # (consider optional $ROOT)
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0002-implment-systemd-sysv-install-for-OE.patch23 # (consider optional $ROOT)
29 # (consider optional $ROOT)
35 # (consider optional $ROOT)
/openbmc/openbmc/poky/meta/recipes-core/systemd/
H A Dsystemd-bootconf_1.00.bb15 ROOT ?= "root=/dev/sda2"
16 APPEND:append = " ${ROOT}"
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-bootconf_1.00.bb20 ROOT ?= "root=/dev/sda2"
26 do_configure[vardeps] += "APPEND ROOT GRUB_TITLE"
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path.c26 static const struct efi_device_path_vendor ROOT = { variable
30 .length = sizeof(ROOT),
419 return sizeof(ROOT); in dp_size()
425 return sizeof(ROOT); in dp_size()
483 *vdp = ROOT; in dp_fill()
631 dpsize = sizeof(ROOT) + sizeof(struct efi_device_path_usb); in dp_part_size()
738 memcpy(buf, &ROOT, sizeof(ROOT)); in dp_part_fill()
739 buf += sizeof(ROOT); in dp_part_fill()
858 dpsize += sizeof(ROOT); in efi_dp_from_eth()
869 memcpy(buf, &ROOT, sizeof(ROOT)); in efi_dp_from_eth()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/systemd/systemd-systemctl/
H A Dsystemctl18 ROOT = Path("/") variable
53 path = root / Path(os.readlink(str(path))).relative_to(ROOT)
185 target = ROOT / location.relative_to(self.root)
239 target = ROOT / path.relative_to(self.root)
304 root = Path(args.root) if args.root else ROOT
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/sysvinit/
H A Dcrypt-lib.patch25 -ifneq ($(wildcard $(ROOT)/$(usrdir)/lib*/libcrypt.*),)
30 -ifneq ($(wildcard $(ROOT)/$(usrdir)/lib/*/libcrypt.*),)
/openbmc/phosphor-logging/
H A Delog_meta.hpp70 constexpr auto ROOT = "/xyz/openbmc_project/inventory"; in build() local
73 "callout", "fault", std::string(ROOT) + std::get<1>(*callout))); in build()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dutils.hpp20 constexpr auto ROOT = "/"; variable
112 const std::string& subtreePath = ROOT, int32_t depth = 0);
124 const std::string& subtreePath = ROOT, const std::string& match = {});
235 return getDbusObject(ctx, interface, ROOT, {}, dbusObject); in getDbusObject()
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/
H A Dtwcfg.txt1 ROOT =/usr/sbin
/openbmc/u-boot/fs/reiserfs/
H A Dreiserfs.c345 if (! block_read (sb_root_block(&super), 0, INFO->blocksize, (char*) ROOT)) in reiserfs_mount()
348 cache = ROOT; in reiserfs_mount()
362 memcpy (LEAF, ROOT, INFO->blocksize); in reiserfs_mount()
466 cache = ROOT; in next_key()
532 cache = ROOT; in search_stat()
H A Dreiserfs_private.h456 #define ROOT ((char *) ((int) FSYS_BUF)) macro
457 #define CACHE(i) (ROOT + ((i) << INFO->fullblocksize_shift))
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/
H A Dirda-utils_0.9.18.bb58 oe_runmake -C $t ROOT="${D}" install
/openbmc/openbmc/meta-security/meta-hardening/
H A DREADME.md23 set the DISTRO as in "DISTRO = harden". This enables the "NO ROOT access" idea or framework.
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dlive-vm-common.bbclass10 vars = ['GRUB_CFG', 'SYSLINUX_CFG', 'ROOT', 'LABELS', 'INITRD']
H A Dgrub-efi-cfg.bbclass25 GRUB_ROOT ?= "${ROOT}"
H A Dsyslinux.bbclass34 SYSLINUX_ROOT ?= "${ROOT}"
H A Duboot-extlinux-config.bbclass165 UBOOT_EXTLINUX_VARS = "CONSOLE MENU_DESCRIPTION ROOT KERNEL_IMAGE FDTDIR FDT FDTOVERLAYS KERNEL_ARG…
/openbmc/openbmc/poky/meta/recipes-core/sysvinit/
H A Dsysvinit_3.14.bb84 oe_runmake 'ROOT=${D}' install
/openbmc/qemu/docs/specs/
H A Dacpi_nvdimm.rst64 Methods on NVDIMM ROOT Device
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_ipk.bbclass76 localdata.setVar('ROOT', '')
H A Dpackage_deb.bbclass84 localdata.setVar('ROOT', '')
/openbmc/u-boot/doc/
H A DREADME.odroid117 | 2 | ROOT | ext4 | - | | any Linux system |
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp105 constexpr auto ROOT = "/xyz/openbmc_project/network"; variable
447 ipmi::network::ROOT, protocol, dev); in findIpAddress()
470 bus, ipmi::network::MAC_INTERFACE, ipmi::network::ROOT, dev); in findMacAddress()

12