Home
last modified time | relevance | path

Searched refs:mount_path (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/tests/
H A Ddisk_mount_conditioner.c39 char *mount_path; variable
61 char *mount_path; variable
124 char *mount_path; variable
141 char *mount_path; variable
163 char *mount_path; variable
220 char *mount_path; variable
242 char *mount_path; variable
331 char *mount_path; variable
347 char *mount_path; variable
410 return mount_path; in mktempmount()
[all …]
/xnu-11215/tests/vfs/
H A Dgetattrlist_mountextflags.c51 static char mount_path[PATH_MAX]; variable
146 if (mount_path[0] != '\0') { in cleanup()
147 unmount(mount_path, MNT_FORCE); in cleanup()
213 image_path[0] = mount_path[0] = disk[0] = '\0';
248 get_mount_path(disk, mount_path);
249 T_ASSERT_NE_STR(mount_path, "", "Got msdos filesystem mount path %s", mount_path);
263 test_getattrlist(mount_path, FSTYPE_MSDOS, MNT_EXT_FSKIT);
265 test_getattrlist(mount_path, FSTYPE_LIFS, MNT_EXT_FSKIT);
/xnu-11215/bsd/sys/
H A Dimageboot.h44 int imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path,
/xnu-11215/bsd/kern/
H A Dimageboot.c199 imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path, in imageboot_pivot_image() argument
353 error = vfs_switch_root(mount_path, outgoing_root_path, 0); in imageboot_pivot_image()