| /src/sys/arch/atari/pci/ |
| pciide_machdep.c | 62 void *cookie; local 65 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg); 66 if (cookie == NULL) 70 return cookie;
|
| pciide_machdep.c | 62 void *cookie; local 65 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg); 66 if (cookie == NULL) 70 return cookie;
|
| /src/sys/arch/cats/pci/ |
| pciide_machdep.c | 65 void *cookie; local 68 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg); 69 if (cookie == NULL) 73 return (cookie);
|
| pciide_machdep.c | 65 void *cookie; local 68 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg); 69 if (cookie == NULL) 73 return (cookie);
|
| /src/sys/arch/cobalt/pci/ |
| pciide_machdep.c | 46 void *cookie; local 49 cookie = icu_intr_establish(irq, IST_EDGE, IPL_BIO, func, arg); 50 if (cookie == NULL) 54 return cookie;
|
| pciide_machdep.c | 46 void *cookie; local 49 cookie = icu_intr_establish(irq, IST_EDGE, IPL_BIO, func, arg); 50 if (cookie == NULL) 54 return cookie;
|
| /src/sys/arch/netwinder/pci/ |
| pciide_machdep.c | 65 void *cookie; local 68 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg); 69 if (cookie == NULL) 73 return (cookie);
|
| pciide_machdep.c | 65 void *cookie; local 68 cookie = isa_intr_establish(NULL, irq, IST_EDGE, IPL_BIO, func, arg); 69 if (cookie == NULL) 73 return (cookie);
|
| /src/sys/arch/sandpoint/pci/ |
| pciide_machdep.c | 65 void *cookie; local 70 cookie = isa_intr_establish_xname(NULL, irq, IST_LEVEL, IPL_BIO, func, 72 if (cookie == NULL) 76 return (cookie);
|
| pciide_machdep.c | 65 void *cookie; local 70 cookie = isa_intr_establish_xname(NULL, irq, IST_LEVEL, IPL_BIO, func, 72 if (cookie == NULL) 76 return (cookie);
|
| /src/sys/rump/dev/lib/libugenhc/ |
| ugenhc_user.c | 47 void *cookie; local 50 cookie = rumpuser_component_unschedule(); 56 rumpuser_component_schedule(cookie);
|
| ugenhc_user.c | 47 void *cookie; local 50 cookie = rumpuser_component_unschedule(); 56 rumpuser_component_schedule(cookie);
|
| /src/sys/arch/x86/pci/ |
| pciide_machdep.c | 71 void *cookie; local 82 cookie = isa_intr_establish_xname(NULL, irq, IST_EDGE, IPL_BIO, 84 if (cookie == NULL) 98 return cookie; 105 int chan, void *cookie) 107 isa_intr_disestablish(NULL, cookie);
|
| pciide_machdep.c | 71 void *cookie; local 82 cookie = isa_intr_establish_xname(NULL, irq, IST_EDGE, IPL_BIO, 84 if (cookie == NULL) 98 return cookie; 105 int chan, void *cookie) 107 isa_intr_disestablish(NULL, cookie);
|
| /src/sys/dev/altmem/ |
| altmemvar.h | 40 void *cookie; member in struct:altmem_attach_args
|
| altmemvar.h | 40 void *cookie; member in struct:altmem_attach_args
|
| /src/sys/external/bsd/drm2/include/linux/ |
| smp.h | 60 void *cookie = b; local 62 (**fp)(cookie); 66 on_each_cpu(void (*f)(void *), void *cookie, int wait) 70 ticket = xc_broadcast(0, &on_each_cpu_xc, &f, cookie);
|
| smp.h | 60 void *cookie = b; local 62 (**fp)(cookie); 66 on_each_cpu(void (*f)(void *), void *cookie, int wait) 70 ticket = xc_broadcast(0, &on_each_cpu_xc, &f, cookie);
|
| /src/sys/external/bsd/drm2/linux/ |
| linux_stop_machine.c | 47 void *cookie; member in struct:stop_machine 71 S->callback(S->cookie); 81 stop_machine(int (*callback)(void *), void *cookie, const struct kcpuset *cpus) 88 S->cookie = cookie;
|
| linux_stop_machine.c | 47 void *cookie; member in struct:stop_machine 71 S->callback(S->cookie); 81 stop_machine(int (*callback)(void *), void *cookie, const struct kcpuset *cpus) 88 S->cookie = cookie;
|
| /src/lib/libpthread/ |
| thrd.c | 51 struct __thrd_tramp_data *cookie; local 56 cookie = (struct __thrd_tramp_data *)arg; 58 ret = (cookie->func)(cookie->arg); 60 free(cookie); 68 struct __thrd_tramp_data *cookie; local 74 cookie = malloc(sizeof(*cookie)); 75 if (cookie == NULL) 78 cookie->func = func [all...] |
| /src/lib/librumpuser/ |
| rumpfiber.h | 39 void *cookie; member in struct:thread 63 struct thread* create_thread(const char *name, void *cookie,
|
| /src/sys/arch/sgimips/include/ |
| pci_machdep.h | 73 void *cookie; member in struct:sgimips_pci_chipset
|
| /src/sys/arch/sparc/include/ |
| pci_machdep.h | 55 void *cookie; /* msiiep_softc, but sssh! */ member in struct:sparc_pci_chipset
|
| /src/sys/arch/sun2/dev/ |
| zs_any.c | 147 int cookie, flags = 0; local 154 cookie = PROMDEV_TTYA + channel; 156 cookie = PROMDEV_KBD; 158 cookie = -1; 164 if (cookie == prom_stdin() && 165 (cookie != PROMDEV_KBD || prom_kbdid() >= KB_SUN2)) 172 if (cookie != PROMDEV_KBD && cookie == prom_stdout())
|