Home
last modified time | relevance | path

Searched refs:TS_ADDR (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sbin/restore/
Dtape.c1020 if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) { in getbitmap()
1120 if (spcl.c_type == TS_ADDR) in getfile()
1524 case TS_ADDR: in gethead()
1581 case TS_ADDR: in accthdr()
1640 case TS_ADDR: in findinode()
1692 } while (header->c_type == TS_ADDR); in findinode()
/netbsd/src/include/protocols/
Ddumprestore.h148 #define TS_ADDR 4 /* continuation of file record */ macro
/netbsd/src/sbin/dump/
Dtraverse.c682 spcl.c_type = iswap32(TS_ADDR); in blksout32()
732 spcl.c_type = iswap32(TS_ADDR); in blksout64()
Dtape.c332 iswap32(spcl.c_type) == TS_ADDR) { in flushtape()