Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c77 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()
1019 checktype(&spcl, TS_BITS) == GOOD) in skipmaps()
1051 if (checktype(&spcl, TS_END) == GOOD) { in getfile()
1989 if (checktype(header, TS_ADDR) == GOOD) { in findinode()
2009 if (checktype(header, TS_END) == GOOD) { in findinode()
2014 if (checktype(header, TS_CLRI) == GOOD) { in findinode()
2019 if (checktype(header, TS_BITS) == GOOD) { in findinode()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h131 #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