Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/backup/restore/
H A Dtape.c76 static int checktype(struct s_spcl *, int);
322 if (checktype(&spcl, TS_CLRI) == FAIL) { in setup()
354 if (checktype(&spcl, TS_BITS) == FAIL) { in setup()
358 checktype(&spcl, TS_END) == GOOD) { in setup()
1017 while (checktype(&spcl, TS_CLRI) == GOOD || in skipmaps()
1018 checktype(&spcl, TS_BITS) == GOOD) in skipmaps()
1050 if (checktype(&spcl, TS_END) == GOOD) { in getfile()
1118 if ((readhdr(&spcl) == GOOD) && (checktype(&spcl, TS_ADDR) == GOOD)) { in getfile()
1992 if (checktype(header, TS_ADDR) == GOOD) { in findinode()
2002 if (checktype(header, TS_INODE) == GOOD) { in findinode()
[all …]