Home
last modified time | relevance | path

Searched refs:map_tail (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c81 struct pmaplist *map_tail = &pre_init[PMAP_STATIC]; variable
105 map_tail->pml_next = newp; in bpmap_addport()
107 map_tail = newp; in bpmap_addport()
126 else if (tmp == map_tail) { in bpmap_delport()
127 map_tail = prev; /* new tail */ in bpmap_delport()
128 map_tail->pml_next = NULL; in bpmap_delport()
520 if (map_tail == &pre_init[PMAP_STATIC]) in bpmap_memfree()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h245 prmap_node_t *map_tail; member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c759 cbarg->map_head = cbarg->map_tail = mnode; in read_maps_cb()
761 cbarg->map_tail->next = mnode; in read_maps_cb()
762 cbarg->map_tail = mnode; in read_maps_cb()