Home
last modified time | relevance | path

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

/external/selinux/policycoreutils/sestatus/
Dsestatus.c203 const char *pol_name, *root_dir; in main() local
274 pol_name = basename(pol_path); in main()
275 puts(pol_name); in main()
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c240 char *pol_name; member
267 for (polp = policies; polp->pol_name != NULL; ++polp) { in get_mbind_policy()
270 if (strncmp(pol, polp->pol_name, plen)) in get_mbind_policy()