Searched refs:fptr (Results 1 - 25 of 40) sorted by path

12

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dopen.c325 APR_DECLARE(apr_status_t) apr_file_eof(apr_file_t *fptr)
327 if (fptr->eof_hit == 1) {
H A Dreadwrite.c485 apr_file_t *fptr; member in struct:apr_file_printf_data
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;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-ia64.c2607 asection *fptr;
2610 fptr = ia64_info->fptr_sec;
2611 if (!fptr)
2617 fptr = bfd_make_section_with_flags (dynobj, ".opd",
2624 if (!fptr
2625 || !bfd_set_section_alignment (abfd, fptr, 4))
2631 ia64_info->fptr_sec = fptr;
2654 return fptr;
2780 asection *got, *fptr, *srel, *pltoff;
2805 got = fptr
2601 asection *fptr; local
2774 asection *got, *fptr, *srel, *pltoff; local
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c2657 unsigned long fptr = pe_get32 (dll, secptr1 + 20); local
2664 expptr = fptr + (export_rva - vaddr);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Drandom.c198 static long int *fptr = &randtbl[SEP_3 + 1]; variable
239 fptr = &state[rand_sep];
359 fptr = &state[(rear + rand_sep) % rand_deg];
390 *fptr += *rptr;
392 i = (*fptr >> 1) & LONG_MAX;
393 ++fptr;
394 if (fptr >= end_ptr)
396 fptr = state;
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtbegin.asm70 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-11-stable/contrib/gcclibs/libiberty/
H A Drandom.c198 static long int *fptr = &randtbl[SEP_3 + 1]; variable
239 fptr = &state[rand_sep];
359 fptr = &state[(rear + rand_sep) % rand_deg];
390 *fptr += *rptr;
392 i = (*fptr >> 1) & LONG_MAX;
393 ++fptr;
394 if (fptr >= end_ptr)
396 fptr = state;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcoff-pe-read.c246 unsigned long fptr = pe_get32 (dll, secptr1 + 20);
253 expptr = fptr + (export_rva - vaddr);
242 unsigned long fptr = pe_get32 (dll, secptr1 + 20); local
H A Dremote-e7000.c1568 file_ptr fptr; local
1579 fptr = 0;
1603 bfd_get_section_contents (pbfd, section, buf + 10, fptr, count);
1619 fptr += count;
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_random.c181 * fptr and rptr are two pointers into the state info, a front and a rear
194 static unsigned long *fptr = &randtbl[SEP_3 + 1]; variable
272 fptr = &state[rand_sep];
447 fptr = &state[(rear + rand_sep) % rand_deg];
485 f = fptr; r = rptr;
496 fptr = f; rptr = r;
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dparse-duration.c420 void * fptr = pz; local
465 free (fptr);
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_conn.c554 int (**fptr) (const BIO *bio, int state, int xret);
556 fptr = (int (**)(const BIO *bio, int state, int xret))ptr;
557 *fptr = data->info_callback;
/freebsd-11-stable/crypto/openssl/ssl/
H A Dbio_ssl.c459 void (**fptr) (const SSL *xssl, int type, int val);
461 fptr = (void (**)(const SSL *xssl, int type, int val))ptr;
462 *fptr = SSL_get_info_callback(ssl);
/freebsd-11-stable/lib/csu/amd64/
H A Dcrt1.c36 typedef void (*fptr)(void); typedef
/freebsd-11-stable/lib/csu/i386/
H A Dcrt1_c.c38 typedef void (*fptr)(void); typedef
49 void _start1(fptr, int, char *[]) __dead2;
53 _start1(fptr cleanup, int argc, char *argv[])
/freebsd-11-stable/lib/csu/riscv/
H A Dcrt1.c45 typedef void (*fptr)(void); typedef
/freebsd-11-stable/lib/libc/stdlib/
H A Drandom.c170 * fptr and rptr are two pointers into the state info, a front and a rear
183 static uint32_t *fptr = &randtbl[SEP_3 + 1]; variable
249 fptr = &state[rand_sep];
285 fptr = &state[rand_sep];
395 fptr = &state[(rear + rand_sep) % rand_deg];
431 f = fptr; r = rptr;
442 fptr = f; rptr = r;
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_pe.c614 vm_offset_t *nptr, *fptr; local
625 fptr = (vm_offset_t *)pe_translate_addr(imgbase,
632 *fptr = func;
634 if (*fptr == 0)
638 fptr++;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper.c1133 cvmx_sso_rwq_psh_fptr_t fptr; local
1136 fptr.u64 = cvmx_read_csr(CVMX_SSO_RWQ_PSH_FPTR);
1137 if (!fptr.s.full)
1141 fptr.s.fptr = cvmx_ptr_to_phys(mem) >> 7;
1142 cvmx_write_csr(CVMX_SSO_RWQ_PSH_FPTR, fptr.u64);
1174 cvmx_sso_rwq_psh_fptr_t fptr; local
1196 fptr.u64 = cvmx_read_csr(CVMX_SSO_RWQ_PSH_FPTR);
1197 if (!fptr.s.full)
1201 fptr
[all...]
H A Dcvmx-sso-defs.h568 uint64_t fptr : 2; /**< FPTR memory BIST status */ member in struct:cvmx_sso_bist_stat::cvmx_sso_bist_stat_s
604 uint64_t fptr : 2;
614 uint64_t fptr : 2; /**< FPTR memory BIST status */ member in struct:cvmx_sso_bist_stat::cvmx_sso_bist_stat_cn68xxp1
650 uint64_t fptr : 2;
1783 uint64_t fptr : 31; /**< Free Pointer */ member in struct:cvmx_sso_rwq_pop_fptr::cvmx_sso_rwq_pop_fptr_s
1787 uint64_t fptr : 31;
1798 uint64_t fptr : 31; /**< Free Pointer */ member in struct:cvmx_sso_rwq_pop_fptr::cvmx_sso_rwq_pop_fptr_cn68xxp1
1802 uint64_t fptr : 31;
1841 uint64_t fptr : 31; /**< Free Pointer */ member in struct:cvmx_sso_rwq_psh_fptr::cvmx_sso_rwq_psh_fptr_s
1845 uint64_t fptr
1857 uint64_t fptr : 31; /**< Free Pointer */ member in struct:cvmx_sso_rwq_psh_fptr::cvmx_sso_rwq_psh_fptr_cn68xxp1
[all...]
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_droq.c684 if (droq->ops.fptr != NULL) {
685 droq->ops.fptr(nicbuf, pkt_len, rh,
827 droq->ops.fptr = NULL;
H A Dlio_droq.h239 void (*fptr) (void *, uint32_t, union octeon_rh *, void *, member in struct:lio_droq_ops
/freebsd-11-stable/sys/dev/liquidio/
H A Dlio_core.c422 droq_ops.fptr = lio_push_packet;
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_local.h325 void SetFragmentPtr(struct alias_link *_lnk, char *fptr);
/freebsd-11-stable/usr.sbin/ppp/
H A Dnat_cmd.c523 char *fptr; local
548 if ((fptr = malloc(bp->m_len)) == NULL) {
554 bp = mbuf_Read(bp, fptr, bp->m_len);
555 LibAliasSaveFragment(la, fptr);
557 (unsigned long)((struct ip *)fptr)->ip_id, ++gfrags);
565 while ((fptr = LibAliasGetFragment(la, MBUF_CTOP(bp))) != NULL) {
567 LibAliasFragmentIn(la, MBUF_CTOP(bp), fptr);
568 len = ntohs(((struct ip *)fptr)->ip_len);
570 memcpy(MBUF_CTOP(*last), fptr, len);
571 free(fptr);
[all...]

Completed in 354 milliseconds

12