Searched refs:checktype (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/backup/restore/ |
H A D | tape.c | 77 static int checktype(struct s_spcl *, int); 323 if (checktype(&spcl, TS_CLRI) == FAIL) { in setup() 355 if (checktype(&spcl, TS_BITS) == FAIL) { in setup() 359 checktype(&spcl, TS_END) == GOOD) { in setup() 1018 while (checktype(&spcl, TS_CLRI) == GOOD || in skipmaps() 1019 checktype(&spcl, TS_BITS) == GOOD) in skipmaps() 1051 if (checktype(&spcl, TS_END) == GOOD) { in getfile() 1119 if ((readhdr(&spcl) == GOOD) && (checktype(&spcl, TS_ADDR) == GOOD)) { in getfile() 1989 if (checktype(header, TS_ADDR) == GOOD) { in findinode() 1999 if (checktype(header, TS_INODE) == GOOD) { in findinode() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/lua/ |
H A D | lobject.h | 131 #define checktype(o,t) (ttypenv(o) == (t)) macro 136 #define ttisstring(o) checktype((o), LUA_TSTRING) 140 #define ttisfunction(o) checktype(o, LUA_TFUNCTION) 363 #undef checktype 365 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
|