Home
last modified time | relevance | path

Searched refs:mount_point (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/trace/
H A Dftrace.c18 static int find_mount(char *mount_point, const char *fstype) in find_mount() argument
30 mount_point, type) == 2) { in find_mount()
43 char mount_point[PATH_MAX]; in ftrace_init() local
49 tracefs_found = find_mount(mount_point, "tracefs"); in ftrace_init()
51 tracefs_found = find_mount(mount_point, "debugfs"); in ftrace_init()
56 if (snprintf(path, PATH_MAX, "%s%s/tracing_on", mount_point, subdir) in ftrace_init()
79 if (snprintf(path, PATH_MAX, "%s%s/trace_marker", mount_point, subdir) in ftrace_init()
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dstorage.py17 (status, output) = cls.target.run('mkdir -p %s' % cls.mount_point)
18 (status, output) = cls.target.run('mount %s %s' % (cls.device, cls.mount_point))
68 (status, output) = cls.target.run('umount %s' % cls.mount_point)
74 msg = ('Device not unmount %s' % cls.mount_point)
91 self.mount_point = "/media/usb"
94 self.test_dir = os.path.join(self.mount_point, "oeqa")
126 self.mount_point = "/media/mmc"
129 self.test_dir = os.path.join(self.mount_point, "oeqa")
/openbmc/linux/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
38 cd ${mount_point}
/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py185 def mount_fs(fs_type, device, mount_point): argument
203 % (device, mount_point), shell=True)
210 % (mount_opt, device, mount_point), shell=True)
213 check_call('sudo chmod a+rw %s' % mount_point, shell=True)
217 def umount_fs(mount_point): argument
228 call('guestunmount %s' % mount_point, shell=True)
230 call('sudo umount %s' % mount_point, shell=True)
/openbmc/u-boot/test/py/tests/
H A Dtest_ums.py112 mount_point = u_boot_console.config.env['env__mount_points'][0]
122 mounted_test_fn = mount_point + '/' + mount_subdir + test_f.fn
/openbmc/linux/fs/ocfs2/
H A Docfs1_fs_compat.h34 /*88*/ __u8 mount_point[OCFS1_MAX_MOUNT_POINT_LEN]; member
/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.c533 char mount_point[MAX_PATH+1]; in find_mount() local
542 while (fscanf(fp, "%*s %" STR(MAX_PATH) "s %99s %*s %*d %*d\n", mount_point, type) == 2) { in find_mount()
554 strncpy(mp, mount_point, sizeof_mp - 1); in find_mount()
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/
H A Duser-guide.rst468 sudo mount -o loop,offset=4194304 corstone1000-efi-partition.img /mount_point