Lines Matching defs:dict
102 veriexec_delete(prop_dictionary_t dict, struct lwp *l)
108 if (!prop_dictionary_get_string(dict, "file", &file))
127 veriexec_query(prop_dictionary_t dict, prop_dictionary_t rdict, struct lwp *l)
133 if (!prop_dictionary_get_string(dict, "file", &file))
151 prop_dictionary_t dict;
190 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict);
194 error = veriexec_file_add(l, dict);
195 prop_object_release(dict);
199 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict);
203 error = veriexec_delete(dict, l);
204 prop_object_release(dict);
210 error = prop_dictionary_copyin_ioctl(plistref, cmd, &dict);
216 prop_object_release(dict);
221 error = veriexec_query(dict, rdict, l);
228 prop_object_release(dict);