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

  /src/sys/sys/
conf.h 226 struct linesw { struct
227 const char *l_name; /* Linesw name */
229 LIST_ENTRY(linesw) l_list;
247 int ttyldisc_attach(struct linesw *);
248 int ttyldisc_detach(struct linesw *);
249 struct linesw *ttyldisc_lookup(const char *);
250 struct linesw *ttyldisc_lookup_bynum(int);
251 struct linesw *ttyldisc_default(void);
252 void ttyldisc_release(struct linesw *);

Completed in 49 milliseconds