Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_symfile.c97 file_ioctl(void * p1, void * p2, u_long theIoctl, caddr_t result) in file_ioctl() argument
102 (device, theIoctl, result, S_IFBLK, p2); in file_ioctl()
106 device_ioctl(void * p1, __unused void * p2, u_long theIoctl, caddr_t result) in device_ioctl() argument
108 return VNOP_IOCTL(p1, theIoctl, result, 0, p2); in device_ioctl()
112 kern_ioctl_file_extents(struct kern_direct_file_io_ref_t * ref, u_long theIoctl, off_t offset, off_… in kern_ioctl_file_extents() argument
115 int (*do_ioctl)(void * p1, void * p2, u_long theIoctl, caddr_t result); in kern_ioctl_file_extents()
138 if (_DKIOCCSPINEXTENT == theIoctl) { in kern_ioctl_file_extents()
143 } else if (_DKIOCCSUNPINEXTENT == theIoctl) { in kern_ioctl_file_extents()
170 if (DKIOCUNMAP == theIoctl) { in kern_ioctl_file_extents()
175 error = do_ioctl(p1, p2, theIoctl, (caddr_t)&unmap); in kern_ioctl_file_extents()
[all …]