Symbol: spcl
sbin/dump/itime.c
135
spcl.c_ddate = 0;
sbin/dump/itime.c
148
if (ddp->dd_ddate <= spcl.c_ddate)
sbin/dump/itime.c
150
spcl.c_ddate = ddp->dd_ddate;
sbin/dump/itime.c
177
spcl.c_ddate = 0;
sbin/dump/itime.c
196
dtwalk->dd_ddate = spcl.c_date;
sbin/dump/itime.c
207
spcl.c_date == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_date));
sbin/dump/main.c
111
spcl.c_date = 0;
sbin/dump/main.c
112
time((time_t *)&spcl.c_date);
sbin/dump/main.c
199
spcl.c_ddate = unctime(optarg);
sbin/dump/main.c
200
if (spcl.c_ddate < 0) {
sbin/dump/main.c
310
strncpy(spcl.c_dev, dt->fs_spec, NAMELEN);
sbin/dump/main.c
311
strncpy(spcl.c_filesys, dt->fs_file, NAMELEN);
sbin/dump/main.c
313
strncpy(spcl.c_dev, disk, NAMELEN);
sbin/dump/main.c
314
strncpy(spcl.c_filesys, "an unlisted file system", NAMELEN);
sbin/dump/main.c
316
spcl.c_dev[NAMELEN-1]='\0';
sbin/dump/main.c
317
spcl.c_filesys[NAMELEN-1]='\0';
sbin/dump/main.c
318
strcpy(spcl.c_label, "none");
sbin/dump/main.c
319
gethostname(spcl.c_host, NAMELEN);
sbin/dump/main.c
320
spcl.c_level = level - '0';
sbin/dump/main.c
321
spcl.c_type = TS_TAPE;
sbin/dump/main.c
326
spcl.c_date == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_date));
sbin/dump/main.c
328
spcl.c_ddate == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_ddate));
sbin/dump/main.c
357
spcl.c_flags |= DR_NEWINODEFMT;
sbin/dump/main.c
366
nonodump = spcl.c_level < honorlevel;
sbin/dump/main.c
487
spcl.c_type = TS_END;
sbin/dump/main.c
491
msg("DUMP: %ld tape blocks\n", (long)spcl.c_tapea);
sbin/dump/main.c
494
(long)spcl.c_tapea, spcl.c_volume,
sbin/dump/main.c
495
(spcl.c_volume == 1) ? "" : "s");
sbin/dump/main.c
503
spcl.c_tapea / (tend_writing - tstart_writing));
sbin/dump/tape.c
164
lastspclrec = spcl.c_tapea;
sbin/dump/tape.c
166
spcl.c_tapea++;
sbin/dump/tape.c
182
spcl.c_tapea += avail;
sbin/dump/tape.c
275
if (spcl.c_type != TS_END) {
sbin/dump/tape.c
276
for (i = 0; i < spcl.c_count; i++)
sbin/dump/tape.c
277
if (spcl.c_addr[i] != 0)
sbin/dump/tape.c
280
slp->count = lastspclrec + blks + 1 - spcl.c_tapea;
sbin/dump/tape.c
281
slp->tapea = spcl.c_tapea;
sbin/dump/tape.c
424
savedtapea = spcl.c_tapea;
sbin/dump/tape.c
425
spcl.c_tapea = slp->tapea;
sbin/dump/tape.c
427
spcl.c_tapea = savedtapea;
sbin/dump/tape.c
608
spcl.c_count = slp->count;
sbin/dump/tape.c
613
spcl.c_firstrec = slp->firstrec;
sbin/dump/tape.c
614
spcl.c_volume++;
sbin/dump/tape.c
615
spcl.c_type = TS_TAPE;
sbin/dump/tape.c
616
spcl.c_flags |= DR_NEWHEADER;
sbin/dump/tape.c
618
spcl.c_flags &=~ DR_NEWHEADER;
sbin/dump/traverse.c
108
(CHANGEDSINCE(dp, spcl.c_ddate) && \
sbin/dump/traverse.c
111
#define WANTTODUMP(dp) CHANGEDSINCE(dp, spcl.c_ddate)
sbin/dump/traverse.c
362
spcl.c_dinode = *dp;
sbin/dump/traverse.c
363
spcl.c_type = TS_INODE;
sbin/dump/traverse.c
364
spcl.c_count = 0;
sbin/dump/traverse.c
380
spcl.c_addr[0] = 1;
sbin/dump/traverse.c
381
spcl.c_count = 1;
sbin/dump/traverse.c
470
spcl.c_addr[j - i] = 1;
sbin/dump/traverse.c
472
spcl.c_addr[j - i] = 0;
sbin/dump/traverse.c
473
spcl.c_count = count - i;
sbin/dump/traverse.c
483
spcl.c_type = TS_ADDR;
sbin/dump/traverse.c
496
spcl.c_type = type;
sbin/dump/traverse.c
497
spcl.c_count = howmany(mapsize * sizeof(char), TP_BSIZE);
sbin/dump/traverse.c
499
for (i = 0, cp = map; i < spcl.c_count; i++, cp += TP_BSIZE)
sbin/dump/traverse.c
511
spcl.c_inumber = ino;
sbin/dump/traverse.c
512
spcl.c_magic = NFS_MAGIC;
sbin/dump/traverse.c
513
spcl.c_checksum = 0;
sbin/dump/traverse.c
514
lp = (int32_t *)&spcl;
sbin/dump/traverse.c
523
spcl.c_checksum = CHECKSUM - sum;
sbin/dump/traverse.c
524
writerec(&spcl, 1);
sbin/restore/tape.c
1266
panic("unknown tape header type %d\n", spcl.c_type);
sbin/restore/tape.c
202
if (gethead(&spcl) == FAIL) {
sbin/restore/tape.c
206
if (gethead(&spcl) == FAIL) {
sbin/restore/tape.c
225
dumptime = spcl.c_ddate;
sbin/restore/tape.c
226
dumpdate = spcl.c_date;
sbin/restore/tape.c
239
if (spcl.c_volume != 1) {
sbin/restore/tape.c
243
if (gethead(&spcl) == FAIL) {
sbin/restore/tape.c
247
findinode(&spcl);
sbin/restore/tape.c
248
if (spcl.c_type != TS_CLRI) {
sbin/restore/tape.c
252
maxino = (spcl.c_count * TP_BSIZE * NBBY) + 1;
sbin/restore/tape.c
260
if (spcl.c_type != TS_BITS) {
sbin/restore/tape.c
449
gethead(&spcl);
sbin/restore/tape.c
450
findinode(&spcl);
sbin/restore/tape.c
507
time_t c_date = spcl.c_date;
sbin/restore/tape.c
508
time_t c_ddate = spcl.c_ddate;
sbin/restore/tape.c
512
(spcl.c_ddate == 0) ? "the epoch\n" : ctime(&c_ddate));
sbin/restore/tape.c
513
if (spcl.c_host[0] == '\0')
sbin/restore/tape.c
516
(long)spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev);
sbin/restore/tape.c
517
fprintf(stderr, "Label: %s\n", spcl.c_label);
sbin/restore/tape.c
656
while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
sbin/restore/tape.c
682
volatile quad_t size = spcl.c_dinode.di_size;
sbin/restore/tape.c
687
if (spcl.c_type == TS_END)
sbin/restore/tape.c
689
if (spcl.c_magic != NFS_MAGIC)
sbin/restore/tape.c
695
for (i = 0; i < spcl.c_count; i++) {
sbin/restore/tape.c
696
if (readmapflag || spcl.c_addr[i]) {
sbin/restore/tape.c
714
for (i++; i < spcl.c_count; i++)
sbin/restore/tape.c
715
if (readmapflag || spcl.c_addr[i])
sbin/restore/tape.c
720
if (gethead(&spcl) == GOOD && size > 0) {
sbin/restore/tape.c
721
if (spcl.c_type == TS_ADDR)
sbin/restore/tape.c
729
findinode(&spcl);
sys/dev/misc/kbd/kbd.c
1358
if (key->spcl & (0x80 >> i)) {
sys/sys/kbio.h
111
u_char spcl;
sys/sys/kbio.h
127
u_char spcl;
usr.sbin/kbdcontrol/kbdcontrol.c
277
map->key[scancode].spcl = 0;
usr.sbin/kbdcontrol/kbdcontrol.c
282
map->key[scancode].spcl |= (0x80 >> i);
usr.sbin/kbdcontrol/kbdcontrol.c
489
if (key->spcl & (0x80 >> i))
usr.sbin/kbdcontrol/kbdcontrol.c
684
if (keymap->key[i].spcl & (0x80 >> j))
usr.sbin/kbdcontrol/kbdcontrol.c
690
(unsigned)keymap->key[i].spcl,