Searched defs:wa_pathlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c1942 list_t wa_pathlist; member in struct:walk_args
1974 list_insert_tail(&wargs->wa_pathlist, pe);
2022 list_create(&wargs->wa_pathlist,
2027 for (pe = list_head(&wargs->wa_pathlist); pe != NULL;
2028 pe = list_next(&wargs->wa_pathlist, pe)) {
2035 while ((pe = list_head(&wargs->wa_pathlist)) != NULL) {
2036 list_remove(&wargs->wa_pathlist, pe);
2076 list_create(&wargs->wa_pathlist,
2083 for (pe = list_head(&wargs->wa_pathlist); pe != NULL;
2084 pe = list_next(&wargs->wa_pathlist, p
[all...]

Completed in 67 milliseconds