Home
last modified time | relevance | path

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

/NextBSD/sys/dev/si/
HDsi.c94 static void si_command(struct si_port *, int, int);
637 (void) si_command(pp, FCLOSE, SI_WAIT); in siclose()
651 si_command(pp, SBREAK, SI_WAIT); in siioctl()
654 si_command(pp, EBREAK, SI_WAIT); in siioctl()
945 si_command(pp, LOPEN, SI_WAIT); /* open it */ in siparam()
947 si_command(pp, CONFIG, SI_WAIT); /* change params */ in siparam()
1493 si_command(pp, WFLUSH, SI_NOWAIT);
1521 si_command(struct si_port *pp, int cmd, int waitflag) in si_command() function