OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pps_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_mx4200.c
147
pps_params_t
pps_p
;
member in struct:mx4200unit
331
if (time_pps_getparams(up->pps_h, &up->
pps_p
) < 0) {
341
up->
pps_p
.mode = PPS_CAPTUREASSERT | PPS_TSFMT_TSPEC;
342
up->
pps_p
.mode &= mode; /* only set what is legal */
344
if (time_pps_setparams(up->pps_h, &up->
pps_p
) < 0) {
refclock_oncore.c
279
pps_params_t
pps_p
;
member in struct:instance
862
if (time_pps_getparams(instance->pps_h, &instance->
pps_p
) < 0) {
898
instance->
pps_p
.mode = (mode | mode1 | PPS_TSFMT_TSPEC) & cap;
900
if (time_pps_setparams(instance->pps_h, &instance->
pps_p
) < 0) {
1747
instance->
pps_p
.assert_offset.tv_nsec = -dt2;
1749
instance->
pps_p
.clear_offset.tv_nsec = -dt2;
1752
* using the saved instance->
pps_p
, since some other process on the
1779
current_params.mode |= instance->
pps_p
.mode;
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026