Searched defs:mhbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c2332 char *mhbuf, *pp, *tp; local
2351 if ((mhbuf = malloc(size)) == NULL)
2357 pp = mhbuf;
2365 free(mhbuf);
2373 if ((pp = realloc(mhbuf, mhpx->nh_total_bytes))
2375 free(mhbuf);
2378 mhbuf = pp;
2400 mhp = (ndmp_metadata_header_t *)mhbuf;
2407 mhpx = (ndmp_metadata_header_ext_t *)mhbuf;
2414 free(mhbuf);
[all...]

Completed in 64 milliseconds