Symbol: c_type
bin/ksh/c_ksh.c
1418
{"type", c_type},
bin/ksh/sh.h
387
int c_type(char **);
include/protocols/dumprestore.h
72
int32_t c_type; /* record type (see below) */
sbin/dump/main.c
403
spcl.c_type = TS_TAPE;
sbin/dump/main.c
584
spcl.c_type = TS_END;
sbin/dump/tape.c
334
if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI &&
sbin/dump/tape.c
335
spcl.c_type != TS_BITS) {
sbin/dump/tape.c
687
spcl.c_type = TS_TAPE;
sbin/dump/traverse.c
510
spcl.c_type = TS_INODE;
sbin/dump/traverse.c
646
spcl.c_type = TS_ADDR;
sbin/dump/traverse.c
681
spcl.c_type = TS_ADDR;
sbin/dump/traverse.c
694
spcl.c_type = type;
sbin/restore/tape.c
1034
buf->c_type = u_ospcl.s_ospcl.c_type;
sbin/restore/tape.c
1052
switch (buf->c_type) {
sbin/restore/tape.c
1088
panic("gethead: unknown inode type %d\n", buf->c_type);
sbin/restore/tape.c
1118
if (header->c_type == TS_TAPE) {
sbin/restore/tape.c
1155
switch (header->c_type) {
sbin/restore/tape.c
1172
prevtype = header->c_type;
sbin/restore/tape.c
1198
switch (header->c_type) {
sbin/restore/tape.c
1245
panic("unknown tape header type %d\n", spcl.c_type);
sbin/restore/tape.c
1249
} while (header->c_type == TS_ADDR);
sbin/restore/tape.c
1297
s->c_type = swap32(s->c_type);
sbin/restore/tape.c
1341
os->c_type = swap32(os->c_type);
sbin/restore/tape.c
226
endoftapemark.s_spcl.c_type = TS_END;
sbin/restore/tape.c
254
if (spcl.c_type != TS_CLRI)
sbin/restore/tape.c
264
if (spcl.c_type != TS_BITS)
sbin/restore/tape.c
416
if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
sbin/restore/tape.c
441
if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER))
sbin/restore/tape.c
666
while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
sbin/restore/tape.c
699
volatile int noskip = (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI);
sbin/restore/tape.c
701
if (spcl.c_type == TS_END)
sbin/restore/tape.c
736
if (spcl.c_type == TS_ADDR)
sbin/restore/tape.c
91
int32_t c_type;
sys/arch/octeon/dev/if_ogx.c
1662
enum ogx_counter_type c_type;
sys/arch/octeon/dev/if_ogx.c
1823
switch (c->c_type) {
sys/arch/octeon/dev/if_ogx.c
1868
switch (c->c_type) {
sys/dev/pci/if_ixl.c
5224
uint8_t c_type;
sys/dev/pci/if_ixl.c
5446
KSTAT_KV_T_COUNTER64, c->c_type);
usr.bin/find/extern.h
82
PLAN *c_type(char *, char ***, int);
usr.bin/find/option.c
94
{ "-type", N_TYPE, c_type, O_ARGV },
usr.bin/rdist/client.h
101
int c_type; /* type - ARROW,DCOLON */
usr.bin/rdist/docmd.c
223
if (pcmd->c_type == cmd->c_type &&
usr.bin/rdist/docmd.c
246
if (pc->c_type == cmd->c_type &&
usr.bin/rdist/docmd.c
887
switch (cmd->c_type) {
usr.bin/rdist/docmd.c
895
fatalerr("illegal command type %d", cmd->c_type);
usr.bin/rdist/gram.y
441
nc->c_type = ARROW;
usr.bin/rdist/gram.y
468
c->c_type = DCOLON;