Searched refs:token_whitelist (Results 1 – 1 of 1) sorted by relevance
86 static struct token_range token_whitelist[] = { variable246 for (i = 0; i < ARRAY_SIZE(token_whitelist); i++) { in dell_smbios_call_filter()247 if (!token_whitelist[i].min || !token_whitelist[i].max) in dell_smbios_call_filter()249 if (t < token_whitelist[i].min || in dell_smbios_call_filter()250 t > token_whitelist[i].max) in dell_smbios_call_filter()252 if (!token_whitelist[i].need_capability || in dell_smbios_call_filter()253 capable(token_whitelist[i].need_capability)) { in dell_smbios_call_filter()