/src/sys/arch/vax/boot/boot/ |
if_ni.c | 111 failtest(int reg, int mask, int test, char *str) function in typeref:typename:int 248 if (failtest(NI_PSR, PSR_STATE, PSR_UNDEF, "not undefined state")) 261 if (failtest(NI_PSR, PSR_INITED, PSR_INITED, "failed initialize")) 271 if (failtest(NI_PSR, PSR_STATE, PSR_ENABLED, "failed enable"))
|
if_ni.c | 111 failtest(int reg, int mask, int test, char *str) function in typeref:typename:int 248 if (failtest(NI_PSR, PSR_STATE, PSR_UNDEF, "not undefined state")) 261 if (failtest(NI_PSR, PSR_INITED, PSR_INITED, "failed initialize")) 271 if (failtest(NI_PSR, PSR_STATE, PSR_ENABLED, "failed enable"))
|
/src/sys/dev/bi/ |
if_ni.c | 147 static int failtest(struct ni_softc *, int, int, int, const char *); 204 failtest(struct ni_softc *sc, int reg, int mask, int test, const char *str) function in typeref:typename:int 304 if (failtest(sc, NI_PSR, PSR_STATE, PSR_UNDEF, "not undefined state")) 317 if (failtest(sc, NI_PSR, PSR_INITED, PSR_INITED, "failed initialize")) 328 if (failtest(sc, NI_PSR, PSR_STATE, PSR_ENABLED, "failed enable"))
|
if_ni.c | 147 static int failtest(struct ni_softc *, int, int, int, const char *); 204 failtest(struct ni_softc *sc, int reg, int mask, int test, const char *str) function in typeref:typename:int 304 if (failtest(sc, NI_PSR, PSR_STATE, PSR_UNDEF, "not undefined state")) 317 if (failtest(sc, NI_PSR, PSR_INITED, PSR_INITED, "failed initialize")) 328 if (failtest(sc, NI_PSR, PSR_STATE, PSR_ENABLED, "failed enable"))
|