OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_dict
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/dm/
dm_target.c
283
prop_dictionary_t
target_dict
;
local
286
target_dict
= prop_dictionary_create();
288
prop_dictionary_set_string(
target_dict
, DM_TARGETS_NAME,
294
prop_dictionary_set(
target_dict
, DM_TARGETS_VERSION, ver);
295
prop_array_add(target_array,
target_dict
);
298
prop_object_release(
target_dict
);
dm_ioctl.c
718
prop_dictionary_t
target_dict
;
local
764
while ((
target_dict
= prop_object_iterator_next(iter)) != NULL) {
770
prop_dictionary_get_string(
target_dict
,
784
prop_dictionary_get_uint64(
target_dict
, DM_TABLE_START,
786
prop_dictionary_get_uint64(
target_dict
, DM_TABLE_LENGTH,
802
prop_dictionary_get_string(
target_dict
,
906
prop_dictionary_t
target_dict
;
local
961
target_dict
= prop_dictionary_create();
966
prop_dictionary_set_uint64(
target_dict
, DM_TABLE_START,
968
prop_dictionary_set_uint64(
target_dict
, DM_TABLE_LENGTH
[
all
...]
Completed in 29 milliseconds
Indexes created Thu Jun 25 00:25:11 UTC 2026