HomeSort by: relevance | last modified time | path
    Searched refs:TS_ADDR (Results 1 - 4 of 4) sorted by relevancy

  /src/include/protocols/
dumprestore.h 55 * or TS_ADDR record. Note that it must be a power of two.
148 #define TS_ADDR 4 /* continuation of file record */
  /src/sbin/restore/
tape.c 1020 if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) {
1120 if (spcl.c_type == TS_ADDR)
1524 case TS_ADDR:
1581 case TS_ADDR:
1640 case TS_ADDR:
1692 } while (header->c_type == TS_ADDR);
  /src/sbin/dump/
traverse.c 682 spcl.c_type = iswap32(TS_ADDR);
732 spcl.c_type = iswap32(TS_ADDR);
794 * was not room in the file header, then an additional TS_ADDR header
tape.c 332 iswap32(spcl.c_type) == TS_ADDR) {

Completed in 15 milliseconds