| /freebsd-13.1/contrib/unbound/util/ |
| H A D | fptr_wlist.c | 226 else if(fptr == &fwd_cmp) return 1; in fptr_whitelist_rbtree_cmp() 326 if(fptr == NULL) return 1; in fptr_whitelist_hash_markdelfunc() 394 if(fptr == &iter_init) return 1; in fptr_whitelist_mod_init() 509 if(fptr == &iter_clear) return 1; in fptr_whitelist_mod_clear() 600 (void)fptr; in fptr_whitelist_inplace_cb_reply_generic() 637 if(fptr == &ecs_whitelist_check) in fptr_whitelist_inplace_cb_query() 648 (void)fptr; in fptr_whitelist_inplace_cb_query() 656 if(fptr == &ecs_edns_back_parsed) in fptr_whitelist_inplace_cb_edns_back_parsed() 659 (void)fptr; in fptr_whitelist_inplace_cb_edns_back_parsed() 672 if(fptr == &ecs_query_response) in fptr_whitelist_inplace_cb_query_response() [all …]
|
| H A D | fptr_wlist.h | 99 int fptr_whitelist_comm_timer(void (*fptr)(void*)); 115 int fptr_whitelist_start_accept(void (*fptr)(void*)); 123 int fptr_whitelist_stop_accept(void (*fptr)(void*)); 225 int fptr_whitelist_modenv_detach_subs(void (*fptr)( 234 int fptr_whitelist_modenv_attach_sub(int (*fptr)( 261 int fptr_whitelist_modenv_detect_cycle(int (*fptr)( 296 int fptr_whitelist_mod_inform_super(void (*fptr)( 322 int fptr_whitelist_alloc_cleanup(void (*fptr)(void*)); 338 int fptr_whitelist_mesh_cb(mesh_cb_func_type fptr); 371 inplace_cb_edns_back_parsed_func_type* fptr); [all …]
|
| /freebsd-13.1/contrib/elftoolchain/libelftc/ |
| H A D | libelftc_dem_arm.c | 544 fptr.p = d->p + 1; in read_func_ptr() 556 if (fptr.ptr == true) { in read_func_ptr() 563 fptr.ptr = false; in read_func_ptr() 566 if (fptr.ref == true) { in read_func_ptr() 573 fptr.ref = false; in read_func_ptr() 576 if (fptr.cnst == true) { in read_func_ptr() 583 fptr.cnst = false; in read_func_ptr() 586 if (*fptr.p == '_') in read_func_ptr() 605 d->p = fptr.p + 1; in read_func_ptr() 615 fptr.p = d->p; in read_func_ptr() [all …]
|
| H A D | libelftc_dem_gnu2.c | 693 fptr.p = d->p + 1; in read_func_ptr() 705 if (fptr.ptr == true) { in read_func_ptr() 712 fptr.ptr = false; in read_func_ptr() 715 if (fptr.ref == true) { in read_func_ptr() 722 fptr.ref = false; in read_func_ptr() 725 if (fptr.cnst == true) { in read_func_ptr() 732 fptr.cnst = false; in read_func_ptr() 735 if (*fptr.p == '_') in read_func_ptr() 754 d->p = fptr.p + 1; in read_func_ptr() 764 fptr.p = d->p; in read_func_ptr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_powerpc64.cpp | 10 auto fptr = __xray::XRayPatchedFunction.load(); in CallXRayPatchedFunction() local 11 if (fptr != nullptr) in CallXRayPatchedFunction() 12 (*fptr)(FuncId, Type); in CallXRayPatchedFunction()
|
| /freebsd-13.1/lib/csu/i386/ |
| H A D | crt1_c.c | 37 typedef void (*fptr)(void); typedef 48 void _start1(fptr, int, char *[]) __dead2; 52 _start1(fptr cleanup, int argc, char *argv[]) in _start1()
|
| /freebsd-13.1/contrib/ntp/libntp/ |
| H A D | ntp_random.c | 194 static unsigned long *fptr = &randtbl[SEP_3 + 1]; variable 272 fptr = &state[rand_sep]; in ntp_srandom() 447 fptr = &state[(rear + rand_sep) % rand_deg]; in ntp_setstate() 485 f = fptr; r = rptr; in ntp_random() 496 fptr = f; rptr = r; in ntp_random()
|
| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | nat_cmd.c | 523 char *fptr; in nat_LayerPull() local 548 if ((fptr = malloc(bp->m_len)) == NULL) { in nat_LayerPull() 554 bp = mbuf_Read(bp, fptr, bp->m_len); in nat_LayerPull() 555 LibAliasSaveFragment(la, fptr); in nat_LayerPull() 557 (unsigned long)((struct ip *)fptr)->ip_id, ++gfrags); in nat_LayerPull() 565 while ((fptr = LibAliasGetFragment(la, MBUF_CTOP(bp))) != NULL) { in nat_LayerPull() 567 LibAliasFragmentIn(la, MBUF_CTOP(bp), fptr); in nat_LayerPull() 568 len = ntohs(((struct ip *)fptr)->ip_len); in nat_LayerPull() 570 memcpy(MBUF_CTOP(*last), fptr, len); in nat_LayerPull() 571 free(fptr); in nat_LayerPull()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | ThreadLauncher.h | 35 HostThreadCreateInfo(const char *name, lldb::thread_func_t fptr, in HostThreadCreateInfo() 37 : thread_name(name ? name : ""), thread_fptr(fptr), thread_arg(arg) {} in HostThreadCreateInfo()
|
| /freebsd-13.1/contrib/llvm-project/openmp/runtime/src/ |
| H A D | kmp_ftn_entry.h | 983 int (*fptr)(); in KMP_EXPAND_NAME() 984 if ((*(void **)(&fptr) = KMP_DLSYM("__tgt_get_num_devices"))) { in KMP_EXPAND_NAME() 985 return (*fptr)(); in KMP_EXPAND_NAME() 987 return (*fptr)(); in KMP_EXPAND_NAME() 989 return (*fptr)(); in KMP_EXPAND_NAME() 1367 int (*fptr)(kmp_pause_status_t, int); in KMP_EXPAND_NAME() 1368 if ((*(void **)(&fptr) = KMP_DLSYM("tgt_pause_resource"))) in KMP_EXPAND_NAME() 1369 return (*fptr)(kind, device_num); in KMP_EXPAND_NAME() 1383 int (*fptr)(kmp_pause_status_t, int); in KMP_EXPAND_NAME() 1384 if ((*(void **)(&fptr) = KMP_DLSYM("tgt_pause_resource"))) in KMP_EXPAND_NAME() [all …]
|
| /freebsd-13.1/sys/contrib/octeon-sdk/ |
| H A D | cvmx-helper.c | 1133 cvmx_sso_rwq_psh_fptr_t fptr; in cvmx_helper_initialize_sso() local 1136 fptr.u64 = cvmx_read_csr(CVMX_SSO_RWQ_PSH_FPTR); in cvmx_helper_initialize_sso() 1137 if (!fptr.s.full) in cvmx_helper_initialize_sso() 1141 fptr.s.fptr = cvmx_ptr_to_phys(mem) >> 7; in cvmx_helper_initialize_sso() 1142 cvmx_write_csr(CVMX_SSO_RWQ_PSH_FPTR, fptr.u64); in cvmx_helper_initialize_sso() 1174 cvmx_sso_rwq_psh_fptr_t fptr; in cvmx_helper_uninitialize_sso() local 1196 fptr.u64 = cvmx_read_csr(CVMX_SSO_RWQ_PSH_FPTR); in cvmx_helper_uninitialize_sso() 1197 if (!fptr.s.full) in cvmx_helper_uninitialize_sso() 1201 fptr.s.fptr = pop_fptr.s.fptr; in cvmx_helper_uninitialize_sso() 1202 cvmx_write_csr(CVMX_SSO_RWQ_PSH_FPTR, fptr.u64); in cvmx_helper_uninitialize_sso() [all …]
|
| H A D | cvmx-sso-defs.h | 568 uint64_t fptr : 2; /**< FPTR memory BIST status */ member 604 uint64_t fptr : 2; 650 uint64_t fptr : 2; 1783 uint64_t fptr : 31; /**< Free Pointer */ member 1787 uint64_t fptr : 31; 1798 uint64_t fptr : 31; /**< Free Pointer */ member 1802 uint64_t fptr : 31; 1841 uint64_t fptr : 31; /**< Free Pointer */ member 1845 uint64_t fptr : 31; 1857 uint64_t fptr : 31; /**< Free Pointer */ member [all …]
|
| /freebsd-13.1/contrib/apr/file_io/unix/ |
| H A D | readwrite.c | 485 apr_file_t *fptr; member 493 if (apr_file_write_full(data->fptr, data->buf, 502 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr, argument 516 data.fptr = fptr;
|
| H A D | open.c | 325 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fptr) in apr_file_eof() argument 327 if (fptr->eof_hit == 1) { in apr_file_eof()
|
| /freebsd-13.1/sys/compat/ndis/ |
| H A D | subr_pe.c | 616 vm_offset_t *nptr, *fptr; local 627 fptr = (vm_offset_t *)pe_translate_addr(imgbase, 634 *fptr = func; 636 if (*fptr == 0) 640 fptr++;
|
| /freebsd-13.1/lib/libc/stdlib/ |
| H A D | atexit.c | 96 atexit_register(struct atexit_fn *fptr) in atexit_register() argument 123 p->fns[p->ind++] = *fptr; in atexit_register()
|
| /freebsd-13.1/lib/csu/riscv/ |
| H A D | crt1_c.c | 44 typedef void (*fptr)(void); typedef
|
| /freebsd-13.1/lib/csu/amd64/ |
| H A D | crt1_c.c | 37 typedef void (*fptr)(void); typedef
|
| /freebsd-13.1/crypto/openssl/crypto/bio/ |
| H A D | bss_conn.c | 535 BIO_info_cb **fptr; in conn_ctrl() local 537 fptr = (BIO_info_cb **)ptr; in conn_ctrl() 538 *fptr = data->info_callback; in conn_ctrl()
|
| /freebsd-13.1/contrib/apr/include/ |
| H A D | apr_file_io.h | 333 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fptr); 843 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr,
|
| /freebsd-13.1/contrib/wpa/src/eap_peer/ |
| H A D | tncc.c | 259 void *fptr; in tncc_get_sym() local 263 fptr = GetProcAddressA(handle, func); in tncc_get_sym() 265 fptr = GetProcAddress(handle, func); in tncc_get_sym() 268 fptr = dlsym(handle, func); in tncc_get_sym() 271 return fptr; in tncc_get_sym()
|
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | parse-duration.c | 420 void * fptr = pz; in parse_period() local 465 free (fptr); in parse_period()
|
| /freebsd-13.1/sys/dev/liquidio/base/ |
| H A D | lio_droq.h | 239 void (*fptr) (void *, uint32_t, union octeon_rh *, void *, member
|
| H A D | lio_droq.c | 684 if (droq->ops.fptr != NULL) { in lio_droq_fast_process_packets() 685 droq->ops.fptr(nicbuf, pkt_len, rh, in lio_droq_fast_process_packets() 827 droq->ops.fptr = NULL; in lio_unregister_droq_ops()
|
| /freebsd-13.1/contrib/wpa/src/eap_server/ |
| H A D | tncs.c | 325 void *fptr; in tncs_get_sym() local 327 fptr = dlsym(handle, func); in tncs_get_sym() 329 return fptr; in tncs_get_sym()
|