Searched refs:mhbuf (Results 1 – 1 of 1) sorted by relevance
2332 char *mhbuf, *pp, *tp; in ndmp_iter_zfs() local2351 if ((mhbuf = malloc(size)) == NULL) in ndmp_iter_zfs()2357 pp = mhbuf; in ndmp_iter_zfs()2365 free(mhbuf); in ndmp_iter_zfs()2373 if ((pp = realloc(mhbuf, mhpx->nh_total_bytes)) in ndmp_iter_zfs()2375 free(mhbuf); in ndmp_iter_zfs()2378 mhbuf = pp; in ndmp_iter_zfs()2400 mhp = (ndmp_metadata_header_t *)mhbuf; in ndmp_iter_zfs()2407 mhpx = (ndmp_metadata_header_ext_t *)mhbuf; in ndmp_iter_zfs()2414 free(mhbuf); in ndmp_iter_zfs()[all …]