Searched refs:find_token (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/wmi/ |
D | dell-smbios-example.c | 53 static int find_token(__u16 token, __u16 *location, __u16 *value) in find_token() function 115 ret = find_token(token, &location, &value); in query_token() 130 ret = find_token(token, &location, &value); in activate_token()
|
/linux-6.6.21/scripts/ |
D | kallsyms.c | 580 static unsigned char *find_token(unsigned char *str, int len, in find_token() function 605 p2 = find_token(p1, len, str); in compress_symbols() 624 p2 = find_token(p1, size, str); in compress_symbols()
|