Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh-keyscan.c544 struct timespec seltime, now; in conloop() local
552 timespecsub(&c->c_ts, &now, &seltime); in conloop()
554 timespecclear(&seltime); in conloop()
556 while (ppoll(read_wait, maxfd, &seltime, NULL) == -1) { in conloop()
/openbsd/sys/dev/ic/
H A Daic7xxxvar.h1124 int seltime; member
H A Daic79xx.h1229 int seltime; member
H A Daic79xx.c6231 && (ahd->seltime != STIMESEL_MIN)) { in ahd_chip_init()
6237 sxfrctl1 |= ahd->seltime + STIMESEL_BUG_ADJ; in ahd_chip_init()
6239 sxfrctl1 |= ahd->seltime; in ahd_chip_init()
6243 ahd_outb(ahd, SXFRCTL1, sxfrctl1|ahd->seltime|ENSTIMER|ACTNEGEN); in ahd_chip_init()
H A Daic7xxx.c4487 |term|ahc->seltime in ahc_chip_init()