Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlobject.h130 #define checktype(o,t) (ttypenv(o) == (t)) macro
364 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro
/freebsd-13.1/contrib/unbound/validator/
H A Dval_neg.c1061 struct regional* region, int checkbit, uint16_t checktype, in grab_nsec()
/freebsd-13.1/contrib/lua/src/
H A Dlobject.h90 #define checktype(o,t) (ttype(o) == (t)) macro
/freebsd-13.1/sys/netipsec/
H A Dkey.c8115 enum { NONE, ADDR } checktype = NONE; in key_validate_ext() local