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

  /src/include/protocols/
dumprestore.h 156 #define DR_NEWHEADER 0x0001 /* new format tape header */
  /src/sbin/dump/
tape.c 699 | DR_NEWHEADER);
703 ~ DR_NEWHEADER);
  /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))

Completed in 13 milliseconds