Searched refs:wa_pathlist (Results 1 – 1 of 1) sorted by relevance
1942 list_t wa_pathlist; member1974 list_insert_tail(&wargs->wa_pathlist, pe); in modctl_inst_walker()2022 list_create(&wargs->wa_pathlist, in modctl_remdrv_cleanup()2027 for (pe = list_head(&wargs->wa_pathlist); pe != NULL; in modctl_remdrv_cleanup()2028 pe = list_next(&wargs->wa_pathlist, pe)) { in modctl_remdrv_cleanup()2035 while ((pe = list_head(&wargs->wa_pathlist)) != NULL) { in modctl_remdrv_cleanup()2036 list_remove(&wargs->wa_pathlist, pe); in modctl_remdrv_cleanup()2076 list_create(&wargs->wa_pathlist, in dev_devices_cleanup()2083 for (pe = list_head(&wargs->wa_pathlist); pe != NULL; in dev_devices_cleanup()2084 pe = list_next(&wargs->wa_pathlist, pe)) { in dev_devices_cleanup()[all …]