| /freebsd-12-stable/lib/libnv/tests/ |
| D | cnv_tests.cc | 50 void *cookie; in ATF_TEST_CASE_BODY() local 84 void *cookie; in ATF_TEST_CASE_BODY() local 119 void *cookie; in ATF_TEST_CASE_BODY() local 153 void *cookie; in ATF_TEST_CASE_BODY() local 221 void *cookie; in ATF_TEST_CASE_BODY() local 255 void *cookie; in ATF_TEST_CASE_BODY() local 299 void *cookie; in ATF_TEST_CASE_BODY() local 341 void *cookie; in ATF_TEST_CASE_BODY() local 383 void *cookie; in ATF_TEST_CASE_BODY() local 424 void *cookie; in ATF_TEST_CASE_BODY() local [all …]
|
| /freebsd-12-stable/lib/libz/ |
| D | zopen.c | 16 xgzread(void *cookie, char *data, int size) in xgzread() 22 xgzwrite(void *cookie, const char *data, int size) in xgzwrite() 28 xgzclose(void *cookie) in xgzclose() 34 xgzseek(void *cookie, fpos_t offset, int whence) in xgzseek()
|
| /freebsd-12-stable/lib/libc/stdio/ |
| D | fopencookie.c | 49 fopencookie(void *cookie, const char *mode, cookie_io_functions_t io_funcs) in fopencookie() 88 _fopencookie_read(void *cookie, char *buf, int size) in _fopencookie_read() 102 _fopencookie_write(void *cookie, const char *buf, int size) in _fopencookie_write() 117 _fopencookie_seek(void *cookie, fpos_t offset, int whence) in _fopencookie_seek() 154 _fopencookie_close(void *cookie) in _fopencookie_close()
|
| D | stdio.c | 55 __sread(void *cookie, char *buf, int n) in __sread() 63 __swrite(void *cookie, char const *buf, int n) in __swrite() 71 __sseek(void *cookie, fpos_t offset, int whence) in __sseek() 79 __sclose(void *cookie) in __sclose()
|
| D | fmemopen.c | 167 fmemopen_read(void *cookie, char *buf, int nbytes) in fmemopen_read() 185 fmemopen_write(void *cookie, const char *buf, int nbytes) in fmemopen_write() 215 fmemopen_seek(void *cookie, fpos_t offset, int whence) in fmemopen_seek() 254 fmemopen_close(void *cookie) in fmemopen_close()
|
| D | open_memstream.c | 92 memstream_write(void *cookie, const char *buf, int len) in memstream_write() 113 memstream_seek(void *cookie, fpos_t pos, int whence) in memstream_seek() 168 memstream_close(void *cookie) in memstream_close()
|
| D | open_wmemstream.c | 122 wmemstream_write(void *cookie, const char *buf, int len) in wmemstream_write() 175 wmemstream_seek(void *cookie, fpos_t pos, int whence) in wmemstream_seek() 229 wmemstream_close(void *cookie) in wmemstream_close()
|
| /freebsd-12-stable/include/rpcsvc/ |
| D | nlm_prot.x | 53 netobj cookie; member 58 netobj cookie; member 72 netobj cookie; member 81 netobj cookie; member 88 netobj cookie; member 94 netobj cookie; member 128 netobj cookie; member 134 netobj cookie; member 197 netobj cookie; member 202 netobj cookie; member [all …]
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | tlb.c | 67 void *cookie; in tlb_context_demap() local 99 void *cookie; in tlb_page_demap() local 125 void *cookie; in tlb_range_demap() local
|
| /freebsd-12-stable/sys/sys/ |
| D | rangelock.h | 87 #define rangelock_cookie_assert_(cookie, what, file, line) \ argument 90 #define rangelock_cookie_assert_(cookie, what, file, line) (void)0 argument 93 #define rangelock_cookie_assert(cookie, what) \ argument
|
| /freebsd-12-stable/contrib/amd/amd/ |
| D | readdir.c | 203 amfs_readdir_browsable(am_node *mp, nfscookie cookie, nfsdirlist *dp, nfsentry *ep, u_int count, in… in amfs_readdir_browsable() 303 u_int cookie; in amfs_readdir_browsable() local 366 amfs_readdir(am_node *mp, nfscookie cookie, nfsdirlist *dp, nfsentry *ep, u_int count) in amfs_readdir() 424 u_int cookie; in amfs_readdir() local 486 u_int cookie; in amfs_readdir() local 639 amfs_readdir3_browsable(am_node *mp, am_cookie3 cookie, in amfs_readdir3_browsable() 797 amfs_readdir3(am_node *mp, am_cookie3 cookie, in amfs_readdir3() 925 amfs_generic_readdir(am_node *mp, voidp cookie, voidp dp, voidp ep, u_int count) in amfs_generic_readdir()
|
| /freebsd-12-stable/sys/x86/iommu/ |
| D | intel_intrmap.c | 97 iommu_map_msi_intr(device_t src, u_int cpu, u_int vector, u_int cookie, in iommu_map_msi_intr() 143 iommu_unmap_msi_intr(device_t src, u_int cookie) in iommu_unmap_msi_intr() 155 bool activehi, int irq, u_int *cookie, uint32_t *hi, uint32_t *lo) in iommu_map_ioapic_intr() 217 iommu_unmap_ioapic_intr(u_int ioapic_id, u_int *cookie) in iommu_unmap_ioapic_intr() 301 dmar_ir_free_irte(struct dmar_unit *unit, u_int cookie) in dmar_ir_free_irte()
|
| /freebsd-12-stable/sys/contrib/libnv/ |
| D | cnvlist.c | 59 cnvlist_name(const void *cookie) in cnvlist_name() 66 cnvlist_type(const void *cookie) in cnvlist_type() 182 cnvlist_take_binary(void *cookie, size_t *sizep) in cnvlist_take_binary()
|
| /freebsd-12-stable/sys/netpfil/pf/ |
| D | pf_syncookies.c | 93 uint8_t cookie; member 307 union pf_syncookie cookie; in pf_syncookie_check() local 332 union pf_syncookie cookie; in pf_syncookie_validate() local 420 pf_syncookie_mac(struct pf_pdesc *pd, union pf_syncookie cookie, uint32_t seq) in pf_syncookie_mac() 459 union pf_syncookie cookie; in pf_syncookie_generate() local 500 union pf_syncookie cookie; in pf_syncookie_recreate_syn() local
|
| /freebsd-12-stable/sys/nlm/ |
| D | nlm_prot.h | 52 netobj cookie; member 58 netobj cookie; member 74 netobj cookie; member 84 netobj cookie; member 92 netobj cookie; member 99 netobj cookie; member 134 netobj cookie; member 141 netobj cookie; member 210 netobj cookie; member 216 netobj cookie; member [all …]
|
| /freebsd-12-stable/sys/contrib/ngatm/netnatm/sig/ |
| D | sig_party.c | 74 uni_create_partyx(struct call *c, u_int epref, u_int mine, uint32_t cookie) in uni_create_partyx() 235 pun0_add_party_request(struct party *p, struct uni_msg *api, uint32_t cookie) in pun0_add_party_request() 269 punx_add_party_ack_request(struct party *p, struct uni_msg *m, uint32_t cookie) in punx_add_party_ack_request() 298 pun2_add_party_rej_request(struct party *p, struct uni_msg *m, uint32_t cookie) in pun2_add_party_rej_request() 355 uint32_t cookie) in pun2_party_alerting_request() 754 punx_drop_party_request(struct party *p, struct uni_msg *api, uint32_t cookie) in punx_drop_party_request() 787 pun6_drop_party_ack_request(struct party *p, struct uni_msg *api, uint32_t cookie) in pun6_drop_party_ack_request() 817 punx_status_enquiry_request(struct party *p, uint32_t cookie) in punx_status_enquiry_request() 914 uni_sig_party(struct party *p, enum party_sig sig, uint32_t cookie, in uni_sig_party()
|
| D | sig_call.c | 147 uni_create_call(struct uni *uni, u_int cref, u_int mine, uint32_t cookie) in uni_create_call() 188 uni_create_new_call(struct uni *uni, uint32_t cookie) in uni_create_new_call() 469 un0_setup_request(struct call *c, struct uni_msg *m, uint32_t cookie, in un0_setup_request() 832 u6n1_proceeding_request(struct call *c, struct uni_msg *m, uint32_t cookie, in u6n1_proceeding_request() 869 unx_alerting_request(struct call *c, struct uni_msg *m, uint32_t cookie, in unx_alerting_request() 918 unx_setup_response(struct call *c, struct uni_msg *m, uint32_t cookie, in unx_setup_response() 983 n8_setup_compl_request(struct call *c, struct uni_msg *m, uint32_t cookie, in n8_setup_compl_request() 1293 unx_release_response(struct call *c, struct uni_msg *m, uint32_t cookie) in unx_release_response() 1548 unx_notify_request(struct call *c, struct uni_msg *m, uint32_t cookie) in unx_notify_request() 1579 unx_release_request(struct call *c, struct uni_msg *m, uint32_t cookie, in unx_release_request() [all …]
|
| D | sig_uni.c | 366 uni_uni_input(struct uni *uni, enum uni_sig sig, uint32_t cookie, in uni_uni_input() 465 struct party *party, uint32_t sig, uint32_t cookie, in uni_enq_sig() 487 struct party *party, uint32_t sig, uint32_t cookie, in uni_delenq_sig() 507 uniapi_uni_error(struct uni *uni, uint32_t reason, uint32_t cookie, in uniapi_uni_error() 527 uniapi_call_error(struct call *c, uint32_t reason, uint32_t cookie) in uniapi_call_error() 532 uniapi_party_error(struct party *p, uint32_t reason, uint32_t cookie) in uniapi_party_error()
|
| D | sig_reset.c | 143 start_request(struct uni *uni, struct uniapi_reset_request *req, uint32_t cookie) in start_request() 438 uni_sig_respond(struct uni *uni, u_int sig, uint32_t cookie, in uni_sig_respond() 645 uint32_t cookie) in response_error() 687 uint32_t cookie) in response_response()
|
| /freebsd-12-stable/sys/netinet/ |
| D | ip_encap.c | 219 const struct srcaddrtab *cookie) in encap_unregister_srcaddr() 275 encap_detach(struct encaptab_head *head, const struct encaptab *cookie) in encap_detach() 350 ip_encap_unregister_srcaddr(const struct srcaddrtab *cookie) in ip_encap_unregister_srcaddr() 364 ip_encap_detach(const struct encaptab *cookie) in ip_encap_detach() 389 ip6_encap_unregister_srcaddr(const struct srcaddrtab *cookie) in ip6_encap_unregister_srcaddr() 403 ip6_encap_detach(const struct encaptab *cookie) in ip6_encap_detach()
|
| /freebsd-12-stable/lib/libpmc/ |
| D | pmclog.c | 256 pmclog_get_event(void *cookie, char **data, ssize_t *len, in pmclog_get_event() 458 pmclog_read(void *cookie, struct pmclog_ev *ev) in pmclog_read() 530 pmclog_feed(void *cookie, char *data, int len) in pmclog_feed() 589 pmclog_close(void *cookie) in pmclog_close()
|
| /freebsd-12-stable/sys/arm/arm/ |
| D | machdep_ptrace.c | 60 ptrace_get_usr_reg(void *cookie, int reg) in ptrace_get_usr_reg() 87 ptrace_get_usr_int(void* cookie, vm_offset_t offset, u_int* val) in ptrace_get_usr_int() 223 arm_predict_branch(void *cookie, u_int insn, register_t pc, register_t *new_pc, in arm_predict_branch()
|
| /freebsd-12-stable/lib/libcasper/services/cap_sysctl/ |
| D | cap_sysctl.c | 103 void *cookie; in sysctl_check_one() local 167 void *cookie; in sysctl_allowed() local 204 void *cookie; in sysctl_limit() local
|
| /freebsd-12-stable/sys/x86/x86/ |
| D | io_apic.c | 732 ioapic_get_vector(void *cookie, u_int pin) in ioapic_get_vector() 743 ioapic_disable_pin(void *cookie, u_int pin) in ioapic_disable_pin() 759 ioapic_remap_vector(void *cookie, u_int pin, int vector) in ioapic_remap_vector() 776 ioapic_set_bus(void *cookie, u_int pin, int bus_type) in ioapic_set_bus() 797 ioapic_set_nmi(void *cookie, u_int pin) in ioapic_set_nmi() 820 ioapic_set_smi(void *cookie, u_int pin) in ioapic_set_smi() 843 ioapic_set_extint(void *cookie, u_int pin) in ioapic_set_extint() 869 ioapic_set_polarity(void *cookie, u_int pin, enum intr_polarity pol) in ioapic_set_polarity() 890 ioapic_set_triggermode(void *cookie, u_int pin, enum intr_trigger trigger) in ioapic_set_triggermode() 914 ioapic_register(void *cookie) in ioapic_register()
|
| /freebsd-12-stable/usr.sbin/iovctl/ |
| D | validate.c | 106 void *cookie; in apply_subsystem_defaults() local 172 void *cookie; in validate_subsystem() local 232 void *cookie; in validate_config() local
|