Home
last modified time | relevance | path

Searched refs:string_to_unsigned_long (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/coreboot/util/nvramtool/accessors/
H A Dlayout-text.c28 static unsigned long string_to_unsigned_long(const char str[],
691 cmos_enum->value = string_to_unsigned_long(value_str, "value"); in create_enum()
899 static unsigned long string_to_unsigned_long(const char str[], in string_to_unsigned_long() function