Searched refs:src_root (Results 1 – 5 of 5) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/files/ |
H A D | init-install-testfs.sh | 151 mkdir /src_root 156 mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /src_root 159 cp -a /src_root/* /tgt_root 171 umount /src_root
|
H A D | init-install-efi.sh | 217 mkdir /src_root 222 mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /src_root 224 cp -a /src_root/* /tgt_root 236 umount /src_root
|
H A D | init-install.sh | 242 mkdir /src_root 247 mount -o rw,loop,noatime,nodiratime /run/media/$1/$2 /src_root 249 cp -a /src_root/* /tgt_root 268 umount /src_root
|
/openbmc/linux/tools/perf/util/ |
H A D | annotate.c | 2447 static void resort_source_line(struct rb_root *dest_root, struct rb_root *src_root) in resort_source_line() argument 2452 node = rb_first(src_root); in resort_source_line() 2458 rb_erase(node, src_root); in resort_source_line()
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup.c | 1813 struct cgroup_root *src_root = ss->root; in rebind_subsystems() local 1814 struct cgroup *scgrp = &src_root->cgrp; in rebind_subsystems() 1821 if (src_root != &cgrp_dfl_root) { in rebind_subsystems() 1823 src_root->subsys_mask &= ~(1 << ssid); in rebind_subsystems()
|