Searched refs:hio_data (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sbin/hastd/
H A Dsecondary.c72 void *hio_data; member in struct:hio
160 * We don't copy hio_error, hio_data and hio_next fields.
199 hio->hio_data = malloc(MAXPHYS);
200 if (hio->hio_data == NULL) {
708 hio->hio_data, MAXPHYS) == -1) {
796 ret = pread(res->hr_localfd, hio->hio_data,
807 ret = pwrite(res->hr_localfd, hio->hio_data,
884 data = hio->hio_data;

Completed in 48 milliseconds