Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dprimary.c86 int *hio_errors; member
477 hio->hio_errors = malloc(sizeof(hio->hio_errors[0]) * ncomps); in init_environment()
478 if (hio->hio_errors == NULL) { in init_environment()
481 sizeof(hio->hio_errors[0]) * ncomps); in init_environment()
1277 hio->hio_errors[ii] = EINVAL; in ggate_recv_thread()
1406 hio->hio_errors[ncomp] = 0; in local_send_thread()
1429 hio->hio_errors[ncomp] = errno; in local_send_thread()
1434 hio->hio_errors[ncomp] = EIO; in local_send_thread()
1439 hio->hio_errors[ncomp] = 0; in local_send_thread()
1451 hio->hio_errors[ncomp] = errno; in local_send_thread()
[all …]