Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc/dev/
H A Dapc.c50 struct apc_softc { struct
56 struct apc_softc *apc = NULL; argument
58 CFATTACH_DECL_NEW(apc, sizeof(struct apc_softc),
75 struct apc_softc *sc = device_private(self); in apcattach()