Home
last modified time | relevance | path

Searched refs:wa_pathlist (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c1948 list_t wa_pathlist; member
1980 list_insert_tail(&wargs->wa_pathlist, pe); in modctl_inst_walker()
2028 list_create(&wargs->wa_pathlist, in modctl_remdrv_cleanup()
2033 for (pe = list_head(&wargs->wa_pathlist); pe != NULL; in modctl_remdrv_cleanup()
2034 pe = list_next(&wargs->wa_pathlist, pe)) { in modctl_remdrv_cleanup()
2041 while ((pe = list_head(&wargs->wa_pathlist)) != NULL) { in modctl_remdrv_cleanup()
2042 list_remove(&wargs->wa_pathlist, pe); in modctl_remdrv_cleanup()
2082 list_create(&wargs->wa_pathlist, in dev_devices_cleanup()
2089 for (pe = list_head(&wargs->wa_pathlist); pe != NULL; in dev_devices_cleanup()
2090 pe = list_next(&wargs->wa_pathlist, pe)) { in dev_devices_cleanup()
[all …]