Home
last modified time | relevance | path

Searched refs:ppsinfo (Results 1 – 5 of 5) sorted by relevance

/src/contrib/ntp/include/
H A Dtimepps-Solaris.h455 pps_info_t *ppsinfo, in time_pps_fetch() argument
476 if (!ppsinfo) { in time_pps_fetch()
494 memcpy(ppsinfo, &infobuf, sizeof(*ppsinfo)); in time_pps_fetch()
538 memcpy(ppsinfo, &infobuf, sizeof(*ppsinfo)); in time_pps_fetch()
H A Dtimepps-SCO.h388 pps_info_t *ppsinfo, in time_pps_fetch() argument
404 if (!ppsinfo) { in time_pps_fetch()
421 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
473 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
H A Dtimepps-SunOS.h389 pps_info_t *ppsinfo, in time_pps_fetch() argument
408 if (!ppsinfo) { in time_pps_fetch()
425 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
474 memcpy(ppsinfo, &infobuf, sizeof(pps_info_t)); in time_pps_fetch()
/src/sys/kern/
H A Dkern_tc.c1624 aseq = atomic_load_int(&pps->ppsinfo.assert_sequence); in pps_fetch()
1625 cseq = atomic_load_int(&pps->ppsinfo.clear_sequence); in pps_fetch()
1626 while (aseq == atomic_load_int(&pps->ppsinfo.assert_sequence) && in pps_fetch()
1627 cseq == atomic_load_int(&pps->ppsinfo.clear_sequence)) { in pps_fetch()
1651 pps->ppsinfo.current_mode = pps->ppsparam.mode; in pps_fetch()
1652 fapi->pps_info_buf = pps->ppsinfo; in pps_fetch()
1711 pps->ppsinfo.assert_timestamp; in pps_ioctl()
1713 pps->ppsinfo.clear_timestamp; in pps_ioctl()
1824 tsp = &pps->ppsinfo.assert_timestamp; in pps_event()
1831 pseq = &pps->ppsinfo.assert_sequence; in pps_event()
[all …]
/src/sys/sys/
H A Dtimepps.h152 pps_info_t ppsinfo; member