Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 25 of 38) sorted by relevance

12

/netbsd/sbin/restore/
H A Dtape.c122 int32_t c_type; member
958 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
1002 if (spcl.c_type == TS_END) in getbitmap()
1058 if (spcl.c_type == TS_END) in getfile()
1473 buf->c_type = u_ospcl.s_ospcl.c_type; in gethead()
1491 switch (buf->c_type) { in gethead()
1595 switch (header->c_type) { in accthdr()
1610 prevtype = header->c_type; in accthdr()
1638 switch (header->c_type) { in findinode()
1741 s->c_type = bswap32(s->c_type); in swap_header()
[all …]
/netbsd/external/bsd/pkg_install/dist/lib/
H A Dplist.c79 pl_ent_t c_type; /* type of command */ member
279 return cmdp->c_type; in plist_cmd()
294 return cmdp->c_type; in plist_cmd()
412 for (cmdp = cmdv; cmdp->c_type != FAIL && cmdp->c_type != p->type; cmdp++) { in write_plist()
414 if (cmdp->c_type == FAIL) { in write_plist()
448 for (cmdp = cmdv; cmdp->c_type != FAIL && cmdp->c_type != p->type; cmdp++) { in stringify_plist()
450 if (cmdp->c_type == FAIL) in stringify_plist()
481 for (cmdp = cmdv; cmdp->c_type != FAIL && cmdp->c_type != p->type; cmdp++) { in stringify_plist()
483 if (cmdp->c_type == FAIL) { in stringify_plist()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dcoffread.c141 unsigned int c_type;
429 if (ISFCN (cs->c_type))
1231 if (!SDB_TYPE (cs->c_type))
1232 cs->c_type = 0;
1570 if (ISFCN (cs->c_type))
1740 if (c_type & ~N_BTMASK)
1743 if (ISPTR (c_type))
1748 else if (ISFCN (c_type))
1814 unsigned int c_type,
1829 unsigned int c_type,
[all …]
H A Dxcoffread.c95 unsigned int c_type; member
1104 cs->c_type = (unsigned) symbol->n_type;
1164 if (cs->c_naux > 1 && ISFCN (cs->c_type))
1175 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1185 cs->c_type, cs->c_sclass,
1337 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1364 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1379 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1564 if (ISFCN (cs->c_type))
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dcoffread.c141 unsigned int c_type;
429 if (ISFCN (cs->c_type))
1231 if (!SDB_TYPE (cs->c_type))
1232 cs->c_type = 0;
1570 if (ISFCN (cs->c_type))
1740 if (c_type & ~N_BTMASK)
1743 if (ISPTR (c_type))
1748 else if (ISFCN (c_type))
1814 unsigned int c_type,
1829 unsigned int c_type,
[all …]
H A Dxcoffread.c95 unsigned int c_type; member
1104 cs->c_type = (unsigned) symbol->n_type;
1164 if (cs->c_naux > 1 && ISFCN (cs->c_type))
1175 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1185 cs->c_type, cs->c_sclass,
1337 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1364 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1379 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1564 if (ISFCN (cs->c_type))
/netbsd/sys/dev/i2c/
H A Dact8846.c87 enum act8846_ctrl_type c_type; member
93 .c_base = ACT_ ## base ## _BASE_REG, .c_type = (type) }
291 if (c->c_type == ACT_CTRL_DCDC) { in act8846_is_enabled()
316 if (c->c_type == ACT_CTRL_DCDC) { in act8846_enable()
346 if (c->c_type == ACT_CTRL_DCDC) { in act8846_disable()
/netbsd/sbin/gpt/
H A Dtype.c60 struct gpt_cmd c_type = { variable
67 #define usage() gpt_usage(NULL, &c_type)
H A Dmain.c75 c_type,
99 &c_type,
/netbsd/external/bsd/openldap/dist/servers/lloadd/
H A Dbind.c47 client->c_type = LLOAD_C_OPEN; in bind_mech_external()
81 client->c_type = LLOAD_C_PRIVILEGED; in bind_mech_external()
263 client->c_type = LLOAD_C_OPEN; in request_bind()
716 client->c_type = LLOAD_C_OPEN; in handle_bind_response()
725 client->c_type = LLOAD_C_PRIVILEGED; in handle_bind_response()
839 client->c_type = LLOAD_C_OPEN; in handle_whoami_response()
843 client->c_type = LLOAD_C_PRIVILEGED; in handle_whoami_response()
945 client->c_type = LLOAD_C_OPEN; in handle_vc_bind_response()
952 client->c_type = LLOAD_C_PRIVILEGED; in handle_vc_bind_response()
H A Dupstream.c495 c->c_type = LLOAD_C_OPEN; in upstream_bind_cb()
647 c->c_type = LLOAD_C_BIND; in upstream_finish()
661 c->c_type = LLOAD_C_OPEN; in upstream_finish()
911 c->c_type = LLOAD_C_PREPARING; in upstream_init()
1043 if ( c->c_type == LLOAD_C_PREPARING ) { in upstream_unlink()
1047 } else if ( c->c_type == LLOAD_C_BIND ) { in upstream_unlink()
1103 if ( c->c_type != LLOAD_C_BIND ) { in upstream_destroy()
H A Dlload.h305 enum sc_type c_type; member
/netbsd/sbin/dump/
H A Dtraverse.c523 spcl.c_type = iswap32(TS_INODE); in dumpino()
682 spcl.c_type = iswap32(TS_ADDR); in blksout32()
732 spcl.c_type = iswap32(TS_ADDR); in blksout64()
865 spcl.c_type = iswap32(type); in dumpmap()
H A Dtape.c331 if (iswap32(spcl.c_type) == TS_INODE || in flushtape()
332 iswap32(spcl.c_type) == TS_ADDR) { in flushtape()
696 spcl.c_type = iswap32(TS_TAPE); in startnewtape()
H A Dmain.c529 spcl.c_type = iswap32(TS_TAPE); in main()
686 spcl.c_type = iswap32(TS_END); in main()
/netbsd/usr.bin/find/
H A Dextern.h92 PLAN *c_type(char ***, int, char *);
H A Doption.c145 { "-type", N_TYPE, c_type, 1 },
/netbsd/usr.bin/rdist/
H A Ddefs.h117 int c_type; /* type - ARROW,DCOLON */ member
H A Dgram.y398 nc->c_type = ARROW; in insert()
427 c->c_type = DCOLON; in append()
H A Ddocmd.c108 switch (c->c_type) { in docmds()
116 fatal("illegal command type %d\n", c->c_type); in docmds()
/netbsd/include/protocols/
H A Ddumprestore.h74 int32_t c_type; /* record type (see below) */ member
/netbsd/sys/netinet/
H A Dip_icmp.h160 uint8_t c_type; member
/netbsd/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y420 const char *c_type; member
485 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
/netbsd/sys/fs/udf/
H A Dudf_strat_sequential.c327 int c_type = buf->b_udf_c_type; in udf_VAT_mapping_update() local
336 if (c_type != UDF_C_NODE) in udf_VAT_mapping_update()
/netbsd/sys/arch/ia64/disasm/
H A Ddisasm_format.c118 strlcpy(buf, asm_completers[c->c_type], buflen); in asm_completer()

12