OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_dialout
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/sgimips/dev/
scnvar.h
130
u_char
sc_dialout
; /* set if open for dialout */
member in struct:scn_softc
131
#define SCN_DIALOUT(SCN) ((SCN)->
sc_dialout
)
132
#define SCN_SETDIALOUT(SCN) (SCN)->
sc_dialout
= 1
133
#define SCN_CLRDIALOUT(SCN) (SCN)->
sc_dialout
= 0
scnvar.h
130
u_char
sc_dialout
; /* set if open for dialout */
member in struct:scn_softc
131
#define SCN_DIALOUT(SCN) ((SCN)->
sc_dialout
)
132
#define SCN_SETDIALOUT(SCN) (SCN)->
sc_dialout
= 1
133
#define SCN_CLRDIALOUT(SCN) (SCN)->
sc_dialout
= 0
Completed in 122 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025