Searched refs:IOC_64 (Results 1 – 1 of 1) sorted by relevance
112 enum __ioctl_datum { IOC_8, IOC_16, IOC_32, IOC_64 }; enumerator144 (sizeof (type) == 8 ? IOC_64 : (enum __ioctl_datum) (sizeof (type) >> 1))
Completed in 5 milliseconds