Searched defs:bif_flags (Results 1 – 1 of 1) sorted by relevance
52 struct bif_flags { struct53 const char name[32];54 uint64_t flag;55 char *(*parse)(char *line, struct bif_entry *bf);193 static const struct bif_flags bif_flags[] = { variable