| /src/sys/arch/i386/pci/ |
| pcic_pci_machdep.c | 55 pcic_pci_machdep_pcic_intr_establish(struct pcic_softc *sc, int (*fct)(void *)) 62 fct, sc)); 67 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg) 69 return (pcic_isa_chip_intr_establish(pch, pf, ipl, fct, arg));
|
| /src/sys/dev/pcmcia/ |
| pcmciachip.h | 128 #define pcmcia_chip_intr_establish(tag, handle, pf, ipl, fct, arg) \ 129 ((*(tag)->intr_establish)((handle), (pf), (ipl), (fct), (arg)))
|
| pcmcia_cis.c | 134 int (*fct)(struct pcmcia_tuple *, void *), 226 if ((*fct) (&tuple, arg)) { 414 if ((*fct) (&tuple, arg)) {
|
| if_ne_pcmcia.c | 520 ne2000_match(struct pcmcia_card *card, int fct, int n) 546 return (fct == ne2000devs[n].function ? &ne2000devs[n] : NULL);
|
| /src/sys/dev/isa/ |
| tcic2_isa.c | 341 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg) 362 fct, arg)) == NULL)
|
| i82365_isasubr.c | 446 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg) 483 if ((ih = isa_intr_establish(ic, irq, ist, ipl, fct, arg)) == NULL)
|
| /src/sys/arch/arm/sa11x0/ |
| sa11xx_pcic.c | 329 int ipl, int (*fct)(void *), void *arg) 335 return (so->pcictag->intr_establish)(so, ipl, fct, arg);
|
| /src/sys/arch/epoc32/dev/ |
| etna.c | 419 int ipl, int (*fct)(void *), void *arg) 423 sc->sc_card_handler = fct;
|
| /src/sys/arch/arm/xscale/ |
| pxa2x0_pcic.c | 217 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg) 222 return (*so->pcictag->intr_establish)(so, ipl, fct, arg);
|
| /src/sys/dev/ic/ |
| isp_netbsd.c | 393 struct isp_fc_tsk_mgmt *fct = (struct isp_fc_tsk_mgmt *) addr; local in function:ispioctl 401 bus = fct->chan; 409 loopid = fct->loopid; 413 switch (fct->action) { 417 mbs.param[2] = fct->lun; 427 mbs.param[2] = fct->lun; 433 mbs.param[2] = fct->lun; 439 mbs.param[2] = fct->lun;
|
| /src/sys/arch/arm/imx/ |
| imx_pcic.c | 238 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg) 243 return (*so->pcictag->intr_establish)(so, ipl, fct, arg);
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_table.c | 77 #define RVTEST(fct) do { \ 80 (fct)) { \
|
| /src/sys/arch/mmeye/dev/ |
| mmeyepcmcia.c | 316 struct pcmcia_function *pf, int ipl, int (*fct)(void *), void *arg) 322 ih = mmeye_intr_establish(irq, IST_LEVEL, ipl, fct, arg);
|