Home
last modified time | relevance | path

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

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