Searched refs:bnames (Results 1 – 1 of 1) sorted by relevance
2700 char **bnames = NULL; in security_preserve_bools() local2704 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()