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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c82 struct pmaplist *map_head = &pre_init[0]; variable in typeref:struct:pmaplist
122 prev = map_head;
123 for (tmp = map_head; tmp != NULL; tmp = tmp->pml_next) {
126 if (tmp == map_head)
127 map_head = tmp->pml_next; /* new head */
434 for (walk = map_head; walk != 0; walk = walk->pml_next) {
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h244 prmap_node_t *map_head; member in struct:read_maps_cbarg
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c758 if (cbarg->map_head == NULL) {
759 cbarg->map_head = cbarg->map_tail = mnode;
1553 map_list_free(cbarg.map_head);
1557 for (i = 0, n = cbarg.map_head; i < cbarg.map_len; i++, n = n->next) {
1560 map_list_free(cbarg.map_head);
/illumos-gate/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"));

Completed in 93 milliseconds