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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_symfile.c80 static int file_ioctl(void * p1, void * p2, int theIoctl, caddr_t result) argument
85 (device, theIoctl, result, S_IFBLK, p2));
88 static int device_ioctl(void * p1, __unused void * p2, int theIoctl, caddr_t result) argument
90 return (VNOP_IOCTL(p1, theIoctl, result, 0, p2));
112 int (*do_ioctl)(void * p1, void * p2, int theIoctl, caddr_t result);

Completed in 7 milliseconds