| /NextBSD/contrib/gdb/gdb/ |
| HD | dwarfread.c | 796 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 …]
|
| HD | auxv.h | 46 CORE_ADDR *typep, CORE_ADDR *valp);
|
| HD | auxv.c | 122 CORE_ADDR *typep, CORE_ADDR *valp) in target_auxv_parse() argument 133 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field); in target_auxv_parse()
|
| HD | hpread.c | 2891 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 …]
|
| HD | gdbtypes.c | 1792 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()
|
| HD | ada-lang.c | 1794 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/ |
| HD | rpc_parse.c | 550 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/ |
| HD | ip6opt.c | 109 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/ |
| HD | memstat_malloc.c | 289 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/ |
| HD | mach_debug.c | 528 unsigned int *typep, 556 *typep = (unsigned int) ip_kotype(port); 588 __unused natural_t *typep, in mach_port_kobject() argument
|
| HD | mach_port.c | 416 mach_port_type_t *typep) in mach_port_type() argument 430 kr = ipc_right_info(space, name, entry, typep, &urefs); in mach_port_type()
|
| HD | ipc_right.c | 1232 mach_port_type_t *typep, in ipc_right_info() argument 1255 *typep = type; in ipc_right_info()
|
| /NextBSD/sys/dev/sfxge/common/ |
| HD | efx_phy.c | 547 __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()
|
| HD | efx.h | 901 __out efx_phy_media_type_t *typep);
|
| /NextBSD/sys/sys/mach/ipc/ |
| HD | ipc_right.h | 161 mach_port_type_t *typep,
|
| /NextBSD/sys/boot/ficl/ |
| HD | loader.c | 254 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/ |
| HD | localtime.c | 993 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/ |
| HD | nv.h | 106 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
|
| /NextBSD/contrib/tzcode/zic/ |
| HD | zic.c | 146 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/ |
| HD | nvlist.c | 1395 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/ |
| HD | libzfs_dataset.c | 65 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/ |
| HD | subr_nvlist.c | 1164 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()
|
| HD | nv.h | 119 const char *nvlist_next(const nvlist_t *nvl, int *typep, void **cookiep);
|
| /NextBSD/sys/netgraph/ |
| HD | netgraph.h | 1142 int ng_make_node_common(struct ng_type *typep, node_p *nodep);
|