Lines Matching refs:dlpp
536 struct device_list **dlpp; in set_device() local
553 dlpp = &dlp; in set_device()
581 *dlpp = dln; in set_device()
582 dlpp = &dln->dl_next; in set_device()
584 *dlpp = NULL; in set_device()
586 dlpp = &slp->sl_dev; in set_device()
588 while (*dlpp != NULL) in set_device()
589 dlpp = &(*dlpp)->dl_next; in set_device()
590 *dlpp = dlp; in set_device()
1581 struct device_list **dlpp; in get_device_list() local
1590 dlpp = &psp->ps_star; in get_device_list()
1613 *dlpp = dlp; in get_device_list()
1614 dlpp = &dlp->dl_next; in get_device_list()
1620 *dlpp = NULL; in get_device_list()
1624 for (dlpp = &psp->ps_star; (dlp = *dlpp) != NULL; ) { in get_device_list()
1629 *dlpp = dlp->dl_next; in get_device_list()
1632 dlpp = &dlp->dl_next; in get_device_list()