Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/power/
H A Dtrace.c143 static unsigned int hash_string(unsigned int seed, const char *data, unsigned int mod) in hash_string() function
154 dev_hash_value = hash_string(DEVSEED, dev_name(dev), DEVHASH); in set_trace_device()
177 file_hash_value = hash_string(lineno, file, FILEHASH); in generate_pm_trace()
193 unsigned int hash = hash_string(lineno, file, FILEHASH); in show_file_hash()
211 unsigned int hash = hash_string(DEVSEED, dev_name(dev), DEVHASH); in show_dev_hash()
238 unsigned int hash = hash_string(DEVSEED, dev_name(dev), in show_trace_dev_match()
/openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch881 - * hash-string.h (hash_string):
907 - * hash-string.h: Correct prototype for hash_string.
911 - * hash-string.h (hash_string): Add prototype.
1432 - * hash-string.h (hash_string):
1948 - nls_uint32 hash_val = hash_string (msgid);
2875 -static unsigned long hash_string PARAMS ((const char *__str_param));
2878 -hash_string (str_param)