Searched refs:poll_info_t (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_parse.c | 452 } poll_info_t; typedef 575 static poll_info_t gps16x_pollinfo = { GPS16X_POLLRATE, GPS16X_POLLCMD, GPS16X_CMDSIZE }; 617 static poll_info_t wsdcf_pollinfo = { WS_POLLRATE, WS_POLLCMD, WS_CMDSIZE }; 721 static poll_info_t trimbletaip_pollinfo = { TRIM_POLLRATE, TRIM_TAIPPOLLCMD, TRIM_TAIPCMDSIZE }; 728 static poll_info_t trimbletsip_pollinfo = { TRIM_POLLRATE, tsipquery, sizeof(tsipquery) }; 801 static poll_info_t rcc8000_pollinfo = { RCC_POLLRATE, RCC_POLLCMD, RCC_CMDSIZE }; 884 static poll_info_t sel240x_pollinfo = { SEL240X_POLLRATE, 4706 if (((poll_info_t *)parse->parse_type->cl_data)->rate) in gps16x_poll() 4708 …parse->peer->procptr->nextaction = current_time + ((poll_info_t *)parse->parse_type->cl_data)->rat… in gps16x_poll() 4764 if (((poll_info_t *)parse->parse_type->cl_data)->rate) in gps16x_poll_init() [all …]
|