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