Lines Matching refs:pf
163 struct policy_file pf; local
184 policy_file_init(&pf);
185 pf.type = PF_USE_MEMORY;
186 pf.data = data;
187 pf.len = len;
188 rc = policydb_write(&policydb, &pf);
224 struct policy_file pf; local
256 policy_file_init(&pf);
257 pf.type = PF_USE_MEMORY;
258 pf.data = data;
259 pf.len = len;
260 rc = policydb_write(&policydb, &pf);