Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDtimepps.h106 #define PPS_IOC_GETCAP _IOR('1', 5, int) macro
163 return (ioctl(handle, PPS_IOC_GETCAP, mode)); in time_pps_getcap()
/dragonfly/sys/kern/
HDkern_clock.c1662 case PPS_IOC_GETCAP: in pps_ioctl()