HomeSort by: relevance | last modified time | path
    Searched defs:nv_type (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/macppc/dev/
nvram.c 59 int nv_type; member in struct:nvram_softc
114 sc->nv_type = NVRAM_IOMEM;
119 sc->nv_type = NVRAM_PORT;
126 sc->nv_type = NVRAM_NONE;
157 switch (sc->nv_type) {
nvram.c 59 int nv_type; member in struct:nvram_softc
114 sc->nv_type = NVRAM_IOMEM;
119 sc->nv_type = NVRAM_PORT;
126 sc->nv_type = NVRAM_NONE;
157 switch (sc->nv_type) {
nvram.c 59 int nv_type; member in struct:nvram_softc
114 sc->nv_type = NVRAM_IOMEM;
119 sc->nv_type = NVRAM_PORT;
126 sc->nv_type = NVRAM_NONE;
157 switch (sc->nv_type) {

Completed in 69 milliseconds