Searched refs:sugg (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/powertop/common/
H A Dsuggestions.c60 static sugg_t *sugg; variable
76 if (sugg == NULL) {
94 sugg = new;
98 for (n = sugg; n != NULL; n = n->next) {
125 for (n = sugg; n->next != NULL; n = n->next)
132 if (pos == sugg) {
136 new->next = sugg;
137 new->prev = sugg;
138 sugg->prev = new;
139 sugg
[all...]

Completed in 14 milliseconds