| /u-boot/include/ |
| A D | hwconfig.h | 29 static inline int hwconfig_f(const char *opt, char *buf) in hwconfig_f() 34 static inline const char *hwconfig_arg_f(const char *opt, size_t *arglen, in hwconfig_arg_f() 41 static inline int hwconfig_arg_cmp_f(const char *opt, const char *arg, in hwconfig_arg_cmp_f() 47 static inline int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() 59 static inline int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f() 67 static inline int hwconfig(const char *opt) in hwconfig() 72 static inline const char *hwconfig_arg(const char *opt, size_t *arglen) in hwconfig_arg() 77 static inline int hwconfig_arg_cmp(const char *opt, const char *arg) in hwconfig_arg_cmp() 82 static inline int hwconfig_sub(const char *opt, const char *subopt) in hwconfig_sub() 87 static inline const char *hwconfig_subarg(const char *opt, const char *subopt, in hwconfig_subarg() [all …]
|
| A D | ndisc.h | 19 __u8 opt[0]; member 25 __u8 opt[0]; member 33 __u8 opt[0]; member
|
| A D | getopt.h | 30 int opt; member
|
| /u-boot/common/ |
| A D | hwconfig.c | 31 static const char *hwconfig_parse(const char *opts, size_t maxlen, in hwconfig_parse() 74 static const char *__hwconfig(const char *opt, size_t *arglen, in __hwconfig() 127 int hwconfig_f(const char *opt, char *buf) in hwconfig_f() 145 const char *hwconfig_arg_f(const char *opt, size_t *arglen, char *buf) in hwconfig_arg_f() 164 int hwconfig_arg_cmp_f(const char *opt, const char *arg, char *buf) in hwconfig_arg_cmp_f() 188 int hwconfig_sub_f(const char *opt, const char *subopt, char *buf) in hwconfig_sub_f() 209 const char *hwconfig_subarg_f(const char *opt, const char *subopt, in hwconfig_subarg_f() 231 int hwconfig_subarg_cmp_f(const char *opt, const char *subopt, in hwconfig_subarg_cmp_f()
|
| /u-boot/drivers/phy/marvell/ |
| A D | comphy_mux.c | 23 int lane, opt, valid; in comphy_mux_check_config() local 60 int opt; in comphy_mux_get_mux_value() local
|
| /u-boot/board/phytec/phycore_rk3288/ |
| A D | phycore-rk3288.c | 41 struct rk3288_som opt; in rk3288_board_late_init() local
|
| /u-boot/cmd/ |
| A D | log.c | 93 int opt; in do_log_filter_list() local 156 int opt, err; in do_log_filter_add() local 248 int opt, err; in do_log_filter_remove() local
|
| A D | adtimg.c | 74 static int adtimg_getopt_u32(char * const opt, char * const name, u32 *optval) in adtimg_getopt_u32()
|
| A D | eficonfig.c | 2385 efi_status_t eficonfig_enumerate_boot_option(struct eficonfig_media_boot_option *opt, in eficonfig_enumerate_boot_option() 2448 efi_status_t eficonfig_delete_invalid_boot_option(struct eficonfig_media_boot_option *opt, in eficonfig_delete_invalid_boot_option() 2562 struct eficonfig_media_boot_option *opt = NULL; in eficonfig_generate_media_device_boot_option() local
|
| /u-boot/lib/efi_loader/ |
| A D | efi_image_loader.c | 391 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_image_parse() local 415 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_image_parse() local 903 IMAGE_OPTIONAL_HEADER64 *opt = &nt64->OptionalHeader; in efi_load_pe() local 919 IMAGE_OPTIONAL_HEADER32 *opt = &nt->OptionalHeader; in efi_load_pe() local
|
| /u-boot/tools/ |
| A D | dumpimage.c | 66 int opt; in main() local
|
| A D | fdt_add_pubkey.c | 35 int opt; in process_args() local
|
| A D | mkimage.c | 205 int opt; in process_args() local
|
| A D | ifdtool.c | 813 int opt, option_index = 0; in main() local
|
| /u-boot/test/lib/ |
| A D | getopt.c | 20 int opt; in do_test_getopt() local
|
| /u-boot/tools/buildman/ |
| A D | cfgutil.py | 15 def make_cfg_line(opt, adj): argument
|
| /u-boot/arch/arm/include/asm/ti-common/ |
| A D | ti-edma3.h | 63 u32 opt; member 81 u32 opt; member
|
| /u-boot/drivers/dma/ |
| A D | ti-edma3.c | 96 u32 opt; in edma3_set_dest() local 167 u32 opt; in edma3_set_src() local 257 u32 opt; in edma3_set_transfer_params() local
|
| /u-boot/scripts/dtc/ |
| A D | dtc.c | 175 int opt; in main() local
|
| /u-boot/scripts/kconfig/ |
| A D | conf.c | 489 int opt; in main() local
|
| /u-boot/net/ |
| A D | ndisc.c | 53 static int ndisc_insert_option(__u8 *opt, int type, u8 *data, int len) in ndisc_insert_option()
|
| A D | bootp.c | 322 u8 *opt = ext; in bootp_process_vendor() local
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_snp.c | 64 u8 opt[128]; member
|
| /u-boot/arch/sandbox/cpu/ |
| A D | start.c | 102 struct sandbox_cmdline_option *opt = sorted_opt[i]; in sandbox_early_getopt_check() local
|
| /u-boot/fs/btrfs/ |
| A D | ctree.h | 1158 #define btrfs_fs_incompat(fs_info, opt) \ argument 1168 #define btrfs_fs_compat_ro(fs_info, opt) \ argument
|