Searched refs:mount_path (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/tests/ |
| H A D | disk_mount_conditioner.c | 39 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 D | getattrlist_mountextflags.c | 51 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 D | imageboot.h | 44 int imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path,
|
| /xnu-11215/bsd/kern/ |
| H A D | imageboot.c | 199 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()
|