Lines Matching refs:pf
404 struct policy_file pf;538 policy_file_init(&pf);539 pf.type = PF_USE_MEMORY;540 pf.data = map;541 pf.len = sb.st_size;547 ret = policydb_read(&policydb, &pf, 1);629 policy_file_init(&pf);630 pf.type = PF_USE_STDIO;631 pf.fp = outfp;632 ret = policydb_write(&policydb, &pf);