Searched defs:checktype (Results 1 – 4 of 4) sorted by relevance
130 #define checktype(o,t) (ttypenv(o) == (t)) macro364 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
1061 struct regional* region, int checkbit, uint16_t checktype, in grab_nsec()
90 #define checktype(o,t) (ttype(o) == (t)) macro
8115 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local