Lines Matching refs:tb_property_dir
107 struct tb_property_dir { struct
138 struct tb_property_dir *dir;
145 struct tb_property_dir *tb_property_parse_dir(const u32 *block,
147 ssize_t tb_property_format_dir(const struct tb_property_dir *dir, u32 *block,
149 struct tb_property_dir *tb_property_copy_dir(const struct tb_property_dir *dir);
150 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid);
151 void tb_property_free_dir(struct tb_property_dir *dir);
152 int tb_property_add_immediate(struct tb_property_dir *parent, const char *key,
154 int tb_property_add_data(struct tb_property_dir *parent, const char *key,
156 int tb_property_add_text(struct tb_property_dir *parent, const char *key,
158 int tb_property_add_dir(struct tb_property_dir *parent, const char *key,
159 struct tb_property_dir *dir);
161 struct tb_property *tb_property_find(struct tb_property_dir *dir,
163 struct tb_property *tb_property_get_next(struct tb_property_dir *dir,
171 int tb_register_property_dir(const char *key, struct tb_property_dir *dir);
172 void tb_unregister_property_dir(const char *key, struct tb_property_dir *dir);
247 struct tb_property_dir *remote_properties;