Home
last modified time | relevance | path

Searched refs:bits_match (Results 1 – 3 of 3) sorted by relevance

/netbsd/sbin/cgdconfig/
H A Dutils.h72 int bits_match(const bits_t *, const bits_t *);
H A Dutils.c304 bits_match(const bits_t *b1, const bits_t *b2) in bits_match() function
H A Dcgdconfig.c1261 ret = !bits_match(key, orig_key); in verify_reenter()