Searched refs:set_string (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_cpi_sys.c | 202 static void set_string(char *attr, const char *value) in set_string() function 243 set_string(system_name, buf); in system_name_store() 275 set_string(sysplex_name, buf); in sysplex_name_store() 307 set_string(system_type, buf); in system_type_store() 401 set_string(system_name, system); in sclp_cpi_set_data() 402 set_string(sysplex_name, sysplex); in sclp_cpi_set_data() 403 set_string(system_type, type); in sclp_cpi_set_data()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_hii.c | 944 set_string(const struct efi_hii_string_protocol *this, in set_string() function 1091 .set_string = set_string,
|
/openbmc/qemu/hw/core/ |
H A D | qdev-properties.c | 473 static void set_string(Object *obj, Visitor *v, const char *name, in set_string() function 491 .set = set_string,
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_hii.c | 841 ret = hii_string_protocol->set_string(hii_string_protocol, handle, in test_hii_string_set_string()
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 982 efi_status_t(EFIAPI *set_string)(
|