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

  /external/kmod/libkmod/
libkmod-index.h 24 struct index_value { struct
25 struct index_value *next;
37 struct index_value *index_searchwild(struct index_file *idx, const char *key);
39 void index_values_free(struct index_value *values);
47 struct index_value *index_mm_searchwild(struct index_mm *idx, const char *key);
  /external/kmod/tools/
depmod.c 157 struct index_value { struct
158 struct index_value *next;
166 struct index_value *values;
194 static void index_values_free(struct index_value *values)
197 struct index_value *value = values;
232 static int index_add_value(struct index_value **values,
235 struct index_value *v;
250 v = NOFAIL(calloc(sizeof(struct index_value) + len + 1, 1));
380 const struct index_value *v;
    [all...]

Completed in 613 milliseconds