Searched refs:theIoctl (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_symfile.c | 95 file_ioctl(void * p1, void * p2, u_long theIoctl, caddr_t result) in file_ioctl() argument 100 (device, theIoctl, result, S_IFBLK, p2); in file_ioctl() 104 device_ioctl(void * p1, __unused void * p2, u_long theIoctl, caddr_t result) in device_ioctl() argument 106 return VNOP_IOCTL(p1, theIoctl, result, 0, p2); in device_ioctl() 110 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 113 int (*do_ioctl)(void * p1, void * p2, u_long theIoctl, caddr_t result); in kern_ioctl_file_extents() 136 if (_DKIOCCSPINEXTENT == theIoctl) { in kern_ioctl_file_extents() 141 } else if (_DKIOCCSUNPINEXTENT == theIoctl) { in kern_ioctl_file_extents() 168 if (DKIOCUNMAP == theIoctl) { in kern_ioctl_file_extents() 173 error = do_ioctl(p1, p2, theIoctl, (caddr_t)&unmap); in kern_ioctl_file_extents() [all …]
|