Home
last modified time | relevance | path

Searched refs:nv_error (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/sbin/hastd/
H A Dnv.c92 int nv_error; member
141 nv->nv_error = 0; in nv_alloc()
175 return (nv->nv_error); in nv_error()
191 preverr = nv->nv_error; in nv_set_error()
192 nv->nv_error = error; in nv_set_error()
331 if (nv->nv_error == 0) in nv_validate()
332 nv->nv_error = error; in nv_validate()
386 nv->nv_error = 0; in nv_ntoh()
486 if (nv->nv_error == 0) in nv_add_stringv()
779 if (nv->nv_error == 0) in nv_add()
[all …]
H A Dmetadata.c152 if (nv_error(nv) != 0) { in metadata_read()
153 errno = rerrno = nv_error(nv); in metadata_read()
206 if (nv_error(nv) != 0) { in metadata_write()
H A Dhast_checksum.c106 if (nv_error(nv) != 0) { in checksum_send()
107 errno = nv_error(nv); in checksum_send()
H A Devent.c60 error = nv_error(nvout); in event_send()
144 error = nv_error(nvout); in event_recv()
H A Dhast_proto.c103 if (nv_error(nv) != 0) { in hast_proto_send()
104 errno = nv_error(nv); in hast_proto_send()
H A Dhast_compression.c238 if (nv_error(nv) != 0) { in compression_send()
240 errno = nv_error(nv); in compression_send()
H A Dcontrol.c166 error = nv_error(cnvout); in control_status_worker()
413 if (nv_error(nvout) != 0) in control_handle()
511 if (nv_error(nvout) != 0) { in ctrl_thread()
H A Dhastd.c458 if (nv_error(nvout) != 0) { in resource_reload()
936 if (nv_error(nvout) != 0) { in listen_accept()
937 pjdlog_common(LOG_ERR, 0, nv_error(nvout), in listen_accept()
941 strerror(nv_error(nvout))); in listen_accept()
968 if (nv_error(nverr) != 0) { in listen_accept()
969 pjdlog_common(LOG_ERR, 0, nv_error(nverr), in listen_accept()
H A Dprimary.c666 if (nv_error(nvout) != 0) { in init_remote()
667 pjdlog_common(LOG_WARNING, 0, nv_error(nvout), in init_remote()
752 if (nv_error(nvout) != 0) { in init_remote()
753 pjdlog_common(LOG_WARNING, 0, nv_error(nvout), in init_remote()
1521 if (nv_error(nv) != 0) { in keepalive_send()
1611 if (nv_error(nv) != 0) { in remote_send_thread()
1612 hio->hio_errors[ncomp] = nv_error(nv); in remote_send_thread()
1618 strerror(nv_error(nv))); in remote_send_thread()
H A Dnv.h50 int nv_error(const struct nv *nv);
H A Dsecondary.c584 if (nv_error(nv) != 0) { in requnpack()
590 if (nv_error(nv) != 0) { in requnpack()