Lines Matching refs:tb_property_dir

41 static struct tb_property_dir *__tb_property_parse_dir(const u32 *block,
103 struct tb_property_dir *dir; in tb_property_parse()
164 static struct tb_property_dir *__tb_property_parse_dir(const u32 *block, in __tb_property_parse_dir()
170 struct tb_property_dir *dir; in __tb_property_parse_dir()
219 struct tb_property_dir *tb_property_parse_dir(const u32 *block, in tb_property_parse_dir()
241 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir()
243 struct tb_property_dir *dir; in tb_property_create_dir()
292 void tb_property_free_dir(struct tb_property_dir *dir) in tb_property_free_dir()
308 static size_t tb_property_dir_length(const struct tb_property_dir *dir, in tb_property_dir_length()
347 static ssize_t __tb_property_format_dir(const struct tb_property_dir *dir, in __tb_property_format_dir()
427 const struct tb_property_dir *child; in __tb_property_format_dir()
487 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block, in tb_property_format_dir()
509 int tb_property_add_immediate(struct tb_property_dir *parent, const char *key, in tb_property_add_immediate()
538 int tb_property_add_data(struct tb_property_dir *parent, const char *key, in tb_property_add_data()
569 int tb_property_add_text(struct tb_property_dir *parent, const char *key, in tb_property_add_text()
598 int tb_property_add_dir(struct tb_property_dir *parent, const char *key, in tb_property_add_dir()
599 struct tb_property_dir *dir) in tb_property_add_dir()
640 struct tb_property *tb_property_find(struct tb_property_dir *dir, in tb_property_find()
659 struct tb_property *tb_property_get_next(struct tb_property_dir *dir, in tb_property_get_next()