Home
last modified time | relevance | path

Searched defs:option_table (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/
H A Doptions.c157 static struct cb_cmos_entries *lookup_cmos_entry(struct cb_cmos_option_table *option_table, const c… in lookup_cmos_entry()
174 struct cb_cmos_entries *first_cmos_entry(struct cb_cmos_option_table *option_table) in first_cmos_entry()
188 struct cb_cmos_enums *first_cmos_enum(struct cb_cmos_option_table *option_table) in first_cmos_enum()
224 struct cb_cmos_enums *first_cmos_enum_of_id(struct cb_cmos_option_table *option_table, int id) in first_cmos_enum_of_id()
238 static struct cb_cmos_enums *lookup_cmos_enum_core(struct cb_cmos_option_table *option_table, int c… in lookup_cmos_enum_core()
256 static struct cb_cmos_enums *lookup_cmos_enum_by_value(struct cb_cmos_option_table *option_table, i… in lookup_cmos_enum_by_value()
261 static struct cb_cmos_enums *lookup_cmos_enum_by_label(struct cb_cmos_option_table *option_table, i… in lookup_cmos_enum_by_label()
266 int get_option_with(const struct nvram_accessor *nvram, struct cb_cmos_option_table *option_table, … in get_option_with()
281 int get_option_from(struct cb_cmos_option_table *option_table, void *dest, const char *name) in get_option_from()
291 int set_option_with(const struct nvram_accessor *nvram, struct cb_cmos_option_table *option_table, … in set_option_with()
[all …]
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dfancy_getopt.py41 def __init__(self, option_table=None): argument
86 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py44 def __init__(self, option_table=None): argument
89 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dfancy_getopt.py41 def __init__(self, option_table=None): argument
86 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dfancy_getopt.py41 def __init__(self, option_table=None): argument
86 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py44 def __init__(self, option_table=None): argument
89 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py44 def __init__(self, option_table=None): argument
89 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dfancy_getopt.py41 def __init__(self, option_table=None): argument
86 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dfancy_getopt.py41 def __init__(self, option_table=None): argument
86 def set_option_table(self, option_table): argument
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dfancy_getopt.py45 def __init__ (self, option_table=None): argument
94 def set_option_table (self, option_table): argument
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dfancy_getopt.py41 def __init__(self, option_table=None): argument
86 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dfancy_getopt.py44 def __init__(self, option_table=None): argument
89 def set_option_table(self, option_table): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dfancy_getopt.py41 def __init__(self, option_table=None): argument
86 def set_option_table(self, option_table): argument
/aosp_15_r20/external/coreboot/src/lib/
H A Dcoreboot_table.c477 struct cmos_option_table *option_table = in write_coreboot_table() local