OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_on
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/hpc/
hpcout.c
61
#define
sc_on
sc_hma.hma_on
macro
105
(int)msg ? sc->
sc_on
: sc->sc_off);
hpcin.c
63
#define
sc_on
sc_hma.hma_on
macro
109
on = (hpcio_portread(sc->sc_hc, sc->sc_port) == sc->
sc_on
);
pwctl.c
76
int
sc_on
, sc_off;
member in struct:pwctl_softc
120
sc->
sc_on
= loc[HPCIOIFCF_ACTIVE] ? 1 : 0;
125
sc->sc_port, sc->sc_id, sc->
sc_on
,
144
sc->sc_initvalue ? sc->
sc_on
: sc->sc_off);
154
msg ? "ON" : "OFF", msg ? sc->
sc_on
: sc->sc_off));
156
msg ? sc->
sc_on
: sc->sc_off);
169
*(int*)msg = hpcio_portread(sc->sc_hc, sc->sc_port) == sc->
sc_on
;
171
*(int*)msg? "ON" : "OFF", *(int*)msg ? sc->
sc_on
: sc->sc_off));
185
sc->sc_save == sc->
sc_on
? "on": "off", sc->sc_save));
/src/sys/arch/hppa/dev/
lcd.c
45
int
sc_on
;
member in struct:lcd_softc
128
sc->
sc_on
= on;
139
if (sc->
sc_on
)
/src/sys/arch/macppc/dev/
platinumfb.c
145
int
sc_on
;
member in struct:platinumfb_softc
592
sc->
sc_on
= WSDISPLAYIO_VIDEO_ON;
809
*(int *)data = sc->
sc_on
;
817
if (*(int *)data != sc->
sc_on
) {
818
sc->
sc_on
= (sc->
sc_on
== WSDISPLAYIO_VIDEO_ON ?
822
if (sc->
sc_on
== WSDISPLAYIO_VIDEO_OFF) {
1008
if (sc->
sc_on
== WSDISPLAYIO_VIDEO_ON) {
Completed in 43 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025