Home
last modified time | relevance | path

Searched refs:defcon (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/selinux/ss/
H A Dmls.c262 struct context *defcon; in mls_context_to_sid() local
267 defcon = sidtab_search(s, def_sid); in mls_context_to_sid()
268 if (!defcon) in mls_context_to_sid()
271 return mls_context_cpy(context, defcon); in mls_context_to_sid()
/openbmc/qemu/hw/ppc/
H A De500.c123 const char *alias, int idx, bool defcon) in dt_serial_create() argument
138 if (defcon) { in dt_serial_create()