OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdict
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/
veriexec.c
127
veriexec_query(prop_dictionary_t dict, prop_dictionary_t
rdict
, struct lwp *l)
140
error = veriexec_convert(vp,
rdict
);
208
prop_dictionary_t
rdict
;
local in function:veriexecioctl
214
rdict
= prop_dictionary_create();
215
if (
rdict
== NULL) {
221
error = veriexec_query(dict,
rdict
, l);
224
rdict
);
227
prop_object_release(
rdict
);
/src/sys/kern/
kern_veriexec.c
1214
veriexec_file_convert(struct veriexec_file_entry *vfe, prop_dictionary_t
rdict
)
1217
prop_dictionary_set(
rdict
, "file",
1219
prop_dictionary_set_uint8(
rdict
, "entry-type", vfe->type);
1220
prop_dictionary_set_uint8(
rdict
, "status", vfe->status);
1221
prop_dictionary_set(
rdict
, "fp-type",
1223
prop_dictionary_set(
rdict
, "fp",
1228
veriexec_convert(struct vnode *vp, prop_dictionary_t
rdict
)
1241
veriexec_file_convert(vfe,
rdict
);
Completed in 13 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025