Home
last modified time | relevance | path

Searched refs:spcl (Results 1 – 6 of 6) sorted by relevance

/openbsd/sbin/dump/
H A Dtraverse.c490 spcl.c_birthtime = 0; in dumpino()
511 spcl.c_count = 0; in dumpino()
528 spcl.c_addr[0] = 1; in dumpino()
529 spcl.c_count = 1; in dumpino()
694 spcl.c_type = type; in dumpmap()
709 spcl.c_inumber = ino; in writeheader()
714 spcl.c_old_date = (int32_t)spcl.c_date; in writeheader()
715 spcl.c_old_ddate = (int32_t)spcl.c_ddate; in writeheader()
716 spcl.c_old_tapea = (int32_t)spcl.c_tapea; in writeheader()
717 spcl.c_old_firstrec = (int32_t)spcl.c_firstrec; in writeheader()
[all …]
H A Dmain.c194 spcl.c_ddate = -1; in main()
197 if (spcl.c_ddate < 0) { in main()
370 (void)snprintf(spcl.c_filesys, sizeof(spcl.c_filesys), in main()
386 (void)strlcpy(spcl.c_dev, dt->fs_spec, sizeof(spcl.c_dev)); in main()
388 (void)snprintf(spcl.c_filesys, sizeof(spcl.c_filesys), in main()
396 (void)strlcpy(spcl.c_dev, disk, sizeof(spcl.c_dev)); in main()
400 (void)strlcpy(spcl.c_label, "none", sizeof(spcl.c_label)); in main()
401 (void)gethostname(spcl.c_host, sizeof(spcl.c_host)); in main()
403 spcl.c_type = TS_TAPE; in main()
584 spcl.c_type = TS_END; in main()
[all …]
H A Dtape.c166 lastspclrec = spcl.c_tapea; in writerec()
168 spcl.c_tapea++; in writerec()
185 spcl.c_tapea += avail; in dumpblock()
334 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()
339 if (spcl.c_addr[i] != 0) in flushtape()
343 slp->tapea = spcl.c_tapea; in flushtape()
493 savedtapea = spcl.c_tapea; in rollforward()
494 spcl.c_tapea = slp->tapea; in rollforward()
680 spcl.c_count = slp->count; in startnewtape()
686 spcl.c_volume++; in startnewtape()
[all …]
H A Ditime.c138 spcl.c_ddate = 0; in getdumptime()
152 if (ddp->dd_ddate <= (time_t)spcl.c_ddate) in getdumptime()
154 spcl.c_ddate = (int64_t)ddp->dd_ddate; in getdumptime()
183 spcl.c_ddate = 0; in putdumptime()
205 dtwalk->dd_ddate = (time_t)spcl.c_date; in putdumptime()
215 t = (time_t)spcl.c_date; in putdumptime()
/openbsd/sbin/restore/
H A Dtape.c247 if (spcl.c_volume != 1) in setup()
253 findinode(&spcl); in setup()
254 if (spcl.c_type != TS_CLRI) in setup()
444 (void)gethead(&spcl); in getvol()
445 findinode(&spcl); in getvol()
503 t = (time_t)spcl.c_date; in printdumpinfo()
509 t = (time_t)spcl.c_ddate; in printdumpinfo()
519 spcl.c_level, spcl.c_filesys, spcl.c_host, spcl.c_dev); in printdumpinfo()
666 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
699 volatile int noskip = (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI); in getfile()
[all …]
/openbsd/include/protocols/
H A Ddumprestore.h120 #define spcl u_spcl.s_spcl macro