Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h131 #define checktype(o,t) (ttypenv(o) == (t)) macro
365 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c2046 checktype(struct s_spcl *b, int t) in checktype() function