OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SPC_ASSERT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
mb89352var.h
208
#define
SPC_ASSERT
(x) \
221
#define
SPC_ASSERT
(x)
/src/sys/arch/x68k/dev/
mha.c
221
#define
SPC_ASSERT
(x) do {if (x) {} else {printf("%s at line %d: assertion failed\n", device_xname(sc->sc_dev), __LINE__); Debugger();}} while (0)
233
#define
SPC_ASSERT
(x)
1335
SPC_ASSERT
(sc->sc_nexus != NULL);
1343
SPC_ASSERT
(sc->sc_nexus != NULL);
1356
SPC_ASSERT
(sc->sc_nexus != NULL);
1700
SPC_ASSERT
(sc->sc_nexus != NULL);
1725
SPC_ASSERT
(sc->sc_nexus != NULL);
1729
SPC_ASSERT
(s == 1);
1845
SPC_ASSERT
(sc->sc_flags & SPC_BUSFREE_OK);
1850
SPC_ASSERT
(sc->sc_nexus != NULL)
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Sep 25 08:09:54 GMT 2025