HomeSort by relevance Sort by last modified time
    Searched refs:retp (Results 1 - 10 of 10) sorted by null

  /external/u-boot/lib/efi/
efi.c 83 void *efi_malloc(struct efi_priv *priv, int size, efi_status_t *retp)
88 *retp = boot->allocate_pool(priv->image_data_type, size, &buf);
  /external/ppp/pppd/
ccp.c 1076 u_char *p0, *retp; local
1086 retp = p0 = p;
    [all...]
  /external/elfutils/libdw/
dwarf_getmacros.c 42 get_offset_from (Dwarf_Die *die, int name, Dwarf_Word *retp)
50 return INTUSE(dwarf_formudata) (&attr, retp);
  /external/elfutils/libdwfl/
dwfl_segment_report_module.c 92 /* Read SZ bytes into *RETP from *PTRP (limited by END) in format EI_DATA.
97 const void **ptrp, const void *end, uint64_t *retp)
111 if (retp == NULL)
122 *retp = u.u32;
124 *retp = u.u64;
  /external/openssh/
sshkey.h 125 int, u_char **retp, size_t *lenp);
sshkey.c 873 u_char **retp, size_t *lenp)
879 if (retp != NULL)
880 *retp = NULL;
915 if (retp != NULL) {
916 *retp = ret;
    [all...]
  /external/u-boot/include/
efi.h 411 * @retp: Return EFI status result
414 void *efi_malloc(struct efi_priv *priv, int size, efi_status_t *retp);
  /external/boringssl/src/crypto/x509/
by_dir.c 117 char **retp)
  /external/elfutils/src/
readelf.c     [all...]
  /external/python/cpython2/Modules/
_bsddb.c 6142 long retp; local
6144 u_int32_t retp; local
    [all...]

Completed in 584 milliseconds