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

/freebsd-10.0-release/sbin/hastd/
H A Dsecondary.c70 void *hio_data; member in struct:hio
146 * We don't copy hio_error, hio_data and hio_next fields.
185 hio->hio_data = malloc(MAXPHYS);
186 if (hio->hio_data == NULL) {
692 hio->hio_data, MAXPHYS) == -1) {
780 ret = pread(res->hr_localfd, hio->hio_data,
791 ret = pwrite(res->hr_localfd, hio->hio_data,
868 data = hio->hio_data;

Completed in 58 milliseconds