Searched refs:nmemp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c794 mlist_t *omem, **nmemp; local
796 for (omem = old->t_members, nmemp = &new->t_members;
797 omem; omem = omem->ml_next, nmemp = &((*nmemp)->ml_next)) {
798 *nmemp = xmalloc(sizeof (mlist_t));
799 (*nmemp)->ml_offset = omem->ml_offset;
800 (*nmemp)->ml_size = omem->ml_size;
801 (*nmemp)->ml_name = xstrdup(omem->ml_name ? omem->ml_name : "empty omem->ml_name");
802 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type,
805 *nmemp
[all...]

Completed in 110 milliseconds