Home
last modified time | relevance | path

Searched refs:root_set (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/proc/
H A Dproc_sysctl.c1245 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links() local
1250 if (head->set == root_set) in insert_links()
1253 core_parent = xlate_dir(root_set, head->parent); in insert_links()
1468 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in put_links() local
1474 if (header->set == root_set) in put_links()
1477 core_parent = xlate_dir(root_set, parent); in put_links()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-wpa-supplicant/
H A D0001-cli-drop-the-second-argument-from-click.argument-dec.patch82 def root_set(name, value):
/openbmc/linux/tools/net/ynl/
H A Dynl-gen-c.py929 for root_set, rs_members in self.root_sets.items():
930 for attr, spec in self.attr_sets[root_set].items():