Searched defs:map_head (Results 1 - 3 of 3) 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/modules/libumem/
H A Dleaky_subr.c498 static char *map_head = "%-?s %?s %-10s used reason\n"; variable
505 dprintf((map_head, "mapping", "", "backing"));
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h244 prmap_node_t *map_head; member in struct:read_maps_cbarg

Completed in 65 milliseconds