Home
last modified time | relevance | path

Searched refs:mhbuf (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c2332 char *mhbuf, *pp, *tp; in ndmp_iter_zfs() local
2351 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 …]