Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/hastd/
H A Dnv.c89 int nv_error; member
138 nv->nv_error = 0; in nv_alloc()
172 return (nv->nv_error); in nv_error()
188 preverr = nv->nv_error; in nv_set_error()
189 nv->nv_error = error; in nv_set_error()
328 if (nv->nv_error == 0) in nv_validate()
329 nv->nv_error = error; in nv_validate()
383 nv->nv_error = 0; in nv_ntoh()
483 if (nv->nv_error == 0) in nv_add_stringv()
776 if (nv->nv_error == 0) in nv_add()
[all …]
H A Dmetadata.c149 if (nv_error(nv) != 0) { in metadata_read()
150 errno = rerrno = nv_error(nv); in metadata_read()
203 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.c58 error = nv_error(nvout); in event_send()
142 error = nv_error(nvout); in event_recv()
H A Dhast_proto.c101 if (nv_error(nv) != 0) { in hast_proto_send()
102 errno = nv_error(nv); in hast_proto_send()
H A Dhast_compression.c236 if (nv_error(nv) != 0) { in compression_send()
238 errno = nv_error(nv); in compression_send()
H A Dcontrol.c163 error = nv_error(cnvout); in control_status_worker()
410 if (nv_error(nvout) != 0) in control_handle()
508 if (nv_error(nvout) != 0) { in ctrl_thread()
H A Dhastd.c456 if (nv_error(nvout) != 0) { in resource_reload()
934 if (nv_error(nvout) != 0) { in listen_accept()
935 pjdlog_common(LOG_ERR, 0, nv_error(nvout), in listen_accept()
939 strerror(nv_error(nvout))); in listen_accept()
966 if (nv_error(nverr) != 0) { in listen_accept()
967 pjdlog_common(LOG_ERR, 0, nv_error(nverr), in listen_accept()
H A Dprimary.c664 if (nv_error(nvout) != 0) { in init_remote()
665 pjdlog_common(LOG_WARNING, 0, nv_error(nvout), in init_remote()
750 if (nv_error(nvout) != 0) { in init_remote()
751 pjdlog_common(LOG_WARNING, 0, nv_error(nvout), in init_remote()
1519 if (nv_error(nv) != 0) { in keepalive_send()
1609 if (nv_error(nv) != 0) { in remote_send_thread()
1610 hio->hio_errors[ncomp] = nv_error(nv); in remote_send_thread()
1616 strerror(nv_error(nv))); in remote_send_thread()
H A Dnv.h47 int nv_error(const struct nv *nv);
H A Dsecondary.c582 if (nv_error(nv) != 0) { in requnpack()
588 if (nv_error(nv) != 0) { in requnpack()