OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SBICF_ALIVE
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/mvme68k/dev/
sbicvar.h
136
#define
SBICF_ALIVE
0x01 /* controller initialized */
sbic.c
829
if ((dev->sc_flags &
SBICF_ALIVE
) == 0) {
862
dev->sc_flags |=
SBICF_ALIVE
;
/src/sys/arch/amiga/dev/
sbicvar.h
145
#define
SBICF_ALIVE
0x01 /* controller initialized */
sbic.c
808
if ((dev->sc_flags &
SBICF_ALIVE
) == 0) {
830
dev->sc_flags |=
SBICF_ALIVE
;
863
if (dev->sc_flags &
SBICF_ALIVE
) {
914
if ((dev->sc_flags &
SBICF_ALIVE
) == 0) {
938
dev->sc_flags |=
SBICF_ALIVE
;
/src/sys/arch/acorn32/podulebus/
sbicvar.h
134
#define
SBICF_ALIVE
0x01 /* controller initialized */
sbic.c
730
if ((dev->sc_flags &
SBICF_ALIVE
) == 0) {
754
dev->sc_flags |=
SBICF_ALIVE
;
795
if (dev->sc_flags &
SBICF_ALIVE
) {
854
if ((dev->sc_flags &
SBICF_ALIVE
) == 0) {
877
dev->sc_flags |=
SBICF_ALIVE
;
Completed in 17 milliseconds
Indexes created Wed Oct 22 00:09:40 GMT 2025