Searched refs:nverr (Results 1 – 1 of 1) sorted by relevance
| /src/sbin/hastd/ |
| H A D | hastd.c | 746 struct nv *nvin, *nvout, *nverr; in listen_accept() local 771 nvin = nvout = nverr = NULL; in listen_accept() 821 nverr = nv_alloc(); in listen_accept() 832 nv_add_stringf(nverr, "errmsg", "Resource not configured."); in listen_accept() 842 nv_add_stringf(nverr, "errmsg", "No access to the resource."); in listen_accept() 850 nv_add_stringf(nverr, "errmsg", in listen_accept() 858 nv_add_uint8(nverr, 1, "wait"); in listen_accept() 866 nv_add_stringf(nverr, "errmsg", "Token doesn't match."); in listen_accept() 936 nv_add_stringf(nverr, "errmsg", in listen_accept() 946 nv_add_stringf(nverr, "errmsg", in listen_accept() [all …]
|