spc                74 dev/pci/sti_pci.c 	struct sti_pci_softc *spc = (void *)self;
spc                77 dev/pci/sti_pci.c 	spc->sc_pc = paa->pa_pc;
spc                78 dev/pci/sti_pci.c 	spc->sc_tag = paa->pa_tag;
spc                79 dev/pci/sti_pci.c 	spc->sc_base.sc_enable_rom = sti_pci_enable_rom;
spc                80 dev/pci/sti_pci.c 	spc->sc_base.sc_disable_rom = sti_pci_disable_rom;
spc                84 dev/pci/sti_pci.c 	if (sti_check_rom(spc, paa) != 0)
spc                88 dev/pci/sti_pci.c 	if (sti_attach_common(&spc->sc_base, STI_CODEBASE_MAIN) == 0) {
spc                89 dev/pci/sti_pci.c 		if (sti_pci_is_console(paa, spc->sc_base.bases) != 0)
spc                90 dev/pci/sti_pci.c 			spc->sc_base.sc_flags |= STI_CONSOLE;
spc                91 dev/pci/sti_pci.c 		startuphook_establish(sti_end_attach, spc);
spc                99 dev/pci/sti_pci.c sti_check_rom(struct sti_pci_softc *spc, struct pci_attach_args *pa)
spc               101 dev/pci/sti_pci.c 	struct sti_softc *sc = &spc->sc_base;
spc               351 dev/pci/sti_pci.c 	struct sti_pci_softc *spc = (struct sti_pci_softc *)sc;
spc               355 dev/pci/sti_pci.c 		address = pci_conf_read(spc->sc_pc, spc->sc_tag, PCI_ROM_REG);
spc               357 dev/pci/sti_pci.c 		pci_conf_write(spc->sc_pc, spc->sc_tag, PCI_ROM_REG, address);
spc               368 dev/pci/sti_pci.c 	struct sti_pci_softc *spc = (struct sti_pci_softc *)sc;
spc               372 dev/pci/sti_pci.c 		address = pci_conf_read(spc->sc_pc, spc->sc_tag, PCI_ROM_REG);
spc               374 dev/pci/sti_pci.c 		pci_conf_write(spc->sc_pc, spc->sc_tag, PCI_ROM_REG, address);
spc               482 kern/kern_clock.c 	struct schedstate_percpu *spc = &ci->ci_schedstate;
spc               489 kern/kern_clock.c 	if (spc->spc_psdiv != psdiv) {
spc               490 kern/kern_clock.c 		spc->spc_psdiv = psdiv;
spc               491 kern/kern_clock.c 		spc->spc_pscnt = psdiv;
spc               502 kern/kern_clock.c 		if (--spc->spc_pscnt > 0)
spc               510 kern/kern_clock.c 			spc->spc_cp_time[CP_NICE]++;
spc               512 kern/kern_clock.c 			spc->spc_cp_time[CP_USER]++;
spc               531 kern/kern_clock.c 		if (--spc->spc_pscnt > 0)
spc               548 kern/kern_clock.c 			spc->spc_cp_time[CP_INTR]++;
spc               551 kern/kern_clock.c 			spc->spc_cp_time[CP_SYS]++;
spc               553 kern/kern_clock.c 			spc->spc_cp_time[CP_IDLE]++;
spc               555 kern/kern_clock.c 	spc->spc_pscnt = psdiv;
spc               466 kern/kern_tc.c 	char buf[32], *spc, *choices;
spc               470 kern/kern_tc.c 	spc = "";
spc               479 kern/kern_tc.c 		    spc, tc->tc_name, tc->tc_quality);
spc               480 kern/kern_tc.c 		spc = " ";
spc                97 kern/sched_bsd.c 	struct schedstate_percpu *spc = &ci->ci_schedstate;
spc               100 kern/sched_bsd.c 	spc->spc_rrticks = rrticks_init;
spc               104 kern/sched_bsd.c 		if (spc->spc_schedflags & SPCF_SEENRR) {
spc               110 kern/sched_bsd.c 			spc->spc_schedflags |= SPCF_SHOULDYIELD;
spc               112 kern/sched_bsd.c 			spc->spc_schedflags |= SPCF_SEENRR;
spc               376 kern/sched_bsd.c 	struct schedstate_percpu *spc = &p->p_cpu->ci_schedstate;
spc               397 kern/sched_bsd.c 	if (timercmp(&tv, &spc->spc_runtime, <)) {
spc               401 kern/sched_bsd.c 		    tv.tv_sec, tv.tv_usec, spc->spc_runtime.tv_sec,
spc               402 kern/sched_bsd.c 		    spc->spc_runtime.tv_usec);
spc               405 kern/sched_bsd.c 		timersub(&tv, &spc->spc_runtime, &tv);
spc               428 kern/sched_bsd.c 	spc->spc_schedflags &= ~SPCF_SWITCHCLEAR;