Home
last modified time | relevance | path

Searched refs:ESIZE_SHIFT_MAX (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/head/protocols/
H A Ddumprestore.h82 #define ESIZE_SHIFT_MAX 6 /* shift TP_BSIZE_MIN to TP_BSIZE_MAX */ macro
/titanic_44/usr/src/cmd/backup/dump/
H A Ddumpmain.c958 if ((esize_shift > ESIZE_SHIFT_MAX) || (ntrec == 0)) { in main()