Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtimepps.h131 #define PPS_IOC_FETCH _IOWR('1', 6, struct pps_fetch_args) macro
229 error = ioctl(handle, PPS_IOC_FETCH, &arg); in time_pps_fetch()
/f-stack/freebsd/kern/
H A Dkern_tc.c1634 case PPS_IOC_FETCH: in pps_ioctl()