Home
last modified time | relevance | path

Searched refs:PPS_IOC_GETPARAMS (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dtimepps.h126 #define PPS_IOC_GETPARAMS _IOR('1', 4, pps_params_t) macro
204 return (ioctl(handle, PPS_IOC_GETPARAMS, ppsparams)); in time_pps_getparams()
/freebsd/sys/kern/
H A Dkern_tc.c1678 case PPS_IOC_GETPARAMS: in pps_ioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2300 unsigned IOCTL_PPS_IOC_GETPARAMS = PPS_IOC_GETPARAMS;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1224 _(PPS_IOC_GETPARAMS, WRITE, struct_pps_params_sz);