Home
last modified time | relevance | path

Searched refs:SETTIMEOFDAY (Results 1 – 2 of 2) sorted by last modified time

/freebsd/contrib/ntp/libntp/
H A Dmachines.c472 rc = SETTIMEOFDAY(tvp, tzp); in ntp_set_tod()
/freebsd/contrib/ntp/include/
H A Dntp_unixtime.h13 # define SETTIMEOFDAY(a, b) (node_settime(&ntp_node, a)) macro
22 # define SETTIMEOFDAY(a, b) (settimeofday(a, b)) macro
26 # define SETTIMEOFDAY(a, b) (settimeofday(a)) macro
30 # define SETTIMEOFDAY(a, b) (settimeofday_NT(a)) macro
33 # define SETTIMEOFDAY(a, b) (settimeofday(a, b)) macro