Searched refs:typep (Results 1 - 22 of 22) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Drdatatype.h32 dns_rdatatype_fromtext(dns_rdatatype_t *typep, isc_textregion_t *source);
37 *\li 'typep' is a valid pointer.
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dauxv.h46 CORE_ADDR *typep, CORE_ADDR *valp);
H A Ddwarfread.c796 struct type **typep; local
800 typep = utypes + utypeidx;
806 else if (*typep != NULL)
808 utypep = *typep;
819 *typep = utypep;
1169 struct type *typep; local
1182 typep = dwarf_fundamental_type (current_objfile, FT_INTEGER);
1191 typep = decode_fund_type (fundtype);
1194 typep = decode_mod_fund_type (scan);
1199 typep
1265 struct type *typep = NULL; /* Array type we are building */ local
3052 struct type *typep = NULL; local
3098 struct type *typep = NULL; local
3161 struct type *typep = NULL; local
3260 struct type *typep = NULL; local
[all...]
H A Dauxv.c122 CORE_ADDR *typep, CORE_ADDR *valp)
133 *typep = extract_unsigned_integer (ptr, sizeof_auxv_field);
121 target_auxv_parse(struct target_ops *ops, char **readptr, char *endptr, CORE_ADDR *typep, CORE_ADDR *valp) argument
H A Dhpread.c2906 hpread_type_translate (dnttpointer typep)
2908 if (!typep.dntti.immediate)
2914 switch (typep.dntti.type)
2925 if (typep.dntti.bitlength <= 8)
2927 if (typep.dntti.bitlength <= 16)
2929 if (typep.dntti.bitlength <= 32)
2933 if (typep.dntti.bitlength <= 8)
2937 if (typep.dntti.bitlength <= 8)
2939 if (typep.dntti.bitlength <= 16)
2941 if (typep
2891 hpread_type_translate(dnttpointer typep) argument
[all...]
H A Dgdbtypes.c1792 struct type **typep; local
1815 typep = objfile->fundamental_types + typeid;
1816 if (*typep == NULL)
1818 *typep = create_fundamental_type (objfile, typeid);
1821 return (*typep);
H A Dada-lang.c1798 struct type ** typep)
1808 if (typep != NULL)
1809 *typep = builtin_type_int;
1834 if (typep != NULL)
1835 *typep = index_type;
1846 if (typep != NULL)
1847 *typep = TYPE_TARGET_TYPE (index_type);
1793 ada_array_bound_from_type(struct type * arr_type, int n, int which, struct type ** typep) argument
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dconfig.h49 dns_rdatatype_t *typep);
80 unsigned int *typep, isc_uint16_t *digestbits);
/freebsd-9.3-release/usr.bin/rpcgen/
H A Drpc_parse.c550 get_type(const char **prefixp, const char **typep, defkind dkind) argument
558 *typep = tok.str;
565 *typep = tok.str;
568 unsigned_dec(typep);
571 *typep = "short";
575 *typep = "long";
579 *typep = "int64_t";
587 *typep = tok.str;
597 *typep = tok.str;
605 unsigned_dec(const char **typep) argument
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dip6opt.c97 inet6_option_append(struct cmsghdr *cmsg, const u_int8_t *typep, int multx, argument
132 if (typep[0] == IP6OPT_PAD1)
135 optlen = typep[1] + 2;
136 memcpy(bp, typep, optlen);
495 inet6_opt_next(void *extbuf, socklen_t extlen, int offset, u_int8_t *typep, argument
531 *typep = *optp;
/freebsd-9.3-release/lib/libmemstat/
H A Dmemstat_malloc.c289 struct malloc_type type, *typep; local
327 for (typep = kmemstatistics; typep != NULL; typep = type.ks_next) {
328 ret = kread(kvm, typep, &type, sizeof(type), 0);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c365 dns_rdatatype_t *typep) {
370 *typep = deftype;
375 result = dns_rdatatype_fromtext(typep, &r);
827 unsigned int *typep, isc_uint16_t *digestbits)
866 if (typep != NULL)
867 *typep = algorithms[i].type;
364 ns_config_gettype(const cfg_obj_t *typeobj, dns_rdatatype_t deftype, dns_rdatatype_t *typep) argument
826 ns_config_getkeyalgorithm2(const char *str, dns_name_t **name, unsigned int *typep, isc_uint16_t *digestbits) argument
H A Dupdate.c949 dns_dbversion_t *ver, dns_name_t *tmpname, dns_rdatatype_t *typep)
968 *typep = t->rdata.type;
991 *typep = type = t->rdata.type;
948 temp_check(isc_mem_t *mctx, dns_diff_t *temp, dns_db_t *db, dns_dbversion_t *ver, dns_name_t *tmpname, dns_rdatatype_t *typep) argument
H A Dquery.c7557 const char *namep, *typep, *classp, *sep1, *sep2; local
7563 namep = typep = classp = sep1 = sep2 = "";
7583 typep = typename;
7591 classp, sep2, typep, __FILE__, line);
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_phy.c489 __out efx_phy_media_type_t *typep)
497 *typep = epp->ep_module_type;
499 *typep = epp->ep_fixed_port_type;
487 efx_phy_media_type_get( __in efx_nic_t *enp, __out efx_phy_media_type_t *typep) argument
H A Defx.h692 __out efx_phy_media_type_t *typep);
/freebsd-9.3-release/sys/boot/ficl/
H A Dloader.c248 char *type, *namep, *typep; local
257 typep = (char*) stackPopPtr(pVM->pStack);
269 strncpy(type, typep, types);
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c995 unsigned char * typep; local
1079 typep = sp->types;
1093 *typep++ = 1; /* DST ends */
1095 *typep++ = 0; /* DST begins */
1098 *typep++ = 0; /* DST begins */
1100 *typep++ = 1; /* DST ends */
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c146 const char * typep, const char * monthp,
1234 rulesub(rp, loyearp, hiyearp, typep, monthp, dayp, timep)
1238 const char * const typep;
1324 if (*typep == '\0')
1331 rp->r_yrtype = ecpyalloc(typep);
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Drdata.c1050 dns_rdatatype_fromtext(dns_rdatatype_t *typep, isc_textregion_t *source) { argument
1070 RDATATYPE_FROMTEXT_SW(hash, source->base, n, typep);
1082 *typep = (dns_rdatatype_t)val;
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c65 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp);
2586 zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp)
2603 *typep = type;
2700 uint64_t *propvalue, zfs_userquota_prop_t *typep)
2709 typep, zc.zc_value, sizeof (zc.zc_value), &zc.zc_guid);
2710 zc.zc_objset_type = *typep;
2585 userquota_propname_decode(const char *propname, boolean_t zoned, zfs_userquota_prop_t *typep, char *domain, int domainlen, uint64_t *ridp) argument
2699 zfs_prop_get_userquota_common(zfs_handle_t *zhp, const char *propname, uint64_t *propvalue, zfs_userquota_prop_t *typep) argument
/freebsd-9.3-release/sys/netgraph/
H A Dnetgraph.h1142 int ng_make_node_common(struct ng_type *typep, node_p *nodep);

Completed in 254 milliseconds