Home
last modified time | relevance | path

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

/linux-4.4.14/security/selinux/ss/
Dservices.c2700 char **bnames = NULL; in security_preserve_bools() local
2704 rc = security_get_bools(&nbools, &bnames, &bvalues); in security_preserve_bools()
2708 booldatum = hashtab_search(p->p_bools.table, bnames[i]); in security_preserve_bools()
2719 if (bnames) { in security_preserve_bools()
2721 kfree(bnames[i]); in security_preserve_bools()
2723 kfree(bnames); in security_preserve_bools()