Searched refs:overview_table (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/analyze/ |
D | analyze-security.c | 1721 Table *overview_table, in assess() argument 1928 if (overview_table) { in assess() 1940 r = table_add_many(overview_table, in assess() 2422 Table *overview_table, in analyze_security_one() argument 2444 r = assess(info, overview_table, flags, threshold, policy, pager_flags, json_format_flags); in analyze_security_one() 2651 _cleanup_(table_unrefp) Table *overview_table = NULL; in offline_security_check() 2665 … return assess(info, overview_table, flags, threshold, policy, pager_flags, json_format_flags); in offline_security_check() 2793 _cleanup_(table_unrefp) Table *overview_table = NULL; in analyze_security() 2802 overview_table = table_new("unit", "exposure", "predicate", "happy"); in analyze_security() 2803 if (!overview_table) in analyze_security() [all …]
|