Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c663 struct transit_list *trl_next; member
975 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in delspan_insert()
2858 tlp->trl_next = trh->trh_head; in transit_list_insert()
2872 tlpp = &(*tlpp)->trl_next; in transit_list_remove()
2875 *tlpp = tlp->trl_next; in transit_list_remove()
2876 tlp->trl_next = NULL; in transit_list_remove()
2884 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) { in pfnum_to_transit_list()