Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-keyscan.c570 struct timespec seltime, now; in conloop() local
578 timespecsub(&c->c_ts, &now, &seltime); in conloop()
580 timespecclear(&seltime); in conloop()
582 while (ppoll(read_wait, maxfd, &seltime, NULL) == -1) { in conloop()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.h1124 int seltime;
1128 int seltime; global() member
H A Daic79xx.h1288 int seltime;
1292 int seltime; global() member
H A Daic79xx.c6497 && (ahd->seltime != STIMESEL_MIN)) { in ahd_chip_init()
6503 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ; in ahd_chip_init()
6505 sxfrctl1 |= ahd->seltime; in ahd_chip_init()
6509 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()