Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpd/
Drefclock_tsyncpci.c406 BoardObj hBoard; in tsync_poll() local
425 hBoard.file_descriptor = open(device, O_RDONLY | O_NDELAY, 0777); in tsync_poll()
428 if (hBoard.file_descriptor < 0) in tsync_poll()
435 if (ioctl(hBoard.file_descriptor, IOCTL_TPRO_OPEN, &hBoard) < 0) in tsync_poll()
438 close(hBoard.file_descriptor); in tsync_poll()
465 err = ioctl(hBoard.file_descriptor, in tsync_poll()
492 err1 = ioctl(hBoard.file_descriptor, in tsync_poll()
519 err2 = ioctl(hBoard.file_descriptor, in tsync_poll()
527 err3 = ioctl(hBoard.file_descriptor, in tsync_poll()
532 close(hBoard.file_descriptor); in tsync_poll()