Home
last modified time | relevance | path

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

/freebsd-10-stable/include/protocols/
Ddumprestore.h55 #define NTREC 10 macro
/freebsd-10-stable/sbin/dump/
Dmain.c78 int ntrec = NTREC; /* # tape blocks in each tape record */
/freebsd-10-stable/sbin/restore/
Dtape.c134 newtapebuf(NTREC > HIGHDENSITYTREC ? NTREC : HIGHDENSITYTREC); in setinput()