Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dtimepps.h129 #define PPS_IOC_SETPARAMS _IOW('1', 3, pps_params_t) macro
202 return (ioctl(handle, PPS_IOC_SETPARAMS, ppsparams)); in time_pps_setparams()
/freebsd-12-stable/sys/kern/
Dkern_tc.c1608 case PPS_IOC_SETPARAMS: in pps_ioctl()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2298 unsigned IOCTL_PPS_IOC_SETPARAMS = PPS_IOC_SETPARAMS;
Dsanitizer_interceptors_ioctl_netbsd.inc1223 _(PPS_IOC_SETPARAMS, READ, struct_pps_params_sz);