Home
last modified time | relevance | path

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

/netbsd/src/sbin/restore/
Dtape.c329 endoftapemark.s_spcl.c_type = TS_END; in setup()
1002 if (spcl.c_type == TS_END) in getbitmap()
1058 if (spcl.c_type == TS_END) in getfile()
1506 case TS_END: in gethead()
1585 case TS_END: in accthdr()
1596 case TS_END: in accthdr()
1670 case TS_END: in findinode()
/netbsd/src/include/protocols/
Ddumprestore.h151 #define TS_END 5 /* end of volume marker */ macro
/netbsd/src/sbin/dump/
Dmain.c687 spcl.c_type = iswap32(TS_END); in main()