Searched refs:wa_pathlist (Results 1 – 1 of 1) sorted by relevance
1960 list_t wa_pathlist; member1992 list_insert_tail(&wargs->wa_pathlist, pe); in modctl_inst_walker()2040 list_create(&wargs->wa_pathlist, in modctl_remdrv_cleanup()2045 for (pe = list_head(&wargs->wa_pathlist); pe != NULL; in modctl_remdrv_cleanup()2046 pe = list_next(&wargs->wa_pathlist, pe)) { in modctl_remdrv_cleanup()2053 while ((pe = list_head(&wargs->wa_pathlist)) != NULL) { in modctl_remdrv_cleanup()2054 list_remove(&wargs->wa_pathlist, pe); in modctl_remdrv_cleanup()2094 list_create(&wargs->wa_pathlist, in dev_devices_cleanup()2101 for (pe = list_head(&wargs->wa_pathlist); pe != NULL; in dev_devices_cleanup()2102 pe = list_next(&wargs->wa_pathlist, pe)) { in dev_devices_cleanup()[all …]