Symbol: pcic_softc
sys/arch/i386/pci/pcic_pci_machdep.c
51
pcic_pci_machdep_pcic_intr_establish(struct pcic_softc *sc, int (*fct)(void *))
sys/arch/luna88k/cbus/i82365_cbus.c
113
sizeof(struct pcic_softc), pcic_cbus_probe, pcic_cbus_attach
sys/arch/luna88k/cbus/i82365_cbus.c
242
struct pcic_softc *sc = (void *)self;
sys/arch/luna88k/cbus/i82365_cbus.c
342
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/arch/luna88k/cbus/i82365_cbus.c
394
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/arch/luna88k/cbus/i82365_cbus.c
473
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365.c
1004
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365.c
1085
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365.c
1256
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365.c
194
pcic_attach(struct pcic_softc *sc)
sys/dev/ic/i82365.c
335
pcic_attach_sockets(struct pcic_softc *sc)
sys/dev/ic/i82365.c
348
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365.c
414
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365.c
507
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365.c
641
struct pcic_softc *sc = arg;
sys/dev/ic/i82365.c
656
struct pcic_softc *sc = arg;
sys/dev/ic/i82365.c
810
struct pcic_softc *sc = (struct pcic_softc *)h->ph_parent;
sys/dev/ic/i82365.c
836
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365.c
880
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/ic/i82365var.h
156
void pcic_attach(struct pcic_softc *);
sys/dev/ic/i82365var.h
157
void pcic_attach_sockets(struct pcic_softc *);
sys/dev/isa/i82365_isa.c
153
struct pcic_softc *sc = (void *)self;
sys/dev/isa/i82365_isa.c
64
sizeof(struct pcic_softc), pcic_isa_probe, pcic_isa_attach
sys/dev/isa/i82365_isapnp.c
101
struct pcic_softc *sc = (void *) self;
sys/dev/isa/i82365_isapnp.c
70
sizeof(struct pcic_softc), pcic_isapnp_match, pcic_isapnp_attach
sys/dev/isa/i82365_isasubr.c
108
pcic_isa_bus_width_probe(struct pcic_softc *sc, bus_space_tag_t iot,
sys/dev/isa/i82365_isasubr.c
185
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/isa/i82365_isasubr.c
213
struct pcic_softc *sc = (struct pcic_softc *)(h->ph_parent);
sys/dev/isa/i82365_isasubr.c
254
pcic_intr_find(struct pcic_softc *sc, int ist)
sys/dev/isa/i82365_isavar.h
47
void pcic_isa_bus_width_probe(struct pcic_softc *, bus_space_tag_t,
sys/dev/isa/i82365_isavar.h
51
int pcic_intr_find(struct pcic_softc *, int);
sys/dev/pci/i82365_pci.c
98
struct pcic_softc *sc = (void *) self;
sys/dev/pci/i82365_pcivar.h
31
struct pcic_softc sc_pcic; /* real pcic softc */
sys/dev/pci/i82365_pcivar.h
41
void *pcic_pci_machdep_pcic_intr_establish(struct pcic_softc *,