Searched refs:index_mm (Results 1 – 3 of 3) sorted by relevance
/external/kmod/libkmod/ |
D | libkmod-index.h | 42 struct index_mm; 44 unsigned long long *stamp, struct index_mm **pidx); 45 void index_mm_close(struct index_mm *index); 46 char *index_mm_search(struct index_mm *idx, const char *key); 47 struct index_value *index_mm_searchwild(struct index_mm *idx, const char *key); 48 void index_mm_dump(struct index_mm *idx, int fd, const char *prefix);
|
D | libkmod-index.c | 613 struct index_mm { struct 632 struct index_mm *idx; argument 668 static struct index_mm_node *index_mm_read_node(struct index_mm *idx, in index_mm_read_node() 743 unsigned long long *stamp, struct index_mm **pidx) in index_mm_open() 747 struct index_mm *idx; in index_mm_open() 822 void index_mm_close(struct index_mm *idx) in index_mm_close() 828 static struct index_mm_node *index_mm_readroot(struct index_mm *idx) in index_mm_readroot() 876 void index_mm_dump(struct index_mm *idx, int fd, const char *prefix) in index_mm_dump() 936 char *index_mm_search(struct index_mm *idx, const char *key) in index_mm_search() 1072 struct index_value *index_mm_searchwild(struct index_mm *idx, const char *key) in index_mm_searchwild()
|
D | libkmod.c | 87 struct index_mm *indexes[_KMOD_INDEX_MODULES_SIZE];
|