Searched refs:xtype (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/cddl/dev/sdt/
H A Dsdt.c236 if (argtype->xtype != NULL)
237 strlcpy(desc->dtargd_xlate, argtype->xtype,
/freebsd-9.3-release/sys/sys/
H A Dsdt.h90 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype)
170 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) \
172 = { { num, type, xtype, { NULL, NULL }, \
390 const char *xtype; /* Translated argument type. */ member in struct:sdt_argtype
/freebsd-9.3-release/usr.sbin/rarpd/
H A Drarpd.c724 int xtype, xindex; local
778 xtype = ll2->sdl_type;
796 ll2->sdl_type = xtype;
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c1071 build_type_conversion (tree xtype, tree expr)
1075 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL);
1069 build_type_conversion(tree xtype, tree expr) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dstabsread.c1616 struct type *xtype = read_type (pp, objfile);
1617 if (type == xtype)
1648 replace_type (type, xtype);
1655 TYPE_TARGET_TYPE (type) = xtype;
1612 struct type *xtype = read_type (pp, objfile); local

Completed in 86 milliseconds