Searched refs:PARSEPPSDEVICE (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_parse.c235 #define PARSEPPSDEVICE "/dev/refclockpps-%d" /* optional pps device to open %d is unit number */ macro
2994 char parseppsdev[sizeof(PARSEPPSDEVICE)+20];
3022 (void) snprintf(parseppsdev, sizeof(parsedev), PARSEPPSDEVICE, unit);
3151 * if the PARSEPPSDEVICE can be opened that will be used

Completed in 255 milliseconds