HomeSort by: relevance | last modified time | path
    Searched refs:xtype (Results 1 - 16 of 16) sorted by relevancy

  /src/external/cddl/osnet/dist/common/ctf/
ctf_types.c 212 uint_t xtype; local
214 ctf_get_ctm_info(fp, mp, size, &increment, &xtype, &offset,
216 if ((rc = func(name, xtype, offset, arg)) != 0)
575 uint_t xtype; local
577 ctf_get_ctm_info(fp, mp, size, &increment, &xtype,
579 ssize_t am = ctf_type_align(fp, xtype);
820 uint_t xtype; local
822 ctf_get_ctm_info(fp, mp, size, &increment, &xtype, &offset,
825 _ctf_member_info(fp, xtype, name, offset + off, mip) == 0)
828 mip->ctm_type = xtype;
1005 uint_t xtype; local
    [all...]
ctf_open.c 410 uint_t xtype; local
416 ctf_get_ctm_info(fp, mp, size, &increment1, &xtype,
418 child |= LCTF_TYPE_ISCHILD(fp, xtype);
  /src/sbin/gpt/
add.c 73 ent_set(struct gpt_ent *ent, const map_t map, const gpt_uuid_t xtype,
76 gpt_uuid_copy(ent->ent_type, xtype);
  /src/external/bsd/dhcpcd/dist/src/
if.c 956 int xflags, xtype = type; local
960 if (xtype & SOCK_CLOEXEC)
964 if (xtype & SOCK_NONBLOCK)
976 if ((xtype & SOCK_CLOEXEC) && ((xflags = fcntl(s, F_GETFD)) == -1 ||
981 if ((xtype & SOCK_NONBLOCK) && ((xflags = fcntl(s, F_GETFL)) == -1 ||
1000 int xflags, xtype = type; local
1004 if (xtype & SOCK_CLOEXEC)
1008 if (xtype & SOCK_NONBLOCK)
1020 if ((xtype & SOCK_CLOEXEC) && ((xflags = fcntl(fd[0], F_GETFD)) == -1 ||
1023 if ((xtype & SOCK_CLOEXEC) && ((xflags = fcntl(fd[1], F_GETFD)) == -1 |
    [all...]
  /src/sys/sys/
sdt.h 107 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype)
236 #define SDT_PROBE_ARGTYPE(prov, mod, func, name, num, type, xtype) \
240 num, type, xtype, { NULL, NULL }, \
467 const char *xtype; /* Translated argument type. */ member in struct:sdt_argtype
  /src/external/cddl/osnet/dev/sdt/
sdt.c 323 if (argtype->xtype != NULL)
324 strlcpy(desc->dtargd_xlate, argtype->xtype,
  /src/crypto/dist/ipsec-tools/src/racoon/
ipsec_doi.c 472 int xtype = (int)ntohs(d->lorv); local
473 if (xtype == OAKLEY_ATTR_GRP_TYPE_MODP)
474 sa->dhgrp->type = xtype;
521 int xtype = (int)ntohs(d->lorv); local
522 switch (xtype) {
525 life_t = xtype;
4455 int xtype = ntohs(d->lorv); local
4456 switch (xtype) {
4459 life_t = xtype;
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-sprintf.cc 2364 tree xtype
2368 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
2413 tree xtype = TREE_TYPE (x);
2414 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
2427 tree xtype = TREE_TYPE (x);
2428 if (POINTER_TYPE_P (xtype))
2429 xtype = TREE_TYPE (xtype);
2432 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-sprintf.cc 2353 tree xtype
2357 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
2402 tree xtype = TREE_TYPE (x);
2403 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
2416 tree xtype = TREE_TYPE (x);
2417 if (POINTER_TYPE_P (xtype))
2418 xtype = TREE_TYPE (xtype);
2421 set_aggregate_size_and_offset (xtype, fldoff, fldsize, off);
  /src/external/gpl3/gcc/dist/gcc/cp/
cvt.cc 1778 /* Convert an aggregate EXPR to type XTYPE. If a conversion
1790 build_type_conversion (tree xtype, tree expr)
1794 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cvt.cc 1732 /* Convert an aggregate EXPR to type XTYPE. If a conversion
1744 build_type_conversion (tree xtype, tree expr)
1748 return build_user_type_conversion (xtype, expr, LOOKUP_NORMAL,
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.c 4194 struct type *xtype = read_type (pp, objfile);
4196 if (type == xtype)
4227 replace_type (type, xtype);
4233 type->set_target_type (xtype);
4190 struct type *xtype = read_type (pp, objfile); local
expop.h 1902 struct type *xtype = (lhs->lval () == lval_internalvar variable in typeref:struct:assign_operation::type
1905 value *rhs = std::get<1> (m_storage)->evaluate (xtype, exp, noside);
  /src/external/gpl3/gdb/dist/gdb/
stabsread.c 4196 struct type *xtype = read_type (pp, objfile);
4198 if (type == xtype)
4229 replace_type (type, xtype);
4235 type->set_target_type (xtype);
4192 struct type *xtype = read_type (pp, objfile); local
expop.h 1904 struct type *xtype = (lhs->lval () == lval_internalvar variable in typeref:struct:assign_operation::type
1907 value *rhs = std::get<1> (m_storage)->evaluate (xtype, exp, noside);
  /src/external/public-domain/sqlite/dist/
sqlite3.c 32589 etByte xtype = etINVALID; \/* Conversion paradigm *\/ local
    [all...]

Completed in 207 milliseconds