Searched refs:mhbuf (Results 1 – 1 of 1) sorted by relevance
2333 char *mhbuf, *pp, *tp; in ndmp_iter_zfs() local2351 if ((mhbuf = malloc(size)) == NULL) in ndmp_iter_zfs()2359 pp = mhbuf; in ndmp_iter_zfs()2367 free(mhbuf); in ndmp_iter_zfs()2375 if ((pp = realloc(mhbuf, mhpx->nh_total_bytes)) in ndmp_iter_zfs()2377 free(mhbuf); in ndmp_iter_zfs()2380 mhbuf = pp; in ndmp_iter_zfs()2402 mhp = (ndmp_metadata_header_t *)mhbuf; in ndmp_iter_zfs()2409 mhpx = (ndmp_metadata_header_ext_t *)mhbuf; in ndmp_iter_zfs()2416 free(mhbuf); in ndmp_iter_zfs()[all …]