Searched refs:FILEGEN (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/include/ |
H A D | ntp_filegen.h | 46 } FILEGEN; typedef 48 extern void filegen_setup (FILEGEN *, u_int32); 49 extern void filegen_config (FILEGEN *, const char *, const char *, 52 extern FILEGEN *filegen_get (const char *); 53 extern void filegen_register (const char *, const char *, FILEGEN *);
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_filegen.c | 47 static void filegen_open (FILEGEN *, u_int32, const time_t*); 49 static void filegen_init (const char *, const char *, FILEGEN *); 51 static void filegen_uninit (FILEGEN *); 63 FILEGEN * fgp in filegen_init() 82 FILEGEN *fgp in filegen_uninit() 98 FILEGEN * gen, in filegen_open() 349 FILEGEN * gen, in filegen_setup() 405 FILEGEN * gen, in filegen_config() 535 FILEGEN * filegen; 540 FILEGEN * [all …]
|
H A D | ntp_util.c | 79 static FILEGEN peerstats; 80 static FILEGEN loopstats; 81 static FILEGEN clockstats; 82 static FILEGEN rawstats; 83 static FILEGEN sysstats; 84 static FILEGEN protostats; 85 static FILEGEN cryptostats; 86 static FILEGEN timingstats;
|
H A D | ntp_config.c | 2464 FILEGEN * filegen; in config_monitor()
|