Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Ddisk_mount_conditioner.c39 char *mount_path; variable
44 mount_path = mktempmount();
49 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &info, 0);
61 char *mount_path; variable
66 mount_path = mktempmount();
81 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
85 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &info, 0);
94 verify_mount_fallback_values(const char *mount_path, disk_conditioner_info *info) in verify_mount_fallback_values() argument
99 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, info, 0); in verify_mount_fallback_values()
103 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &newinfo, 0); in verify_mount_fallback_values()
[all …]
/xnu-8020.101.4/bsd/sys/
H A Dimageboot.h44 int imageboot_pivot_image(const char *image_path, imageboot_type_t type, const char *mount_path,
/xnu-8020.101.4/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()