Home
last modified time | relevance | path

Searched refs:nv_exists (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sbin/hastd/
HDnv.h128 bool nv_exists(struct nv *nv, const char *namefmt, ...) __printflike(2, 3);
HDsecondary.c296 if (nv_exists(nvin, "virgin")) { in init_remote()
577 hio->hio_memsync = nv_exists(nv, "memsync"); in requnpack()
HDprimary.c688 if (nv_exists(nvin, "wait")) in init_remote()
796 if (nv_exists(nvin, "virgin")) { in init_remote()
1758 memsyncack = nv_exists(nv, "received"); in remote_recv_thread()
HDnv.c595 nv_exists(struct nv *nv, const char *namefmt, ...) in nv_exists() function