Home
last modified time | relevance | path

Searched refs:rootpath (Results 1 – 17 of 17) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py120 rootpath = '/home/root/chroot/test'
123 self.target.run('mkdir -p %s/etc' % rootpath, 1500)
124 ….run('mkdir -p %s/bin %s/sbin %s/usr/bin %s/usr/sbin' % (rootpath, rootpath, rootpath, rootpath), …
125 self.target.run('mkdir -p %s/dev' % rootpath, 1500)
127 self.target.run('mkdir -p %s/lib' % rootpath, 1500)
147 rootpath = '/home/root/chroot/test'
150 self.target.run('mkdir -p %s/etc' % rootpath)
151 self.target.run('mkdir -p %s/usr/bin %s/usr/sbin' % (rootpath, rootpath))
154 self.target.run('mkdir -p %s/dev' % rootpath)
156 …arget.run("for l in /lib*; do mkdir -p %s/usr/$l; ln -s usr/$l %s/$l; done" % (rootpath, rootpath))
[all …]
/openbmc/bmcweb/include/
H A Dwebassets.hpp52 static constexpr std::string_view rootpath("/usr/share/www/"); variable
155 file.absolutePath.string().substr(rootpath.size() - 1)); in addFile()
217 std::filesystem::recursive_directory_iterator dirIter({rootpath}, ec); in requestRoutes()
221 "Unable to find or open {} static file hosting disabled", rootpath); in requestRoutes()
/openbmc/u-boot/configs/
H A Daxm_defconfig19rootpath} at91sam9_wdt.wdt_timeout=16\0partitionset_active=A\0preboot=echo;echo Type 'run flash_se…
/openbmc/u-boot/board/keymile/scripts/
H A Dramfs-common.txt6 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
/openbmc/linux/fs/nfs/
H A Dnfs4namespace.c312 export_path = nfs4_pathname_string(&location->rootpath, in try_location()
389 location->rootpath.ncomponents == 0) in nfs_follow_referral()
564 location->rootpath.ncomponents == 0) in nfs4_replace_transport()
H A Dnfs4xdr.c3789 status = decode_pathname(xdr, &loc->rootpath); in decode_attr_fs_locations()
H A Dnfs4proc.c4058 &locations->locations[i].rootpath)) in _nfs4_discover_trunking()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_go.py192 rootpath = None
201 rootpath = m.group('root')
207 rootpath = m.group('root')
213 return GoImport(rootpath, vcstype, repourl, suffix)
/openbmc/u-boot/board/freescale/mpc8323erdb/
H A DREADME57 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/openbmc/u-boot/board/k+p/bootscripts/
H A Dtpcboot.cmd68 setenv nfsargs "setenv bootargs root=/dev/nfs rw nfsroot='${rootpath}',nolock,nfsvers=3"
/openbmc/u-boot/board/freescale/mpc8315erdb/
H A DREADME93 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/openbmc/u-boot/board/freescale/mpc8313erdb/
H A DREADME99 netmask, ethaddr, eth1addr, rootpath (if using NFS root),
/openbmc/openbmc/poky/meta/classes-global/
H A Dpackage_rpm.bbclass201 for rootpath, dirs, files in os.walk(walkpath):
203 stat_f = os.stat(rootpath + "/" + path, follow_symlinks=False)
222 path = rootpath.replace(walkpath, "")
229 if os.path.islink(os.path.join(rootpath, dir)):
/openbmc/u-boot/doc/uImage.FIT/
H A Dhowto.txt115 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${rootpath}
/openbmc/linux/include/linux/
H A Dnfs_xdr.h1221 struct nfs4_pathname rootpath; member
/openbmc/u-boot/cmd/
H A DKconfig1187 bool "Request & store 'rootpath' from BOOTP/DHCP server"
1192 path in the variable 'rootpath'.
/openbmc/u-boot/
H A DREADME3795 rootpath - Pathname of the root filesystem on the NFS server