Home
last modified time | relevance | path

Searched refs:DR_NEWHEADER (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/include/protocols/
Ddumprestore.h152 #define DR_NEWHEADER 0x0001 /* new format tape header */ macro
/openbsd/src/sbin/dump/
Dtape.c689 spcl.c_flags |= DR_NEWHEADER; in startnewtape()
692 spcl.c_flags &=~ DR_NEWHEADER; in startnewtape()
/openbsd/src/sbin/restore/
Dtape.c416 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { in getvol()
441 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) in getvol()