Lines Matching defs:whitelist
2041 /// Generate a suppression specification from kernel abi whitelist
2044 /// A kernel ABI whitelist file is an INI file that usually has only
2046 /// with the sub-string "whitelist". For instance
2053 /// A whitelist file can have multiple sections (adhering to the naming
2055 /// is created takes all whitelist sections from all files into account.
2063 /// @param abi_whitelist_paths a vector of KMI whitelist paths
2079 abigail::ini::config whitelist;
2080 if (!read_config(*path_iter, whitelist))
2084 whitelist.get_sections();
2093 if (!string_ends_with(section_name, "whitelist"))
2132 fn_suppr->set_label("whitelist");
2143 var_suppr->set_label("whitelist");
2293 /// If we were given suppression specification files or kabi whitelist
2303 /// @param kabi_whitelist_paths paths to kabi whitelist files that we
2305 /// whitelist.
2309 /// the kabi whitelist at @p kabi_whitelist_paths.
2615 /// @param kabi_wl_path the paths to the kabi whitelist files to take
2733 /// @param kabi_wl_path the paths to the kabi whitelist files to take