HomeSort by: relevance | last modified time | path
    Searched defs:czttyparam (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
cz.c 183 static int czttyparam(struct tty *tp, struct termios *t);
420 tp->t_param = czttyparam;
985 * doorbell here; czttyparam() will do it for us.
1005 * we call czttyparam(), as that function enables
1013 /* Make sure czttyparam() will see changes. */
1015 (void) czttyparam(tp, &t);
1320 * czttyparam:
1328 czttyparam(struct tty *tp, struct termios *t) function in typeref:typename:int

Completed in 14 milliseconds