Home
last modified time | relevance | path

Searched defs:str (Results 226 – 250 of 503) sorted by relevance

12345678910>>...21

/openbmc/u-boot/scripts/dtc/
H A Dutil.h41 static inline void NORETURN PRINTF(1, 2) die(const char *str, ...) in die()
/openbmc/u-boot/common/spl/
H A Dspl_fit.c43 const char *name, *str; in spl_fit_get_image_name() local
96 char *str; in spl_fit_get_image_node() local
/openbmc/u-boot/env/
H A Dmmc.c36 static inline int mmc_offset_try_partition(const char *str, s64 *val) in mmc_offset_try_partition()
77 const char *str; in mmc_offset() local
/openbmc/libcper/
H A Dcper-parse.c214 char *str = jobj ? strdup(json_object_to_json_string(jobj)) : NULL; in cper_to_str_ir() local
606 char *str = jobj ? strdup(json_object_to_json_string(jobj)) : NULL; in cperbuf_single_section_to_str_ir() local
/openbmc/qemu/pc-bios/vof/
H A Dci.c78 void ci_panic(const char *str) in ci_panic()
/openbmc/u-boot/arch/mips/mach-pic32/
H A Dcpu.c132 const char *str; in get_core_name() local
/openbmc/u-boot/arch/arm/mach-aspeed/ast2400/
H A Dscu_info.c14 #define SOC_ID(str, rev) { .name = str, .rev_id = rev, } argument
/openbmc/u-boot/board/imgtec/malta/
H A Dmalta.c35 static void malta_lcd_puts(const char *str) in malta_lcd_puts()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c97 static char * strtotimeval(const char *str, struct timeval *tv) in strtotimeval()
/openbmc/qemu/util/
H A Dhexdump.c25 GString *qemu_hexdump_line(GString *str, const void *vbuf, size_t len, in qemu_hexdump_line()
/openbmc/qemu/tests/tcg/plugins/
H A Dpatch.c26 static GByteArray *str_to_bytes(const char *str) in str_to_bytes()
/openbmc/qemu/hw/s390x/
H A Dccw-device.c49 char *str = g_strndup((char *) dev->loadparm, sizeof(dev->loadparm)); in ccw_device_get_loadparm() local
/openbmc/u-boot/scripts/kconfig/
H A Dsymbol.c160 char str[64]; in sym_validate_range() local
591 bool sym_string_valid(struct symbol *sym, const char *str) in sym_string_valid()
634 bool sym_string_within_range(struct symbol *sym, const char *str) in sym_string_within_range()
736 const char *str; in sym_get_string_default() local
/openbmc/qemu/system/
H A Dqdev-monitor.c1022 void device_add_completion(ReadLineState *rs, int nb_args, const char *str) in device_add_completion()
1073 const char *str) in peripheral_device_del_completion()
1094 void device_del_completion(ReadLineState *rs, int nb_args, const char *str) in device_del_completion()
1155 int qemu_global_option(const char *str) in qemu_global_option()
/openbmc/u-boot/tools/easylogo/
H A Deasylogo.c67 void StringUpperCase (char *str) in StringUpperCase()
80 void StringLowerCase (char *str) in StringLowerCase()
319 char app[256], str[256] = "", def_name[64]; in image_save_header() local
/openbmc/u-boot/common/
H A Dcli_readline.c60 #define putnstr(str, n) printf("%.*s", (int)n, str) argument
234 static void cread_add_str(char *str, int strsize, int insert, in cread_add_str()
/openbmc/u-boot/cmd/
H A Deeprom.c213 static int parse_numeric_param(char *str) in parse_numeric_param()
265 __weak int eeprom_parse_layout_version(char *str) in eeprom_parse_layout_version()
H A Dcramfs.c44 char *mkmodestr(unsigned long mode, char *str) in mkmodestr()
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp61 int convert(const std::string_view& str, int base = 10) in convert()
69 std::vector<uint8_t> convertVec(const std::string_view& str) in convertVec()
/openbmc/qemu/rust/qemu-api/src/
H A Derror.rs65 fn description(&self) -> &str { in description()
132 pub fn with_error(msg: impl Into<Cow<'static, str>>, cause: impl Into<anyhow::Error>) -> Self { in with_error() argument
H A Dmemory.rs153 name: &'static str, in do_init_io()
172 name: &'static str, in init_io()
/openbmc/u-boot/drivers/block/
H A Dsandbox.c94 char dev_name[20], *str, *fname; local
/openbmc/telemetry/src/utils/
H A Dconversion_trigger.cpp142 double stodStrict(const std::string& str) in stodStrict()
/openbmc/bmcweb/redfish-core/lib/
H A Dmessage_registries.hpp191 for (const char* str : message.second.paramTypes) in handleMessageRegistryGet() local
/openbmc/u-boot/arch/arm/mach-aspeed/ast2500/
H A Dscu_info.c14 #define SOC_ID(str, rev) { .name = str, .rev_id = rev, } argument

12345678910>>...21