Lines Matching defs:path
49 _lookup_config_node(nvlist_t *parent, const char *path, bool create) in _lookup_config_node()
106 create_config_node(const char *path) in create_config_node()
113 find_config_node(const char *path) in find_config_node()
120 create_relative_config_node(nvlist_t *parent, const char *path) in create_relative_config_node()
127 find_relative_config_node(nvlist_t *parent, const char *path) in find_relative_config_node()
162 set_config_value(const char *path, const char *value) in set_config_value()
194 set_config_value_if_unset(const char *const path, const char *const value) in set_config_value_if_unset()
204 get_raw_config_value(const char *path) in get_raw_config_value()
240 char *nestedval, *path, *valbuf; in _expand_config_value() local
334 get_config_value(const char *path) in get_config_value()
379 get_config_bool(const char *path) in get_config_bool()
390 get_config_bool_default(const char *path, bool def) in get_config_bool_default()
424 set_config_bool(const char *path, bool value) in set_config_bool()