Home
last modified time | relevance | path

Searched refs:failtest (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/arch/vax/boot/boot/
H A Dif_ni.c111 failtest(int reg, int mask, int test, char *str) in failtest() function
248 if (failtest(NI_PSR, PSR_STATE, PSR_UNDEF, "not undefined state")) in niopen()
261 if (failtest(NI_PSR, PSR_INITED, PSR_INITED, "failed initialize")) in niopen()
271 if (failtest(NI_PSR, PSR_STATE, PSR_ENABLED, "failed enable")) in niopen()
/netbsd/sys/dev/bi/
H A Dif_ni.c147 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) in failtest() function
304 if (failtest(sc, NI_PSR, PSR_STATE, PSR_UNDEF, "not undefined state")) in niattach()
317 if (failtest(sc, NI_PSR, PSR_INITED, PSR_INITED, "failed initialize")) in niattach()
328 if (failtest(sc, NI_PSR, PSR_STATE, PSR_ENABLED, "failed enable")) in niattach()