OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SCFLAG_OWRITE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/macppc/dev/
apm.c
143
#define
SCFLAG_OWRITE
(1 << 1)
144
#define SCFLAG_OPEN (SCFLAG_OREAD|
SCFLAG_OWRITE
)
201
if (sc->sc_flags &
SCFLAG_OWRITE
) {
205
sc->sc_flags |=
SCFLAG_OWRITE
;
237
sc->sc_flags &= ~
SCFLAG_OWRITE
;
367
return (sc->sc_flags &
SCFLAG_OWRITE
) ? 0 : 1; /* user may handle */
/src/sys/dev/apm/
apm.c
77
#define
SCFLAG_OWRITE
0x0000002
78
#define SCFLAG_OPEN (SCFLAG_OREAD|
SCFLAG_OWRITE
)
380
return (sc->sc_flags &
SCFLAG_OWRITE
) ? 0 : 1; /* user may handle */
460
(sc->sc_flags & (SCFLAG_OREAD|
SCFLAG_OWRITE
)) == 0)
699
if (sc->sc_flags &
SCFLAG_OWRITE
) {
703
sc->sc_flags |=
SCFLAG_OWRITE
;
734
sc->sc_flags &= ~
SCFLAG_OWRITE
;
/src/sys/dev/hpc/apm/
apmdev.c
77
#define
SCFLAG_OWRITE
0x0000002
78
#define SCFLAG_OPEN (SCFLAG_OREAD|
SCFLAG_OWRITE
)
391
return (sc->sc_flags &
SCFLAG_OWRITE
) ? 0 : 1; /* user may handle */
471
(sc->sc_flags & (SCFLAG_OREAD|
SCFLAG_OWRITE
)) == 0)
755
if (sc->sc_flags &
SCFLAG_OWRITE
) {
759
sc->sc_flags |=
SCFLAG_OWRITE
;
790
sc->sc_flags &= ~
SCFLAG_OWRITE
;
/src/sys/arch/arm/xscale/
pxa2x0_apm.c
130
#define
SCFLAG_OWRITE
(1 << 1)
131
#define SCFLAG_OPEN (SCFLAG_OREAD|
SCFLAG_OWRITE
)
474
if (sc->sc_flags &
SCFLAG_OWRITE
) {
478
sc->sc_flags |=
SCFLAG_OWRITE
;
508
sc->sc_flags &= ~
SCFLAG_OWRITE
;
Completed in 13 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025