OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpbts
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/linux/common/
linux_termios.c
79
struct termios
tmpbts
;
local
100
error = (*bsdioctl)(fp, TIOCGETA, &
tmpbts
);
103
bsd_termios_to_linux_termios(&
tmpbts
, &tmplts);
113
error = (*bsdioctl)(fp, TIOCGETA, &
tmpbts
);
119
linux_termios_to_bsd_termios(&tmplts, &
tmpbts
);
131
error = (*bsdioctl)(fp, com, &
tmpbts
);
134
error = (*bsdioctl)(fp, TIOCGETA, &
tmpbts
);
137
bsd_termios_to_linux_termio(&
tmpbts
, &tmplt);
147
error = (*bsdioctl)(fp, TIOCGETA, &
tmpbts
);
153
linux_termio_to_bsd_termios(&tmplt, &
tmpbts
);
[
all
...]
/src/sys/compat/linux32/common/
linux32_termios.c
87
struct termios
tmpbts
;
local
108
error = (*bsdioctl)(fp, TIOCGETA, &
tmpbts
);
111
bsd_termios_to_linux32_termios(&
tmpbts
, &tmplts);
121
error = (*bsdioctl)(fp, TIOCGETA, &
tmpbts
);
127
linux32_termios_to_bsd_termios(&tmplts, &
tmpbts
);
139
error = (*bsdioctl)(fp, com, &
tmpbts
);
142
error = (*bsdioctl)(fp, TIOCGETA, &
tmpbts
);
145
bsd_termios_to_linux32_termio(&
tmpbts
, &tmplt);
155
error = (*bsdioctl)(fp, TIOCGETA, &
tmpbts
);
161
linux32_termio_to_bsd_termios(&tmplt, &
tmpbts
);
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026