Symbol: c_type
include/protocols/dumprestore.h
74
int32_t c_type; /* record type (see below) */
lib/libc/nameser/ns_print.c
589
u_int c_type, key_tag, alg;
lib/libc/nameser/ns_print.c
595
c_type = ns_get16(rdata); rdata += NS_INT16SZ;
lib/libc/nameser/ns_print.c
600
c_type, key_tag, alg);
sbin/dump/main.c
530
spcl.c_type = iswap32(TS_TAPE);
sbin/dump/main.c
687
spcl.c_type = iswap32(TS_END);
sbin/dump/tape.c
331
if (iswap32(spcl.c_type) == TS_INODE ||
sbin/dump/tape.c
332
iswap32(spcl.c_type) == TS_ADDR) {
sbin/dump/tape.c
696
spcl.c_type = iswap32(TS_TAPE);
sbin/dump/traverse.c
523
spcl.c_type = iswap32(TS_INODE);
sbin/dump/traverse.c
682
spcl.c_type = iswap32(TS_ADDR);
sbin/dump/traverse.c
732
spcl.c_type = iswap32(TS_ADDR);
sbin/dump/traverse.c
865
spcl.c_type = iswap32(type);
sbin/gpt/gpt.h
163
c_type,
sbin/gpt/main.c
79
&c_type,
sbin/gpt/type.c
60
const struct gpt_cmd c_type = {
sbin/gpt/type.c
67
#define usage() gpt_usage(NULL, &c_type)
sbin/restore/tape.c
1003
if (spcl.c_type == TS_END)
sbin/restore/tape.c
1021
if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) {
sbin/restore/tape.c
1059
if (spcl.c_type == TS_END)
sbin/restore/tape.c
1121
if (spcl.c_type == TS_ADDR)
sbin/restore/tape.c
1130
if (spcl.c_type == TS_INODE && (spcl.c_flags & DR_EXTATTRIBUTES)) {
sbin/restore/tape.c
123
int32_t c_type;
sbin/restore/tape.c
1474
buf->c_type = u_ospcl.s_ospcl.c_type;
sbin/restore/tape.c
1492
switch (buf->c_type) {
sbin/restore/tape.c
1529
panic("gethead: unknown inode type %d\n", buf->c_type);
sbin/restore/tape.c
1559
if (header->c_type == TS_TAPE) {
sbin/restore/tape.c
1596
switch (header->c_type) {
sbin/restore/tape.c
1611
prevtype = header->c_type;
sbin/restore/tape.c
1639
switch (header->c_type) {
sbin/restore/tape.c
1688
panic("unknown tape header type %d\n", spcl.c_type);
sbin/restore/tape.c
1693
} while (header->c_type == TS_ADDR);
sbin/restore/tape.c
1742
s->c_type = bswap32(s->c_type);
sbin/restore/tape.c
1787
os->c_type = bswap32(os->c_type);
sbin/restore/tape.c
330
endoftapemark.s_spcl.c_type = TS_END;
sbin/restore/tape.c
362
if (spcl.c_type != TS_CLRI) {
sbin/restore/tape.c
516
if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
sbin/restore/tape.c
541
if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER))
sbin/restore/tape.c
959
while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
sys/arch/ia64/disasm/disasm.h
155
enum asm_cmpltr_type c_type;
sys/arch/ia64/disasm/disasm_extract.c
51
i->i_cmpltr[i->i_ncmpltrs].c_type = t;
sys/arch/ia64/disasm/disasm_format.c
118
strlcpy(buf, asm_completers[c->c_type], buflen);
sys/dev/i2c/act8846.c
291
if (c->c_type == ACT_CTRL_DCDC) {
sys/dev/i2c/act8846.c
316
if (c->c_type == ACT_CTRL_DCDC) {
sys/dev/i2c/act8846.c
346
if (c->c_type == ACT_CTRL_DCDC) {
sys/dev/i2c/act8846.c
87
enum act8846_ctrl_type c_type;
sys/dev/i2c/act8846.c
93
.c_base = ACT_ ## base ## _BASE_REG, .c_type = (type) }
sys/fs/udf/udf_strat_sequential.c
327
int c_type = buf->b_udf_c_type;
sys/fs/udf/udf_strat_sequential.c
336
if (c_type != UDF_C_NODE)
sys/netinet/ip_icmp.h
160
uint8_t c_type;
sys/netinet/sctp_output.c
117
sctp_find_cmsg(int c_type, void *data, struct mbuf *control, int cpsize)
sys/netinet/sctp_output.c
142
(c_type == cmh.cmsg_type)) {
sys/netmpls/mpls_ttl.c
176
mpls_icmp_ext.obj_hdr.c_type = MPLS_STACK_ENTRY_C_TYPE;
sys/sys/sysctl.h
1161
#define VERIFY_FN(ctl_type, c_type) \
sys/sys/sysctl.h
1163
__sysctl_verify_##ctl_type##_arg(c_type *arg) \
usr.bin/find/extern.h
92
PLAN *c_type(char ***, int, char *);
usr.bin/find/option.c
145
{ "-type", N_TYPE, c_type, 1 },
usr.bin/rdist/defs.h
117
int c_type; /* type - ARROW,DCOLON */
usr.bin/rdist/docmd.c
108
switch (c->c_type) {
usr.bin/rdist/docmd.c
116
fatal("illegal command type %d\n", c->c_type);
usr.bin/rdist/gram.y
398
nc->c_type = ARROW;
usr.bin/rdist/gram.y
427
c->c_type = DCOLON;
usr.sbin/traceroute/traceroute.c
1176
switch (obj_hdr->c_type) {