OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_swflags
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
cd18xxvar.h
40
int
p_swflags
; /* TIOCFLAG_SOFTCAR, etc. */
member in struct:cdtty_port
cd18xxvar.h
40
int
p_swflags
; /* TIOCFLAG_SOFTCAR, etc. */
member in struct:cdtty_port
cd18xx.c
440
if (ISSET(port->
p_swflags
, TIOCFLAG_CLOCAL))
442
if (ISSET(port->
p_swflags
, TIOCFLAG_CRTSCTS))
444
if (ISSET(port->
p_swflags
, TIOCFLAG_CDTRCTS))
446
if (ISSET(port->
p_swflags
, TIOCFLAG_MDMBUF))
616
*(int *)data = port->
p_swflags
;
624
port->
p_swflags
= *(int *)data;
767
if (ISSET(p->
p_swflags
, TIOCFLAG_SOFTCAR)) {
cd18xx.c
440
if (ISSET(port->
p_swflags
, TIOCFLAG_CLOCAL))
442
if (ISSET(port->
p_swflags
, TIOCFLAG_CRTSCTS))
444
if (ISSET(port->
p_swflags
, TIOCFLAG_CDTRCTS))
446
if (ISSET(port->
p_swflags
, TIOCFLAG_MDMBUF))
616
*(int *)data = port->
p_swflags
;
624
port->
p_swflags
= *(int *)data;
767
if (ISSET(p->
p_swflags
, TIOCFLAG_SOFTCAR)) {
Completed in 23 milliseconds
Indexes created Tue Oct 14 00:09:49 GMT 2025