| /freebsd-12.1/contrib/unbound/util/ |
| H A D | fptr_wlist.c | 211 else if(fptr == &fwd_cmp) return 1; in fptr_whitelist_rbtree_cmp() 309 if(fptr == NULL) return 1; in fptr_whitelist_hash_markdelfunc() 376 if(fptr == &iter_init) return 1; in fptr_whitelist_mod_init() 479 if(fptr == &iter_clear) return 1; in fptr_whitelist_mod_clear() 563 (void)fptr; in fptr_whitelist_inplace_cb_reply_generic() 588 if(fptr == &ecs_whitelist_check) in fptr_whitelist_inplace_cb_query() 595 (void)fptr; in fptr_whitelist_inplace_cb_query() 603 if(fptr == &ecs_edns_back_parsed) in fptr_whitelist_inplace_cb_edns_back_parsed() 606 (void)fptr; in fptr_whitelist_inplace_cb_edns_back_parsed() 615 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*)); 224 int fptr_whitelist_modenv_detach_subs(void (*fptr)( 233 int fptr_whitelist_modenv_attach_sub(int (*fptr)( 260 int fptr_whitelist_modenv_detect_cycle(int (*fptr)( 295 int fptr_whitelist_mod_inform_super(void (*fptr)( 321 int fptr_whitelist_alloc_cleanup(void (*fptr)(void*)); 337 int fptr_whitelist_mesh_cb(mesh_cb_func_type fptr); 370 inplace_cb_edns_back_parsed_func_type* fptr); [all …]
|
| /freebsd-12.1/contrib/elftoolchain/libelftc/ |
| H A D | libelftc_dem_arm.c | 543 fptr.p = d->p + 1; in read_func_ptr() 555 if (fptr.ptr == true) { in read_func_ptr() 562 fptr.ptr = false; in read_func_ptr() 565 if (fptr.ref == true) { in read_func_ptr() 572 fptr.ref = false; in read_func_ptr() 575 if (fptr.cnst == true) { in read_func_ptr() 582 fptr.cnst = false; in read_func_ptr() 585 if (*fptr.p == '_') in read_func_ptr() 604 d->p = fptr.p + 1; in read_func_ptr() 614 fptr.p = d->p; in read_func_ptr() [all …]
|
| H A D | libelftc_dem_gnu2.c | 692 fptr.p = d->p + 1; in read_func_ptr() 704 if (fptr.ptr == true) { in read_func_ptr() 711 fptr.ptr = false; in read_func_ptr() 714 if (fptr.ref == true) { in read_func_ptr() 721 fptr.ref = false; in read_func_ptr() 724 if (fptr.cnst == true) { in read_func_ptr() 731 fptr.cnst = false; in read_func_ptr() 734 if (*fptr.p == '_') in read_func_ptr() 753 d->p = fptr.p + 1; in read_func_ptr() 763 fptr.p = d->p; in read_func_ptr() [all …]
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | random.c | 198 static long int *fptr = &randtbl[SEP_3 + 1]; variable 238 fptr = &state[rand_sep]; in srandom() 356 fptr = &state[(rear + rand_sep) % rand_deg]; in setstate() 386 *fptr += *rptr; in random() 388 i = (*fptr >> 1) & LONG_MAX; in random() 389 ++fptr; in random() 390 if (fptr >= end_ptr) in random() 392 fptr = state; in random()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | random.c | 198 static long int *fptr = &randtbl[SEP_3 + 1]; variable 238 fptr = &state[rand_sep]; in srandom() 356 fptr = &state[(rear + rand_sep) % rand_deg]; in setstate() 386 *fptr += *rptr; in random() 388 i = (*fptr >> 1) & LONG_MAX; in random() 389 ++fptr; in random() 390 if (fptr >= end_ptr) in random() 392 fptr = state; in random()
|
| /freebsd-12.1/lib/libc/stdlib/ |
| H A D | random.c | 185 static uint32_t *fptr = &randtbl[SEP_3 + 1]; variable 251 fptr = &state[rand_sep]; in srandom() 295 fptr = &state[rand_sep]; in srandomdev() 405 fptr = &state[(rear + rand_sep) % rand_deg]; in setstate() 441 f = fptr; r = rptr; in random() 452 fptr = f; rptr = r; in random()
|
| 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-12.1/contrib/compiler-rt/lib/xray/ |
| H A D | xray_trampoline_powerpc64.cc | 10 auto fptr = __xray::XRayPatchedFunction.load(); in CallXRayPatchedFunction() local 11 if (fptr != nullptr) in CallXRayPatchedFunction() 12 (*fptr)(FuncId, Type); in CallXRayPatchedFunction()
|
| /freebsd-12.1/lib/csu/i386/ |
| H A D | crt1_c.c | 38 typedef void (*fptr)(void); typedef 49 void _start1(fptr, int, char *[]) __dead2; 53 _start1(fptr cleanup, int argc, char *argv[]) in _start1()
|
| /freebsd-12.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-12.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-12.1/contrib/gcc/config/ia64/ |
| H A D | crtbegin.asm | 70 data8 @fptr(__do_global_dtors_aux) 73 data8 @fptr(__do_jv_register_classes) 74 data8 @fptr(__do_global_ctors_aux) 149 addl r16 = @ltoff(@fptr(__cxa_finalize)), gp 219 addl r14 = @ltoff(@fptr(_Jv_RegisterClasses)), gp
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/ |
| H A D | ThreadLauncher.h | 37 HostThreadCreateInfo(const char *name, lldb::thread_func_t fptr, in HostThreadCreateInfo() 39 : thread_name(name ? name : ""), thread_fptr(fptr), thread_arg(arg) {} in HostThreadCreateInfo()
|
| /freebsd-12.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-12.1/contrib/apr/file_io/unix/ |
| H A D | readwrite.c | 483 apr_file_t *fptr; member 491 if (apr_file_write_full(data->fptr, data->buf, 500 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr, argument 514 data.fptr = fptr;
|
| /freebsd-12.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-12.1/contrib/openmp/runtime/src/ |
| H A D | kmp_ftn_entry.h | 947 int (*fptr)(); in KMP_EXPAND_NAME() 948 if ((*(void **)(&fptr) = dlsym(RTLD_DEFAULT, "_Offload_number_of_devices"))) { in KMP_EXPAND_NAME() 949 return (*fptr)(); in KMP_EXPAND_NAME() 950 } else if ((*(void **)(&fptr) = dlsym(RTLD_NEXT, "omp_get_num_devices"))) { in KMP_EXPAND_NAME() 951 return (*fptr)(); in KMP_EXPAND_NAME() 976 int (*fptr)(); in FTN_GET_INITIAL_DEVICE() 977 if ((*(void **)(&fptr) = dlsym(RTLD_NEXT, "omp_get_initial_device"))) { in FTN_GET_INITIAL_DEVICE() 978 return (*fptr)(); in FTN_GET_INITIAL_DEVICE()
|
| /freebsd-12.1/lib/csu/riscv/ |
| H A D | crt1.c | 45 typedef void (*fptr)(void); typedef
|
| /freebsd-12.1/lib/csu/amd64/ |
| H A D | crt1.c | 38 typedef void (*fptr)(void); typedef
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | coff-pe-read.c | 242 unsigned long fptr = pe_get32 (dll, secptr1 + 20); in read_pe_exported_syms() local 249 expptr = fptr + (export_rva - vaddr); in read_pe_exported_syms()
|
| /freebsd-12.1/crypto/openssl/crypto/bio/ |
| H A D | bss_conn.c | 485 BIO_info_cb **fptr; in conn_ctrl() local 487 fptr = (BIO_info_cb **)ptr; in conn_ctrl() 488 *fptr = data->info_callback; in conn_ctrl()
|
| /freebsd-12.1/contrib/apr/include/ |
| H A D | apr_file_io.h | 329 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fptr); 811 APR_DECLARE_NONSTD(int) apr_file_printf(apr_file_t *fptr,
|
| /freebsd-12.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()
|