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

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_restore_writer.c2323 ndmp_metadata_header_ext_t *mhpx; local
2371 mhpx = (ndmp_metadata_header_ext_t *)mhp;
2372 if (mhpx->nh_total_bytes > size) {
2373 if ((pp = realloc(mhbuf, mhpx->nh_total_bytes))
2380 size = mhpx->nh_total_bytes;
2407 mhpx = (ndmp_metadata_header_ext_t *)mhbuf;
2409 if (mhpx->nh_major > META_HDR_MAJOR_VERSION) {
2412 "M%d != M%d", mhpx->nh_major,
2417 if (mhpx->nh_major == META_HDR_MAJOR_VERSION &&
2418 mhpx
[all...]

Completed in 48 milliseconds