Home
last modified time | relevance | path

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

/xnu-8020.140.41/tests/
H A Ddisk_mount_conditioner.c49 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &info, 0);
81 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
85 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &info, 0);
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()
178 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
182 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &mount_fields, 0);
189 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
200 err = fsctl(mount_path, DISK_CONDITIONER_IOC_SET, &info, 0);
204 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &info, 0);
[all …]
/xnu-8020.140.41/bsd/sys/
H A Dfsctl.h376 int fsctl(const char *, unsigned long, void*, unsigned int);
H A DMakefile80 fsctl.h \
180 fsctl.h \
/xnu-8020.140.41/bsd/vfs/
H A Dvfs_syscalls.c12110 fsctl(proc_t p, struct fsctl_args *uap, __unused int32_t *retval) in fsctl() function