HomeSort by: relevance | last modified time | path
    Searched defs:pm_last (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/sysinst/
disks.c 911 struct pm_devs *pm_i, *pm_last = NULL; local in function:find_disks
1054 pm_last = pm_i;
1195 if (SLIST_EMPTY(&pm_head) || pm_last == NULL)
1198 SLIST_INSERT_AFTER(pm_last, pm_new, l);
disks.c 911 struct pm_devs *pm_i, *pm_last = NULL; local in function:find_disks
1054 pm_last = pm_i;
1195 if (SLIST_EMPTY(&pm_head) || pm_last == NULL)
1198 SLIST_INSERT_AFTER(pm_last, pm_new, l);
disks.c 911 struct pm_devs *pm_i, *pm_last = NULL; local in function:find_disks
1054 pm_last = pm_i;
1195 if (SLIST_EMPTY(&pm_head) || pm_last == NULL)
1198 SLIST_INSERT_AFTER(pm_last, pm_new, l);

Completed in 156 milliseconds