Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/hastd/
HDnv.c89 int nv_error; member
138 nv->nv_error = 0; in nv_alloc()
164 nv_error(const struct nv *nv) in nv_error() function
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()
211 PJDLOG_ASSERT(nv->nv_error == 0); in nv_validate()
328 if (nv->nv_error == 0) in nv_validate()
329 nv->nv_error = error; in nv_validate()
349 PJDLOG_ASSERT(nv->nv_error == 0); in nv_hton()
[all …]
HDmetadata.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()
HDevent.c58 error = nv_error(nvout); in event_send()
142 error = nv_error(nvout); in event_recv()
HDhast_checksum.c106 if (nv_error(nv) != 0) { in checksum_send()
107 errno = nv_error(nv); in checksum_send()
HDhast_proto.c101 if (nv_error(nv) != 0) { in hast_proto_send()
102 errno = nv_error(nv); in hast_proto_send()
HDhast_compression.c236 if (nv_error(nv) != 0) { in compression_send()
238 errno = nv_error(nv); in compression_send()
HDcontrol.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()
HDhastd.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()
HDprimary.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()
HDnv.h47 int nv_error(const struct nv *nv);
HDsecondary.c582 if (nv_error(nv) != 0) { in requnpack()
588 if (nv_error(nv) != 0) { in requnpack()