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

/netbsd-current/sbin/gpt/
H A Dadd.c71 ent_set(struct gpt_ent *ent, const map_t map, const gpt_uuid_t xtype, argument
74 gpt_uuid_copy(ent->ent_type, xtype);
/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dif.c972 int xflags, xtype = type; local
976 if (xtype & SOCK_CLOEXEC)
980 if (xtype & SOCK_NONBLOCK)
992 if ((xtype & SOCK_CLOEXEC) && ((xflags = fcntl(s, F_GETFD)) == -1 ||
997 if ((xtype & SOCK_NONBLOCK) && ((xflags = fcntl(s, F_GETFL)) == -1 ||
1016 int xflags, xtype = type; local
1020 if (xtype & SOCK_CLOEXEC)
1024 if (xtype & SOCK_NONBLOCK)
1036 if ((xtype & SOCK_CLOEXEC) && ((xflags = fcntl(fd[0], F_GETFD)) == -1 ||
1039 if ((xtype
[all...]
/netbsd-current/sys/sys/
H A Dsdt.h107 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype)
237 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) \
241 num, type, xtype, { NULL, NULL }, \
470 const char *xtype; /* Translated argument type. */ member in struct:sdt_argtype
/netbsd-current/external/cddl/osnet/dev/sdt/
H A Dsdt.c323 if (argtype->xtype != NULL)
324 strlcpy(desc->dtargd_xlate, argtype->xtype,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-sprintf.cc2351 tree xtype
2355 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
2400 tree xtype = TREE_TYPE (x);
2401 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
2414 tree xtype = TREE_TYPE (x);
2415 if (POINTER_TYPE_P (xtype))
2416 xtype = TREE_TYPE (xtype);
2419 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dstabsread.c1685 struct type *xtype = read_type (pp, objfile);
1687 if (type == xtype)
1718 replace_type (type, xtype);
1724 TYPE_TARGET_TYPE (type) = xtype;
1681 struct type *xtype = read_type (pp, objfile); local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dstabsread.c1693 struct type *xtype = read_type (pp, objfile);
1695 if (type == xtype)
1726 replace_type (type, xtype);
1732 type->set_target_type (xtype);
1689 struct type *xtype = read_type (pp, objfile); local
H A Dexpop.h1895 struct type *xtype = (VALUE_LVAL (lhs) == lval_internalvar variable in typeref:struct:assign_operation::type
1898 value *rhs = std::get<1> (m_storage)->evaluate (xtype, exp, noside);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-sprintf.c2334 tree xtype local
2343 if ((RECORD_OR_UNION_TYPE_P (xtype)
2344 && field_at_offset (xtype, *off, &index))
2345 || (TREE_CODE (xtype) == ARRAY_TYPE
2346 && TREE_CODE (TREE_TYPE (xtype)) == ARRAY_TYPE
2347 && array_elt_at_offset (xtype, *off, &index)))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcvt.c1725 build_type_conversion (tree xtype, tree expr)
1729 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL,
1723 build_type_conversion(tree xtype, tree expr) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcvt.cc1744 build_type_conversion (tree xtype, tree expr)
1748 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL,
1742 build_type_conversion(tree xtype, tree expr) argument
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c31034 etByte xtype = etINVALID; /* Conversion paradigm */ local
[all...]

Completed in 755 milliseconds