Home
last modified time | relevance | path

Searched refs:xtype (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/cddl/osnet/dist/common/ctf/
Dctf_types.c212 uint_t xtype; in ctf_member_iter() local
214 ctf_get_ctm_info(fp, mp, size, &increment, &xtype, &offset, in ctf_member_iter()
216 if ((rc = func(name, xtype, offset, arg)) != 0) in ctf_member_iter()
575 uint_t xtype; in ctf_type_align() local
577 ctf_get_ctm_info(fp, mp, size, &increment, &xtype, in ctf_type_align()
579 ssize_t am = ctf_type_align(fp, xtype); in ctf_type_align()
820 uint_t xtype; in _ctf_member_info() local
822 ctf_get_ctm_info(fp, mp, size, &increment, &xtype, &offset, in _ctf_member_info()
825 _ctf_member_info(fp, xtype, name, offset + off, mip) == 0) in _ctf_member_info()
828 mip->ctm_type = xtype; in _ctf_member_info()
[all …]
Dctf_open.c410 uint_t xtype; in init_types() local
416 ctf_get_ctm_info(fp, mp, size, &increment1, &xtype, in init_types()
418 child |= LCTF_TYPE_ISCHILD(fp, xtype); in init_types()
/netbsd/src/sbin/gpt/
Dadd.c71 ent_set(struct gpt_ent *ent, const map_t map, const gpt_uuid_t xtype, in ent_set() argument
74 gpt_uuid_copy(ent->ent_type, xtype); in ent_set()
/netbsd/src/sys/sys/
Dsdt.h107 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) argument
236 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) \ argument
240 num, type, xtype, { NULL, NULL }, \
467 const char *xtype; /* Translated argument type. */ member
/netbsd/src/external/cddl/osnet/dev/sdt/
Dsdt.c323 if (argtype->xtype != NULL) in sdt_getargdesc()
324 strlcpy(desc->dtargd_xlate, argtype->xtype, in sdt_getargdesc()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgimple-ssa-sprintf.cc2353 tree xtype in get_origin_and_offset_r() local
2357 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off); in get_origin_and_offset_r()
2402 tree xtype = TREE_TYPE (x); in get_origin_and_offset_r() local
2403 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off); in get_origin_and_offset_r()
2416 tree xtype = TREE_TYPE (x); in get_origin_and_offset_r() local
2417 if (POINTER_TYPE_P (xtype)) in get_origin_and_offset_r()
2418 xtype = TREE_TYPE (xtype); in get_origin_and_offset_r()
2421 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off); in get_origin_and_offset_r()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dipsec_doi.c472 int xtype = (int)ntohs(d->lorv); in t2isakmpsa() local
473 if (xtype == OAKLEY_ATTR_GRP_TYPE_MODP) in t2isakmpsa()
474 sa->dhgrp->type = xtype; in t2isakmpsa()
521 int xtype = (int)ntohs(d->lorv); in t2isakmpsa() local
522 switch (xtype) { in t2isakmpsa()
525 life_t = xtype; in t2isakmpsa()
4455 int xtype = ntohs(d->lorv); in ipsecdoi_t2satrns() local
4456 switch (xtype) { in ipsecdoi_t2satrns()
4459 life_t = xtype; in ipsecdoi_t2satrns()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dstabsread.c1705 struct type *xtype = read_type (pp, objfile); in read_type() local
1707 if (type == xtype) in read_type()
1738 replace_type (type, xtype); in read_type()
1744 type->set_target_type (xtype); in read_type()
Dexpop.h1900 struct type *xtype = (lhs->lval () == lval_internalvar in evaluate() local
1903 value *rhs = std::get<1> (m_storage)->evaluate (xtype, exp, noside); in evaluate()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcvt.cc1742 build_type_conversion (tree xtype, tree expr) in build_type_conversion() argument
1746 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL, in build_type_conversion()
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dfrv.cpu3093 (define-pmacro (dnmop xname xcomment xattrs xtype xindex xmode)
3098 (type xtype)
3105 (define-pmacro (dnpmop xname xcomment xattrs xtype xindex xmode xparse)
3110 (type xtype)
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dfrv.cpu3093 (define-pmacro (dnmop xname xcomment xattrs xtype xindex xmode)
3098 (type xtype)
3105 (define-pmacro (dnpmop xname xcomment xattrs xtype xindex xmode xparse)
3110 (type xtype)
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c31034 etByte xtype = etINVALID; /* Conversion paradigm */ in sqlite3_str_vappendf() local
31183 xtype = etINVALID; in sqlite3_str_vappendf()
31187 xtype = infop->type; in sqlite3_str_vappendf()
31211 switch( xtype ){ in sqlite3_str_vappendf()
31274 if( xtype==etORDINAL ){ in sqlite3_str_vappendf()
31337 if( xtype==etFLOAT ){ in sqlite3_str_vappendf()
31339 }else if( xtype==etGENERIC ){ in sqlite3_str_vappendf()
31375 if( xtype==etGENERIC && precision>0 ) precision--; in sqlite3_str_vappendf()
31381 if( xtype==etGENERIC ){ in sqlite3_str_vappendf()
31384 xtype = etEXP; in sqlite3_str_vappendf()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20043355 * scripts/create_testsuite_files: Revert xtype change, add non-GNU