HomeSort by relevance Sort by last modified time
    Searched refs:keystring (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/profilers/powertop/src/
suggestions.c 49 char *keystring; member in struct:suggestion
69 free(ptr->keystring);
80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func)
94 if (keystring)
95 new->keystring = strdup(keystring);
128 if (ptr->keystring)
129 strncpy(status_bar_slots[8],ptr->keystring, 40);
powertop.h 115 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func);

Completed in 68 milliseconds