Home
last modified time | relevance | path

Searched defs:_chan_t (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/i386/include/
H A Dcserial.h432 struct _chan_t { struct
433 char name [16];
446 int (*up) (chan_t *h);
447 void (*down) (chan_t *h);
451 int (*query_dtr) (chan_t *h);
452 int (*query_rts) (chan_t *h);
453 int (*query_dsr) (chan_t *h);
454 int (*query_cts) (chan_t *h);
455 int (*query_dcd) (chan_t *h);
472 struct lysap_t
[all …]