/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/ |
H A D | options.c | 157 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/ |
D | fancy_getopt.py | 41 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/ |
D | fancy_getopt.py | 44 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/ |
D | fancy_getopt.py | 41 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/ |
D | fancy_getopt.py | 41 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/ |
D | fancy_getopt.py | 44 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/ |
D | fancy_getopt.py | 44 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/ |
D | fancy_getopt.py | 41 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/ |
D | fancy_getopt.py | 41 def __init__(self, option_table=None): argument 86 def set_option_table(self, option_table): argument
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | fancy_getopt.py | 45 def __init__ (self, option_table=None): argument 94 def set_option_table (self, option_table): argument
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | fancy_getopt.py | 41 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/ |
D | fancy_getopt.py | 44 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 D | fancy_getopt.py | 41 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 D | coreboot_table.c | 477 struct cmos_option_table *option_table = in write_coreboot_table() local
|