Home
last modified time | relevance | path

Searched refs:typep (Results 1 – 24 of 24) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDdwarfread.c796 struct type **typep; in alloc_utype() local
800 typep = utypes + utypeidx; in alloc_utype()
806 else if (*typep != NULL) in alloc_utype()
808 utypep = *typep; in alloc_utype()
819 *typep = utypep; in alloc_utype()
1169 struct type *typep; in decode_array_element_type() local
1182 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER); in decode_array_element_type()
1191 typep = decode_fund_type (fundtype); in decode_array_element_type()
1194 typep = decode_mod_fund_type (scan); in decode_array_element_type()
1199 typep = lookup_utype (die_ref); in decode_array_element_type()
[all …]
HDauxv.h46 CORE_ADDR *typep, CORE_ADDR *valp);
HDauxv.c122 CORE_ADDR *typep, CORE_ADDR *valp) in target_auxv_parse() argument
133 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field); in target_auxv_parse()
HDhpread.c2891 hpread_type_translate (dnttpointer typep) in hpread_type_translate() argument
2893 if (!typep.dntti.immediate) in hpread_type_translate()
2899 switch (typep.dntti.type) in hpread_type_translate()
2910 if (typep.dntti.bitlength <= 8) in hpread_type_translate()
2912 if (typep.dntti.bitlength <= 16) in hpread_type_translate()
2914 if (typep.dntti.bitlength <= 32) in hpread_type_translate()
2918 if (typep.dntti.bitlength <= 8) in hpread_type_translate()
2922 if (typep.dntti.bitlength <= 8) in hpread_type_translate()
2924 if (typep.dntti.bitlength <= 16) in hpread_type_translate()
2926 if (typep.dntti.bitlength <= 32) in hpread_type_translate()
[all …]
HDgdbtypes.c1792 struct type **typep; in lookup_fundamental_type() local
1815 typep = objfile->fundamental_types + typeid; in lookup_fundamental_type()
1816 if (*typep == NULL) in lookup_fundamental_type()
1818 *typep = create_fundamental_type (objfile, typeid); in lookup_fundamental_type()
1821 return (*typep); in lookup_fundamental_type()
HDada-lang.c1794 struct type ** typep) in ada_array_bound_from_type() argument
1804 if (typep != NULL) in ada_array_bound_from_type()
1805 *typep = builtin_type_int; in ada_array_bound_from_type()
1830 if (typep != NULL) in ada_array_bound_from_type()
1831 *typep = index_type; in ada_array_bound_from_type()
1842 if (typep != NULL) in ada_array_bound_from_type()
1843 *typep = TYPE_TARGET_TYPE (index_type); in ada_array_bound_from_type()
/NextBSD/usr.bin/rpcgen/
HDrpc_parse.c550 get_type(const char **prefixp, const char **typep, defkind dkind) in get_type() argument
558 *typep = tok.str; in get_type()
565 *typep = tok.str; in get_type()
568 unsigned_dec(typep); in get_type()
571 *typep = "short"; in get_type()
575 *typep = "long"; in get_type()
579 *typep = "int64_t"; in get_type()
587 *typep = tok.str; in get_type()
597 *typep = tok.str; in get_type()
605 unsigned_dec(const char **typep) in unsigned_dec() argument
[all …]
/NextBSD/lib/libc/net/
HDip6opt.c109 inet6_option_append(struct cmsghdr *cmsg, const u_int8_t *typep, int multx, in inet6_option_append() argument
144 if (typep[0] == IP6OPT_PAD1) in inet6_option_append()
147 optlen = typep[1] + 2; in inet6_option_append()
148 memcpy(bp, typep, optlen); in inet6_option_append()
504 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, in inet6_opt_next() argument
540 *typep = *optp; in inet6_opt_next()
/NextBSD/lib/libmemstat/
HDmemstat_malloc.c289 struct malloc_type type, *typep; in memstat_kvm_malloc() local
327 for (typep = kmemstatistics; typep != NULL; typep = type.ks_next) { in memstat_kvm_malloc()
328 ret = kread(kvm, typep, &type, sizeof(type), 0); in memstat_kvm_malloc()
/NextBSD/sys/compat/mach/ipc/
HDmach_debug.c528 unsigned int *typep,
556 *typep = (unsigned int) ip_kotype(port);
588 __unused natural_t *typep, in mach_port_kobject() argument
HDmach_port.c416 mach_port_type_t *typep) in mach_port_type() argument
430 kr = ipc_right_info(space, name, entry, typep, &urefs); in mach_port_type()
HDipc_right.c1232 mach_port_type_t *typep, in ipc_right_info() argument
1255 *typep = type; in ipc_right_info()
/NextBSD/sys/dev/sfxge/common/
HDefx_phy.c547 __out efx_phy_media_type_t *typep) in efx_phy_media_type_get() argument
555 *typep = epp->ep_module_type; in efx_phy_media_type_get()
557 *typep = epp->ep_fixed_port_type; in efx_phy_media_type_get()
HDefx.h901 __out efx_phy_media_type_t *typep);
/NextBSD/sys/sys/mach/ipc/
HDipc_right.h161 mach_port_type_t *typep,
/NextBSD/sys/boot/ficl/
HDloader.c254 char *namep, *typep; in ficlFindfile() local
263 typep = (char*) stackPopPtr(pVM->pStack); in ficlFindfile()
275 strncpy(type, typep, types); in ficlFindfile()
/NextBSD/contrib/tzcode/stdtime/
HDlocaltime.c993 unsigned char * typep; local
1077 typep = sp->types;
1091 *typep++ = 1; /* DST ends */
1093 *typep++ = 0; /* DST begins */
1096 *typep++ = 0; /* DST begins */
1098 *typep++ = 1; /* DST ends */
/NextBSD/sys/sys/
HDnv.h106 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
/NextBSD/contrib/tzcode/zic/
HDzic.c146 const char * typep, const char * monthp,
1234 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep) in rulesub() argument
1238 const char * const typep;
1324 if (*typep == '\0')
1331 rp->r_yrtype = ecpyalloc(typep);
/NextBSD/sys/contrib/libnv/
HDnvlist.c1395 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() argument
1407 if (typep != NULL) in nvlist_next()
1408 *typep = nvpair_type(nvp); in nvlist_next()
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_dataset.c65 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp);
2699 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) in userquota_propname_decode() argument
2716 *typep = type; in userquota_propname_decode()
2839 uint64_t *propvalue, zfs_userquota_prop_t *typep) in zfs_prop_get_userquota_common() argument
2848 typep, zc.zc_value, sizeof (zc.zc_value), &zc.zc_guid); in zfs_prop_get_userquota_common()
2849 zc.zc_objset_type = *typep; in zfs_prop_get_userquota_common()
/NextBSD/lib/libxpc/
HDsubr_nvlist.c1164 nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep) in nvlist_next() argument
1177 if (typep != NULL) in nvlist_next()
1178 *typep = nvpair_type(nvp); in nvlist_next()
HDnv.h119 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
/NextBSD/sys/netgraph/
HDnetgraph.h1142 int ng_make_node_common(struct ng_type *typep, node_p *nodep);