Lines Matching defs:newmap
562 mapnode_t *newmap = malloc(sizeof (mapnode_t));
571 newmap->pmp = malloc(sizeof (prmap_t));
572 newmap->label[0] = '\0';
573 newmap->mtypes = 0;
574 newmap->next = NULL;
575 (void) memcpy(newmap->pmp, pmp, sizeof (prmap_t));
585 newmap->label, sizeof (newmap->label));
587 newmap->mtypes |= 1 << AT_SHARED;
589 newmap->mtypes |= 1 << AT_PRIVM;
593 lname = anon_name(newmap->label, Psp, stacks, nstacks,
595 &newmap->mtypes);
637 newmap->mtypes &= at_map;
639 if (newmap->mtypes & (1 << i)) {
650 maplist_head = maplist_tail = newmap;
652 maplist_tail->next = newmap;
653 maplist_tail = newmap;