Lines Matching defs:path
51 _lookup_config_node(nvlist_t *parent, const char *path, bool create) in _lookup_config_node()
116 create_config_node(const char *path) in create_config_node()
123 find_config_node(const char *path) in find_config_node()
130 create_relative_config_node(nvlist_t *parent, const char *path) in create_relative_config_node()
137 find_relative_config_node(nvlist_t *parent, const char *path) in find_relative_config_node()
172 set_config_value(const char *path, const char *value) in set_config_value()
204 set_config_value_if_unset(const char *const path, const char *const value) in set_config_value_if_unset()
214 get_raw_config_value(const char *path) in get_raw_config_value()
250 char *nestedval, *path, *valbuf; in _expand_config_value() local
344 get_config_value(const char *path) in get_config_value()
390 get_config_bool(const char *path) in get_config_bool()
401 get_config_bool_default(const char *path, bool def) in get_config_bool_default()
435 set_config_bool(const char *path, bool value) in set_config_bool()