Home
last modified time | relevance | path

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

/linux-4.1.27/security/selinux/ss/
Dservices.c2531 char **bnames = NULL; in security_preserve_bools() local
2535 rc = security_get_bools(&nbools, &bnames, &bvalues); in security_preserve_bools()
2539 booldatum = hashtab_search(p->p_bools.table, bnames[i]); in security_preserve_bools()
2550 if (bnames) { in security_preserve_bools()
2552 kfree(bnames[i]); in security_preserve_bools()
2554 kfree(bnames); in security_preserve_bools()