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

/freebsd-9.3-release/sbin/hastd/
H A Dsecondary.c70 void *hio_data; member in struct:hio
158 * We don't copy hio_error, hio_data and hio_next fields.
197 hio->hio_data = malloc(MAXPHYS);
198 if (hio->hio_data == NULL) {
706 hio->hio_data, MAXPHYS) == -1) {
794 ret = pread(res->hr_localfd, hio->hio_data,
805 ret = pwrite(res->hr_localfd, hio->hio_data,
882 data = hio->hio_data;

Completed in 72 milliseconds