Searched refs:fapi (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/kern/
H A Dkern_tc.c1513 pps_fetch(struct pps_fetch_args *fapi, struct pps_state *pps) argument
1519 if (fapi->tsformat && fapi->tsformat != PPS_TSFMT_TSPEC)
1529 if (fapi->timeout.tv_sec || fapi->timeout.tv_nsec) {
1530 if (fapi->timeout.tv_sec == -1)
1533 tv.tv_sec = fapi->timeout.tv_sec;
1534 tv.tv_usec = fapi->timeout.tv_nsec / 1000;
1553 if (fapi->timeout.tv_sec == -1) {
1565 fapi
1574 struct pps_fetch_args *fapi; local
[all...]

Completed in 102 milliseconds