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

  /src/sys/dev/usb/
uhso.c 266 * interface (when hp_ifp != NULL) or a tty (when hp_tp != NULL)
279 struct tty *hp_tp; /* tty pointer */ member in struct:uhso_port
1018 || hp->hp_tp == NULL
1317 struct tty *tp = hp->hp_tp;
1377 hp->hp_tp = tp;
1391 tty_detach(hp->hp_tp);
1392 tty_free(hp->hp_tp);
1393 hp->hp_tp = NULL;
1401 struct tty *tp = hp->hp_tp;
1434 struct tty *tp = hp->hp_tp;
    [all...]
uhso.c 266 * interface (when hp_ifp != NULL) or a tty (when hp_tp != NULL)
279 struct tty *hp_tp; /* tty pointer */ member in struct:uhso_port
1018 || hp->hp_tp == NULL
1317 struct tty *tp = hp->hp_tp;
1377 hp->hp_tp = tp;
1391 tty_detach(hp->hp_tp);
1392 tty_free(hp->hp_tp);
1393 hp->hp_tp = NULL;
1401 struct tty *tp = hp->hp_tp;
1434 struct tty *tp = hp->hp_tp;
    [all...]

Completed in 28 milliseconds