Home
last modified time | relevance | path

Searched refs:map_head (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dpmap.c82 struct pmaplist *map_head = &pre_init[0]; variable
122 prev = map_head; in bpmap_delport()
123 for (tmp = map_head; tmp != NULL; tmp = tmp->pml_next) { in bpmap_delport()
126 if (tmp == map_head) in bpmap_delport()
127 map_head = tmp->pml_next; /* new head */ in bpmap_delport()
434 for (walk = map_head; walk != 0; walk = walk->pml_next) { in bpmap_getport()
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h244 prmap_node_t *map_head; member
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c758 if (cbarg->map_head == NULL) { in read_maps_cb()
759 cbarg->map_head = cbarg->map_tail = mnode; in read_maps_cb()
1553 map_list_free(cbarg.map_head); in Pread_maps_gcore()
1557 for (i = 0, n = cbarg.map_head; i < cbarg.map_len; i++, n = n->next) { in Pread_maps_gcore()
1560 map_list_free(cbarg.map_head); in Pread_maps_gcore()
/titanic_41/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c498 static char *map_head = "%-?s %?s %-10s used reason\n"; variable
505 dprintf((map_head, "mapping", "", "backing")); in leaky_mappings_header()