HomeSort by: relevance | last modified time | path
    Searched defs:t_type (Results 1 - 10 of 10) sorted by relevancy

  /src/bin/mt/
mt.c 239 short t_type; /* type of magtape device */ member in struct:tape_desc
253 { .t_type = 0 }
266 if (mt->t_type == 0) {
271 if (mt->t_type == bp->mt_type)
  /src/sys/net/npf/
npf_tableset.c 106 int t_type; member in struct:npf_table
266 if (t->t_type != ot->t_type) {
302 nvlist_add_number(table, "type", t->t_type);
414 t->t_type = type;
430 switch (t->t_type) {
556 switch (t->t_type) {
627 switch (t->t_type) {
683 switch (t->t_type) {
732 KASSERT(t->t_type == NPF_TABLE_IFADDR)
    [all...]
  /src/usr.bin/ftp/
cmds.c 132 int t_type; member in struct:types
265 curtype = type = p->t_type;
287 if (newtype == p->t_type)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 243 stabtype_t t_type; member in struct:tdesc
  /src/external/bsd/openldap/dist/servers/lloadd/
lload.h 269 struct lload_tier_type t_type; member in struct:LloadTier
  /src/external/gpl3/binutils/dist/ld/
pdb.c 1131 uint16_t t_type; local
1144 t_type = bfd_getl16 (t->data + sizeof (uint16_t));
1146 switch (t_type)
  /src/external/gpl3/binutils.old/dist/ld/
pdb.c 1131 uint16_t t_type; local
1144 t_type = bfd_getl16 (t->data + sizeof (uint16_t));
1146 switch (t_type)
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 2335 tree t_type = TREE_TYPE (t_expr); local
2350 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 2163 tree t_type = TREE_TYPE (t_expr); local
2178 tree switch_stmt = build2 (SWITCH_EXPR, t_type, t_expr, t_switch_body);
  /src/external/bsd/tcpdump/dist/
print-isakmp.c 334 nd_uint8_t t_type; /* Transform Type (ENCR,PRF,INTEG,etc.*/ member in struct:ikev2_t
1914 uint8_t t_type; local
1930 t_type = GET_U_1(p->t_type);
1931 switch (t_type) {
1961 STR_OR_ID(t_type, ikev2_t_type_map),
1965 STR_OR_ID(t_type, ikev2_t_type_map),

Completed in 34 milliseconds