Home | History | Annotate | Download | only in src

Lines Matching refs:pf

152 	struct policy_file pf;
173 policy_file_init(&pf);
174 pf.type = PF_USE_MEMORY;
175 pf.data = data;
176 pf.len = len;
177 rc = policydb_write(&policydb, &pf);
213 struct policy_file pf;
245 policy_file_init(&pf);
246 pf.type = PF_USE_MEMORY;
247 pf.data = data;
248 pf.len = len;
249 rc = policydb_write(&policydb, &pf);