Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/protocols/
H A Ddumprestore.h94 #define TP_NINOS (TP_NINDIR / sizeof (long)) macro
105 int32_t s_inos[TP_NINOS]; /* starting inodes on tape */
/illumos-gate/usr/src/cmd/backup/lib/
H A Dbyteorder.c204 (void) sprintf(buffy, "%dl", TP_NINOS); in normspcl()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c46 static ino_t inos[TP_NINOS]; /* starting inodes on each tape */
1567 if (tapeno < TP_NINOS) in otape()