Home
last modified time | relevance | path

Searched refs:index_node_f (Results 1 – 1 of 1) sorted by relevance

/external/kmod/libkmod/
Dlibkmod-index.c227 struct index_node_f { struct
236 static struct index_node_f *index_read(FILE *in, uint32_t offset) in index_read() argument
238 struct index_node_f *node; in index_read()
261 node = NOFAIL(malloc(sizeof(struct index_node_f) + in index_read()
270 node = NOFAIL(malloc(sizeof(struct index_node_f))); in index_read()
300 static void index_close(struct index_node_f *node) in index_close()
349 static struct index_node_f *index_readroot(struct index_file *in) in index_readroot()
354 static struct index_node_f *index_readchild(const struct index_node_f *parent, in index_readchild()
365 static void index_dump_node(struct index_node_f *node, struct strbuf *buf, in index_dump_node()
381 struct index_node_f *child = index_readchild(node, ch); in index_dump_node()
[all …]