Searched refs:token_whitelist (Results 1 – 1 of 1) sorted by relevance
90 static struct token_range token_whitelist[] = { variable250 for (i = 0; i < ARRAY_SIZE(token_whitelist); i++) { in dell_smbios_call_filter()251 if (!token_whitelist[i].min || !token_whitelist[i].max) in dell_smbios_call_filter()253 if (t < token_whitelist[i].min || in dell_smbios_call_filter()254 t > token_whitelist[i].max) in dell_smbios_call_filter()256 if (!token_whitelist[i].need_capability || in dell_smbios_call_filter()257 capable(token_whitelist[i].need_capability)) { in dell_smbios_call_filter()