/src/sys/arch/atari/pci/ |
pciide_machdep.c | 62 void *cookie; local in function:pciide_machdep_compat_intr_establish 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 in function:pciide_machdep_compat_intr_establish 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 in function:pciide_machdep_compat_intr_establish 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 in function:pciide_machdep_compat_intr_establish 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 in function:pciide_machdep_compat_intr_establish 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 in function:rumpcomp_ugenhc_ioctl 50 cookie = rumpuser_component_unschedule(); 56 rumpuser_component_schedule(cookie);
|
/src/sys/arch/x86/pci/ |
pciide_machdep.c | 71 void *cookie; local in function:pciide_machdep_compat_intr_establish 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
|
/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_io_mapping.c | 120 paddr_t cookie; local in function:io_mapping_map_wc 131 cookie = bus_space_mmap(mapping->diom_bst, mapping->base, 135 KASSERT(cookie != (paddr_t)-1); 137 pmap_kenter_pa(va + pg*PAGE_SIZE, pmap_phys_address(cookie), 138 PROT_READ|PROT_WRITE, pmap_mmap_flags(cookie)); 161 paddr_t cookie; local in function:io_mapping_map_atomic_wc 169 cookie = bus_space_mmap(mapping->diom_bst, mapping->base, offset, 172 KASSERT(cookie != (paddr_t)-1); 174 pmap_kenter_pa(mapping->diom_va, pmap_phys_address(cookie), 175 PROT_READ|PROT_WRITE, pmap_mmap_flags(cookie)); [all...] |
/src/sys/external/bsd/drm2/include/linux/ |
smp.h | 60 void *cookie = b; local in function:on_each_cpu_xc 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/lib/libpthread/ |
thrd.c | 51 struct __thrd_tramp_data *cookie; local in function:__thrd_create_tramp 56 cookie = (struct __thrd_tramp_data *)arg; 58 ret = (cookie->func)(cookie->arg); 60 free(cookie); 68 struct __thrd_tramp_data *cookie; local in function:thrd_create 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 in function:zs_console_flags 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())
|
/src/sys/rump/net/lib/libshmif/ |
shmif_user.c | 89 void *cookie; local in function:rumpcomp_shmif_watchwait 93 cookie = rumpuser_component_unschedule(); 102 rumpuser_component_schedule(cookie); 159 void *cookie; local in function:rumpcomp_shmif_watchwait 163 cookie = rumpuser_component_unschedule(); 173 rumpuser_component_schedule(cookie); 199 void *cookie; local in function:rumpcomp_shmif_watchwait 201 cookie = rumpuser_component_unschedule(); 203 rumpuser_component_schedule(cookie);
|
/src/tests/compat/linux/ |
h_inotify_directory.c | 50 bool cookie; member in struct:__anon8e5146cf0108 53 { .mask = LINUX_IN_CREATE, .cookie = 0, .name = "test", }, 54 { .mask = LINUX_IN_MOVED_FROM, .cookie = 1, .name = "test", }, 55 { .mask = LINUX_IN_MOVED_TO, .cookie = 1, .name = "test2", }, 56 { .mask = LINUX_IN_DELETE, .cookie = 0, .name = "test2", }, 57 { .mask = LINUX_IN_MOVE_SELF, .cookie = 0, .name = "", }, 58 { .mask = LINUX_IN_DELETE_SELF, .cookie = 0, .name = "", }, 59 { .mask = LINUX_IN_IGNORED, .cookie = 0, .name = "", }, 93 if (target_events[i].cookie) 94 REQUIRE(cur_ie->cookie != 0) [all...] |
/src/lib/libc/stdio/ |
fmemopen.c | 50 fmemopen_read(void *cookie, void *buf, size_t nbytes) 55 _DIAGASSERT(cookie != NULL); 58 p = (struct fmemopen_cookie *)cookie; 70 fmemopen_write(void *cookie, const void *buf, size_t nbytes) 76 _DIAGASSERT(cookie != NULL); 79 p = (struct fmemopen_cookie *)cookie; 103 fmemopen_flush(void *cookie) 107 _DIAGASSERT(cookie != NULL); 109 p = (struct fmemopen_cookie *)cookie; 118 fmemopen_seek(void *cookie, off_t offset, int whence 176 struct fmemopen_cookie *cookie; local in function:fmemopen [all...] |
funopen.c | 52 funopen2(const void *cookie, 78 fp->_cookie = __UNCONST(cookie); 88 void *cookie; member in struct:__anon0a17aefa0108 101 return (*d->readfn)(d->cookie, buf, (int)len); 114 nr = (*d->writefn)(d->cookie, buf, (int)nw); 131 return (*d->seekfn)(d->cookie, off, whence); 138 void *c = d->cookie; 147 funopen(const void *cookie, 159 d->cookie = __UNCONST(cookie); [all...] |
/src/share/examples/puffs/pgfs/ |
newfs.sql | 84 cookie int8 NOT NULL UNIQUE DEFAULT nextval('dircookie_seq'), field in table:dirent
|
/src/sys/arch/macppc/dev/ |
fancontrolvar.h | 40 void *cookie; member in struct:_fancontrol_zone
|
/src/usr.bin/mail/ |
dotlock.c | 58 size_t ntries, cookie; local in function:create_exclusive 67 cookie = pid ^ tv.tv_usec; 78 (int)(ptr - fname), fname, hostname, (u_long)cookie);
|
/src/sys/dev/dec/ |
lk201var.h | 31 void *cookie; member in struct:lk201_attachment
|
/src/sys/arch/arm/s3c2xx0/ |
s3c2xx0_intr.h | 200 void *cookie; /* NULL for stackframe */ member in struct:s3c2xx0_intr_dispatch
|