Home
last modified time | relevance | path

Searched full:dir (Results 1 – 25 of 1335) sorted by relevance

12345678910>>...54

/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Dtweak-ptest-script.patch21 -dir=tests/linux
23 +dir=$curdir/linux
31 - ./ifup -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test $a…
32 + ifup -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test $arg…
33 >$dir/up-res-out.$test 2>$dir/up-res-err.$test || exitcode=$?
37 echo "====stderr===="; cat $dir/up-res-err.$test) > $dir/up-res.$test
40 - ./ifdown -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test …
41 + ifdown -v --no-act-commands --force -i $dir/testcase.$test --state-dir=$dir/state.$test $a…
42 >$dir/down-res-out.$test 2>$dir/down-res-err.$test || exitcode=$?
46 echo "====stderr===="; cat $dir/down-res-err.$test) > $dir/down-res.$test
[all …]
/openbmc/openpower-debug-collector/dump/tools/bmcdump/plugins/
H A Ddumpfilelist21 dir="/var/lib/phosphor-debug-collector/dumps/"
23 if [ -d "$dir" ] && [ -n "$(ls -A $dir/)" ]; then
25 add_cmd_output "ls -AX $dir/*/*" "$file_name" "$desc"
31 dir="/var/lib/phosphor-debug-collector/hardwaredump/"
33 if [ -d "$dir" ] && [ -n "$(ls -A $dir/)" ]; then
35 add_cmd_output "ls -AX $dir/*/*" "$file_name" "$desc"
42 dir="/var/lib/phosphor-debug-collector/hostbootdump/"
44 if [ -d "$dir" ] && [ -n "$(ls -A $dir/)" ]; then
46 add_cmd_output "ls -AX $dir/*/*" "$file_name" "$desc"
53 dir="/var/lib/phosphor-debug-collector/sbedump/"
[all …]
/openbmc/u-boot/board/amlogic/odroid-c2/
H A DREADME.odroid-c244 > DIR=odroid-c2
47 $DIR
48 > $DIR/fip/fip_create --bl30 $DIR/fip/gxb/bl30.bin \
49 --bl301 $DIR/fip/gxb/bl301.bin \
50 --bl31 $DIR/fip/gxb/bl31.bin \
52 $DIR/fip.bin
53 > $DIR/fip/fip_create --dump $DIR/fip.bin
54 > cat $DIR/fip/gxb/bl2.package $DIR/fip.bin > $DIR/boot_new.bin
55 > $DIR/fip/gxb/aml_encrypt_gxb --bootsig \
56 --input $DIR/boot_new.bin \
[all …]
/openbmc/qemu/util/
H A Dfilemonitor-inotify.c85 QFileMonitorDir *dir; in qemu_file_monitor_watch() local
99 dir = g_hash_table_lookup(mon->idmap, GINT_TO_POINTER(ev->wd)); in qemu_file_monitor_watch()
106 if (!dir) { in qemu_file_monitor_watch()
138 trace_qemu_file_monitor_event(mon, dir->path, name, ev->mask, in qemu_file_monitor_watch()
139 dir->inotify_id); in qemu_file_monitor_watch()
140 for (i = 0; i < dir->watches->len; i++) { in qemu_file_monitor_watch()
141 QFileMonitorWatch *watch = &g_array_index(dir->watches, in qemu_file_monitor_watch()
147 trace_qemu_file_monitor_dispatch(mon, dir->path, name, in qemu_file_monitor_watch()
163 QFileMonitorDir *dir = data; in qemu_file_monitor_dir_free() local
166 for (i = 0; i < dir->watches->len; i++) { in qemu_file_monitor_dir_free()
[all …]
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A D0003-fix-real-path-for-some-files-dirs.patch17 @@ -93,7 +93,6 @@ dir = 99/etc
25 @@ -153,11 +152,11 @@ dir = 99/var
28 dir = -1/var/cache
29 -dir = -1/var/lock
30 -dir = -1/var/mail
31 -dir = -1/var/run
32 +dir = -1/run/lock
33 +dir = -1/var/spool/mail
34 +dir = -1/run
35 dir = -1/var/spool
[all …]
H A D0002-Make-samhainrc-OE-friendly.patch22 @@ -74,7 +74,6 @@ dir = 0/
30 @@ -93,19 +92,10 @@ dir = 99/etc
51 # timestamps. Put it here as 'file', and in the ReadOnly section as 'dir'.
52 @@ -147,10 +137,6 @@ dir = 99/dev
54 dir = -1/dev/pts
56 -# dir = -1/dev/.udevdb
63 @@ -167,50 +153,21 @@ dir = 99/var
66 dir = -1/var/cache
67 -dir = -1/var/backups
68 -dir = -1/var/games
[all …]
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dread-only-rootfs-hook.sh12 dir=`readlink -f $DIRECTORY`
14 if [ ! -d "$dir" ]; then
15 echo "ERROR: $dir is not a directory"
18 for flag in `awk -v dir=$dir '{ if ($2 == dir) { print "FOUND"; split($4,FLAGS,",") } }; \
23 if [ "$dir" = "/" -o -n "$partition" ]; then
26 dir=`dirname $dir`
/openbmc/phosphor-debug-collector/
H A Dffdc10 -d, --dir <directory> Specify destination directory. Defaults to /tmp if
41 dir=$"ffdc_$(date +"%Y-%m-%d_%H-%M-%S")"
48 -d|--dir)
80 mkdir -p "$dest/$dir"
85 mkdir "$dest/$dir/${arr[i]}"
86 cp -r ${arr[i+1]}/* $dest/$dir/${arr[i]}
89 ${arr[i+1]} >> "$dest/$dir/${arr[i]}"
93 tar -cf "$dest/$dir.tar" -C $dest $dir
94 echo "Contents in $dest/$dir.tar"
96 rm -r "$dest/$dir"
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp38 dir = fs::path(mkdtemp(tmpldap)); in SetUp()
47 fs.open(dir / defaultNslcdFile, std::fstream::out); in SetUp()
49 fs.open(dir / nsSwitchFile, std::fstream::out); in SetUp()
51 fs.open(dir / tlsCACertFile, std::fstream::out); in SetUp()
53 fs.open(dir / tlsCertFile, std::fstream::out); in SetUp()
59 fs::remove_all(dir); in TearDown()
63 fs::path dir; member in phosphor::ldap::TestLDAPConfig
116 auto configFilePath = std::string(dir.c_str()) + "/" + ldapConfFile; in TEST_F()
117 auto tlsCACertFilePath = std::string(dir.c_str()) + "/" + tlsCACertFile; in TEST_F()
118 auto tlsCertFilePath = std::string(dir.c_str()) + "/" + tlsCertFile; in TEST_F()
[all …]
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/nikto/files/
H A Dlocation.patch22 -# PLUGINDIR=/opt/nikto/plugins # Location of plugin dir
23 -# DBDIR=/opt/nikto/databases # Location of database dir
24 -# TEMPLATEDIR=/opt/nikto/templates # Location of template dir
25 -# DOCDIR=/opt/nikto/docs # Location of docs dir
27 +PLUGINDIR=/etc/nikto/plugins # Location of plugin dir
28 +DBDIR=/etc/nikto/databases # Location of database dir
29 +TEMPLATEDIR=/etc/nikto/templates # Location of template dir
30 +DOCDIR=/usr/share/doc/nikto # Location of docs dir
/openbmc/qemu/target/mips/tcg/
H A Dldst_helper.c73 int dir = mips_env_is_bigendian(env) ? 1 : -1; in helper_swl() local
78 cpu_stb_mmuidx_ra(env, arg2 + 1 * dir, (uint8_t)(arg1 >> 16), in helper_swl()
83 cpu_stb_mmuidx_ra(env, arg2 + 2 * dir, (uint8_t)(arg1 >> 8), in helper_swl()
88 cpu_stb_mmuidx_ra(env, arg2 + 3 * dir, (uint8_t)arg1, in helper_swl()
97 int dir = mips_env_is_bigendian(env) ? 1 : -1; in helper_swr() local
102 cpu_stb_mmuidx_ra(env, arg2 - 1 * dir, (uint8_t)(arg1 >> 8), in helper_swr()
107 cpu_stb_mmuidx_ra(env, arg2 - 2 * dir, (uint8_t)(arg1 >> 16), in helper_swr()
112 cpu_stb_mmuidx_ra(env, arg2 - 3 * dir, (uint8_t)(arg1 >> 24), in helper_swr()
127 int dir = mips_env_is_bigendian(env) ? 1 : -1; in helper_sdl() local
132 cpu_stb_mmuidx_ra(env, arg2 + 1 * dir, (uint8_t)(arg1 >> 48), in helper_sdl()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/libx11/
H A Ddisable_tests.patch21 @@ -36,11 +36,6 @@ locale.dir: locale.dir.pre
22 < locale.dir.l1 > locale.dir.l2
23 cat locale.dir.l2 locale.dir.l1 > locale.dir
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A Dremove-install-as-user.patch118 $MKDIR -p $dir
122 - $CHMOD $DIRMODE $dir
127 - $CHOWN $OWNER $GROUP $dir
130 - $MANIFEST d $DIRMODE $OWNER $GROUP ${dir#$DIST_ROOT}
131 + $MANIFEST d $DIRMODE ${dir#$DIST_ROOT}
163 if [ -f $dir/$f ]
165 - $CHMOD $FILEMODE $dir/$f
169 - $CHOWN $OWNER $GROUP $dir/$f
172 - $MANIFEST f $FILEMODE $OWNER $GROUP $HERE/$f ${dir#$DIST_ROOT}/$f
173 + $MANIFEST f $FILEMODE $HERE/$f ${dir#$DIST_ROOT}/$f
[all …]
/openbmc/qemu/tests/qtest/
H A Dfdc-test.c275 uint8_t dir; in test_no_media_on_start() local
279 dir = inb(FLOPPY_BASE + reg_dir); in test_no_media_on_start()
280 assert_bit_set(dir, DSKCHG); in test_no_media_on_start()
281 dir = inb(FLOPPY_BASE + reg_dir); in test_no_media_on_start()
282 assert_bit_set(dir, DSKCHG); in test_no_media_on_start()
284 dir = inb(FLOPPY_BASE + reg_dir); in test_no_media_on_start()
285 assert_bit_set(dir, DSKCHG); in test_no_media_on_start()
286 dir = inb(FLOPPY_BASE + reg_dir); in test_no_media_on_start()
287 assert_bit_set(dir, DSKCHG); in test_no_media_on_start()
300 uint8_t dir; in test_media_insert() local
[all …]
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/optee-os/
H A D0003-link.mk-generate-version.o-in-link-out-dir.patch4 Subject: [PATCH 3/3] link.mk: generate version.o in link-out-dir
30 $(call update-buildcount,$(link-out-dir)/.buildcount)
31 @$(cmd-echo-silent) ' GEN $(link-out-dir)/version.o'
33 + $(q)cd $(link-out-dir) && \
41 - -xc - -c -o $(link-out-dir)/version.o
44 $(link-out-dir)/version.o:
52 $(call update-buildcount,$(link-out-dir)/.buildcount)
53 @$(cmd-echo-silent) ' GEN $(link-out-dir)/version.o'
55 + $(q)cd $(link-out-dir) && \
63 - -xc - -c -o $(link-out-dir)/version.o
[all …]
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/bind/
H A Dinit.d-add-support-for-read-only-rootfs.patch27 + dir=`readlink -f $DIRECTORY`
29 + if [ ! -d "$dir" ]; then
30 + echo "ERROR: $dir is not a directory"
33 + for flag in `awk -v dir=$dir '{ if ($2 == dir) { print "FOUND"; split($4,FLAGS,",") } }; \
38 + if [ "$dir" = "/" -o -n "$partition" ]; then
41 + dir=`dirname $dir`
/openbmc/u-boot/scripts/
H A Dobjdiff46 dir=${1%/*}
48 if [ "$dir" = "$1" ]; then
49 dir=.
52 dir=$(cd $dir; pwd)
54 echo $TMPD/$CMT${dir#$SRCTREE}
58 dir=$(get_output_dir $1)
60 stripped=$dir/${base%.o}.stripped
61 dis=$dir/${base%.o}.dis
63 [ ! -d "$dir" ] && mkdir -p $dir
/openbmc/qemu/tests/qemu-iotests/sample_images/
H A Dparallels-with-bitmap.sh22 DIR=$PWD/parallels-with-bitmap-dir
23 IMG=$DIR/root.hds
24 XML=$DIR/DiskDescriptor.xml
27 rm -rf $DIR
30 prlctl set $CT --device-add hdd --image $DIR --recreate --size 2G
51 rm -rf $DIR
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/
H A Ddirectdisk-multi-rootfs.wks8 # --rootfs-dir rootfs1=core-image-minimal
9 # --rootfs-dir rootfs2=core-image-minimal-dev
13 # --rootfs-dir rootfs1=tmp/work/qemux86_64-poky-linux/core-image-minimal/1.0-r0/rootfs/
14 # --rootfs-dir rootfs2=tmp/work/qemux86_64-poky-linux/core-image-minimal-dev/1.0-r0/rootfs/
19 part / --source rootfs --rootfs-dir=rootfs1 --ondisk sda --fstype=ext4 --label platform --align 1024
20 part /rescue --source rootfs --rootfs-dir=rootfs2 --ondisk sda --fstype=ext4 --label secondary --al…
/openbmc/smbios-mdr/src/
H A Dmdrv2.cpp70 smbiosDir.dir[index].common.id.dataInfo[indexId]); in getDirectoryInformation()
85 switch (smbiosDir.dir[index].stage) in smbiosIsAvailForUpdate()
102 if (smbiosDir.dir[index].lock == MDR2DirLockEnum::mdr2DirLock) in smbiosIsAvailForUpdate()
124 std::copy(smbiosDir.dir[0].common.id.dataInfo, in getDataOffer()
125 &smbiosDir.dir[0].common.id.dataInfo[16], offer.data()); in getDataOffer()
139 MDR2SMBIOSStatusEnum stage = smbiosDir.dir[index].stage; in smbiosValidFlag()
140 MDR2DirLockEnum lock = smbiosDir.dir[index].lock; in smbiosValidFlag()
170 // Example copying data from smbiosDir.dir[idIndex].common.size and
171 // smbiosDir.dir[idIndex].common.timestamp to vector variable responseInfo
193 smbiosDir.dir[idIndex].common.id.dataInfo[index]); in getDataInformation()
[all …]
/openbmc/qemu/hw/gpio/
H A Dnrf51_gpio.c79 bool connected_out, dir, connected_in, out, in, input; in update_state() local
84 dir = extract32(s->cnf[i], 0, 1); in update_state()
89 connected_out = is_connected(s->cnf[i], out) && dir; in update_state()
132 * Direction is exposed in both the DIR register and the DIR bit
133 * of each PINs CNF configuration register. Reflect bits for pins in DIR
140 uint32_t value = s->dir; in reflect_dir_bit_in_cnf()
163 r = s->dir; in nrf51_gpio_read()
204 s->dir = value; in nrf51_gpio_write()
209 s->dir |= value; in nrf51_gpio_write()
214 s->dir &= ~value; in nrf51_gpio_write()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0015-clang-Fix-resource-dir-location-for-cross-toolchains.patch4 Subject: [PATCH] clang: Fix resource dir location for cross toolchains
28 // Dir is bin/ or lib/, depending on where BinaryPath is.
29 StringRef Dir = llvm::sys::path::parent_path(BinaryPath);
30 + StringRef LastDirName = llvm::sys::path::filename(Dir);
31 SmallString<128> P(Dir);
38 - P = llvm::sys::path::parent_path(Dir);
44 + P = llvm::sys::path::parent_path(Dir);
46 + P = llvm::sys::path::parent_path(llvm::sys::path::parent_path(Dir));
/openbmc/openbmc/poky/meta/classes-global/
H A Dutility-tasks.bbclass32 dir = d.expand("${WORKDIR}")
33 bb.note("Removing " + dir)
34 oe.path.remove(dir)
36 dir = "%s.*" % d.getVar('STAMP')
37 bb.note("Removing " + dir)
38 oe.path.remove(dir)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0005-add-missing-FTW_-macros-for-musl.patch15 src/test/test-recurse-dir.c | 1 +
30 diff --git a/src/test/test-recurse-dir.c b/src/test/test-recurse-dir.c
32 --- a/src/test/test-recurse-dir.c
33 +++ b/src/test/test-recurse-dir.c
35 #include "recurse-dir.h"
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0006-add-missing-FTW_-macros-for-musl.patch15 src/test/test-recurse-dir.c | 1 +
30 diff --git a/src/test/test-recurse-dir.c b/src/test/test-recurse-dir.c
32 --- a/src/test/test-recurse-dir.c
33 +++ b/src/test/test-recurse-dir.c
35 #include "recurse-dir.h"

12345678910>>...54