Home
last modified time | relevance | path

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

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c80 struct pmaplist *map_head = &pre_init[0]; variable
120 prev = map_head; in bpmap_delport()
121 for (tmp = map_head; tmp != NULL; tmp = tmp->pml_next) { in bpmap_delport()
124 if (tmp == map_head) in bpmap_delport()
125 map_head = tmp->pml_next; /* new head */ in bpmap_delport()
432 for (walk = map_head; walk != 0; walk = walk->pml_next) { in bpmap_getport()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h244 prmap_node_t *map_head; member
/illumos-gate/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()
1554 map_list_free(cbarg.map_head); in Pread_maps_gcore()
1558 for (i = 0, n = cbarg.map_head; i < cbarg.map_len; i++, n = n->next) { in Pread_maps_gcore()
1561 map_list_free(cbarg.map_head); in Pread_maps_gcore()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c496 static char *map_head = "%-?s %?s %-10s used reason\n"; variable
503 dprintf((map_head, "mapping", "", "backing")); in leaky_mappings_header()