nhgrp_container
sz += sizeof(struct nhgrp_container);
nhgc = (struct nhgrp_container *)(nhge + 1);
nhgc->nhgc_len = sizeof(struct nhgrp_container);
nhgc = (struct nhgrp_container *)(&ext[nhg_priv->nhg_nh_count]);
nhgc->nhgc_len = sizeof(struct nhgrp_container);
sz += 2 * sizeof(struct nhgrp_container);
struct nhgrp_container *nhgc;
sz += sizeof(struct nhgrp_container);
struct nhgrp_container *nhg_cp, *nhg_dp;
nhg_cp = (struct nhgrp_container *)(nhge + 1);
nhg_dp = (struct nhgrp_container *)((char *)nhg_cp + nhg_cp->nhgc_len);