Searched refs:pdelay (Results 1 – 6 of 6) sorted by relevance
| /freebsd/lib/virtual_oss/oss/ |
| H A D | oss.c | 169 oss_rec_delay(struct voss_backend *pbe, int *pdelay) in oss_rec_delay() argument 171 if (ioctl(pbe->fd, FIONREAD, pdelay) != 0) in oss_rec_delay() 172 *pdelay = -1; in oss_rec_delay() 176 oss_play_delay(struct voss_backend *pbe, int *pdelay) in oss_play_delay() argument 179 ioctl(pbe->fd, SNDCTL_DSP_GETODELAY, pdelay) != 0) in oss_play_delay() 180 *pdelay = -1; in oss_play_delay()
|
| /freebsd/lib/virtual_oss/null/ |
| H A D | null.c | 85 null_delay(struct voss_backend *pbe __unused, int *pdelay) in null_delay() argument 87 *pdelay = -1; in null_delay()
|
| /freebsd/lib/virtual_oss/sndio/ |
| H A D | sndio.c | 184 sndio_delay(struct voss_backend *pbe __unused, int *pdelay) in sndio_delay() argument 186 *pdelay = -1; in sndio_delay()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_wwv.c | 516 double pdelay; /* propagation delay (s) */ member 1298 int pdelay /* propagation delay (samples) */ in wwv_qrz() argument 1314 epoch = up->mphase - pdelay - SYNSIZ; in wwv_qrz() 2090 up->timestamp, PDELAY + up->pdelay); in wwv_clock() 2456 up->pdelay = pp->fudgetime1; in wwv_newchan() 2459 up->pdelay = pp->fudgetime2; in wwv_newchan() 2461 up->pdelay = 0; in wwv_newchan()
|
| /freebsd/lib/virtual_oss/bt/ |
| H A D | bt.c | 1035 bt_rec_delay(struct voss_backend *pbe __unused, int *pdelay) in bt_rec_delay() argument 1037 *pdelay = -1; in bt_rec_delay() 1041 bt_play_delay(struct voss_backend *pbe __unused, int *pdelay) in bt_play_delay() argument 1044 *pdelay = -1; in bt_play_delay()
|
| /freebsd/sys/netinet6/ |
| H A D | nd6.c | 625 nd6_is_stale(struct llentry *lle, long *pdelay, int *do_switch) in nd6_is_stale() argument 660 *pdelay = delay; in nd6_is_stale() 674 *pdelay = (long)(nd_delay - delay) * hz; in nd6_is_stale()
|