Searched refs:checktype (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | tape.c | 76 static int checktype(struct s_spcl *, int); 322 if (checktype(&spcl, TS_CLRI) == FAIL) { 354 if (checktype(&spcl, TS_BITS) == FAIL) { 358 checktype(&spcl, TS_END) == GOOD) { 1017 while (checktype(&spcl, TS_CLRI) == GOOD || 1018 checktype(&spcl, TS_BITS) == GOOD) 1050 if (checktype(&spcl, TS_END) == GOOD) { 1118 if ((readhdr(&spcl) == GOOD) && (checktype(&spcl, TS_ADDR) == GOOD)) { 1992 if (checktype(header, TS_ADDR) == GOOD) { 2002 if (checktype(heade 2049 checktype(struct s_spcl *b, int t) function [all...] |
Completed in 61 milliseconds