Searched refs:visibility (Results 1 – 8 of 8) sorted by relevance
11 __attribute__((visibility("internal")));14 __attribute__((visibility("internal")));16 __attribute__((visibility("internal")));18 __attribute__((visibility("internal")));20 __attribute__((visibility("internal")));
152 if (!menu->visibility) in menu_add_prop()163 dup_expr = expr_copy(menu->visibility); in menu_add_prop()185 current_entry->visibility = expr_alloc_and(current_entry->visibility, in menu_add_visibility()478 if (menu->visibility) { in menu_is_visible()479 if (expr_calc_value(menu->visibility) == no) in menu_is_visible()
173 struct expr *visibility; member
81 #pragma GCC visibility push(hidden)
21 to determine the visibility of an entry. Any child entry is only167 Dependencies define the visibility of a menu entry and can also reduce
67 * full visibility of the guest behavior on the backend domain, allowing
77 #define _hidden __attribute__((visibility("hidden")))78 #define _protected __attribute__((visibility("protected")))
86 The Security Team operates independently. The visibility might be rather
Completed in 19 milliseconds