Home
last modified time | relevance | path

Searched refs:rdict (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/
H A Dveriexec.c127 veriexec_query(prop_dictionary_t dict, prop_dictionary_t rdict, struct lwp *l) in veriexec_query() argument
140 error = veriexec_convert(vp, rdict); in veriexec_query()
208 prop_dictionary_t rdict; in veriexecioctl() local
214 rdict = prop_dictionary_create(); in veriexecioctl()
215 if (rdict == NULL) { in veriexecioctl()
221 error = veriexec_query(dict, rdict, l); in veriexecioctl()
224 rdict); in veriexecioctl()
227 prop_object_release(rdict); in veriexecioctl()
/netbsd-src/sys/kern/
H A Dkern_veriexec.c1214 veriexec_file_convert(struct veriexec_file_entry *vfe, prop_dictionary_t rdict) in veriexec_file_convert() argument
1217 prop_dictionary_set(rdict, "file", in veriexec_file_convert()
1219 prop_dictionary_set_uint8(rdict, "entry-type", vfe->type); in veriexec_file_convert()
1220 prop_dictionary_set_uint8(rdict, "status", vfe->status); in veriexec_file_convert()
1221 prop_dictionary_set(rdict, "fp-type", in veriexec_file_convert()
1223 prop_dictionary_set(rdict, "fp", in veriexec_file_convert()
1228 veriexec_convert(struct vnode *vp, prop_dictionary_t rdict) in veriexec_convert() argument
1241 veriexec_file_convert(vfe, rdict); in veriexec_convert()