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

/freebsd-9.3-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dmerge.c803 mlist_t *omem, **nmemp; local
805 for (omem = old->t_members, nmemp = &new->t_members;
806 omem; omem = omem->ml_next, nmemp = &((*nmemp)->ml_next)) {
807 *nmemp = xmalloc(sizeof (mlist_t));
808 (*nmemp)->ml_offset = omem->ml_offset;
809 (*nmemp)->ml_size = omem->ml_size;
810 (*nmemp)->ml_name = xstrdup(omem->ml_name ? omem->ml_name : "empty omem->ml_name");
811 (void) remap_node(&((*nmemp)->ml_type), omem->ml_type,
814 *nmemp
[all...]

Completed in 53 milliseconds