Searched defs:trl_next (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c662 struct transit_list *trl_next; member in struct:transit_list
974 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) {
2857 tlp->trl_next = trh->trh_head;
2871 tlpp = &(*tlpp)->trl_next;
2874 *tlpp = tlp->trl_next;
2875 tlp->trl_next = NULL;
2883 for (tlp = trh->trh_head; tlp != NULL; tlp = tlp->trl_next) {

Completed in 51 milliseconds