Searched refs:cpu_softc_t (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/usermode/dev/
H A Dcpu.c87 } cpu_softc_t; typedef in typeref:struct:cpu_softc
96 CFATTACH_DECL_NEW(cpu, sizeof(cpu_softc_t), cpu_match, cpu_attach, NULL, NULL);
112 cpu_softc_t *sc = device_private(self);
249 cpu_softc_t *sc = device_private(ci->ci_dev);

Completed in 135 milliseconds