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

  /src/include/protocols/
dumprestore.h 146 #define TS_TAPE 1 /* dump tape header */
  /src/sbin/restore/
tape.c 515 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
540 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER))
1502 case TS_TAPE:
1558 if (header->c_type == TS_TAPE) {
1682 case TS_TAPE:
  /src/sbin/dump/
tape.c 99 int count; /* count to next header (used for TS_TAPE */
696 spcl.c_type = iswap32(TS_TAPE);
main.c 530 spcl.c_type = iswap32(TS_TAPE);

Completed in 13 milliseconds