Searched refs:nv_assert (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sbin/hastd/ |
| HD | primary.c | 2224 nv_assert(nv, "remoteaddr"); in primary_config_reload() 2225 nv_assert(nv, "sourceaddr"); in primary_config_reload() 2226 nv_assert(nv, "replication"); in primary_config_reload() 2227 nv_assert(nv, "checksum"); in primary_config_reload() 2228 nv_assert(nv, "compression"); in primary_config_reload() 2229 nv_assert(nv, "timeout"); in primary_config_reload() 2230 nv_assert(nv, "exec"); in primary_config_reload() 2231 nv_assert(nv, "metaflush"); in primary_config_reload()
|
| HD | nv.h | 130 void nv_assert(struct nv *nv, const char *namefmt, ...) __printflike(2, 3);
|
| HD | nv.c | 609 nv_assert(struct nv *nv, const char *namefmt, ...) in nv_assert() function
|