| /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;
|
| /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);
|
| /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;
|
| /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);
|
| /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);
|
| /src/sys/rump/dev/lib/libugenhc/ |
| ugenhc_user.c | 47 void *cookie; local 50 cookie = rumpuser_component_unschedule(); 56 rumpuser_component_schedule(cookie);
|
| /src/external/bsd/kyua-cli/dist/integration/helpers/ |
| bad_test_program.cpp | 40 const char* cookie = std::getenv("CREATE_COOKIE"); local 41 if (cookie != NULL && std::strlen(cookie) > 0) { 42 std::ofstream file(cookie); 45 file << "Cookie file\n";
|
| /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);
|
| /src/sys/dev/altmem/ |
| altmemvar.h | 40 void *cookie; member in struct:altmem_attach_args
|
| /src/external/cddl/osnet/dev/dtrace/ |
| dtrace_vtime.c | 88 dtrace_icookie_t cookie; local 91 cookie = dtrace_interrupt_disable(); 102 dtrace_interrupt_enable(cookie);
|
| /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);
|
| /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 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 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/crypto/external/apache2/openssl/dist/util/perl/TLSProxy/ |
| HelloVerifyRequest.pm | 45 $self->{cookie} = ""; 58 my $cookie = substr($self->data, $ptr, $cookie_len); 62 $self->cookie($cookie); 67 print " Cookie Len:".$cookie_len."\n"; 85 $data .= $self->cookie; 107 sub cookie subroutine 111 $self->{cookie} = shift; 113 return $self->{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())
|
| /src/sys/rump/net/lib/libshmif/ |
| shmif_user.c | 89 void *cookie; local 93 cookie = rumpuser_component_unschedule(); 102 rumpuser_component_schedule(cookie); 159 void *cookie; local 163 cookie = rumpuser_component_unschedule(); 173 rumpuser_component_schedule(cookie); 199 void *cookie; local 201 cookie = rumpuser_component_unschedule(); 203 rumpuser_component_schedule(cookie);
|
| /src/tests/compat/linux/ |
| h_inotify_directory.c | 50 bool cookie; member in struct:__anon7785 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/tests/lib/libpthread/weak/lib/ |
| h_pthread_weak.c | 42 start(void *cookie) 44 return cookie; 61 int cookie = 123; local 68 RZ(pthread_create(&t, NULL, &start, &cookie)); 71 ATF_CHECK_EQ(result, &cookie); 77 int cookie = 123; local 81 error = pthread_create(&t, NULL, &start, &cookie);
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| pagectrl.c | 38 cookie (IN) Opaque structure used by the server to track its 53 cookie OCTET STRING } 61 struct berval *cookie, 82 if ( cookie == NULL ) { 83 cookie = &null_cookie; 92 tag = ber_printf( ber, "{iO}", pagesize, cookie ); 118 cookie (IN) Opaque structure used by the server to track its 136 cookie OCTET STRING } 144 struct berval *cookie, 156 pagesize, cookie, &value ) 245 struct berval cookie; local [all...] |
| /src/external/bsd/openldap/dist/libraries/librewrite/ |
| rewrite.c | 52 void *cookie = &info; local 62 rewrite_session_init( info, cookie ); 78 cookie, &result ); 122 rewrite_session_delete( info, cookie );
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| space_reftree.c | 84 void *cookie = NULL; local 86 while ((sr = avl_destroy_nodes(t, &cookie)) != NULL)
|