OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 13 milliseconds
Indexes created Fri Oct 03 15:10:06 GMT 2025