OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dv_properties
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
subr_device.c
338
return dev->
dv_properties
;
422
prop_dictionary_t dict = dev->
dv_properties
;
1059
return prop_dictionary_set_data(dev->
dv_properties
, prop, buf, len);
1069
return prop_dictionary_set_string(dev->
dv_properties
, prop, str);
1079
return prop_dictionary_set_bool(dev->
dv_properties
, prop, val);
1089
return prop_dictionary_set_int32(dev->
dv_properties
, prop, val);
1100
return prop_dictionary_set_uint32(dev->
dv_properties
, prop, val);
1111
return prop_dictionary_set_int64(dev->
dv_properties
, prop, val);
1121
return prop_dictionary_set_uint64(dev->
dv_properties
, prop, val);
1131
prop_dictionary_remove(dev->
dv_properties
, prop)
[
all
...]
subr_autoconf.c
1505
KASSERT(dev->
dv_properties
!= NULL);
1506
prop_object_release(dev->
dv_properties
);
1645
dev->
dv_properties
= prop_dictionary_create();
1646
KASSERT(dev->
dv_properties
!= NULL);
1648
prop_dictionary_set_string_nocopy(dev->
dv_properties
,
1650
prop_dictionary_set_uint16(dev->
dv_properties
,
1653
prop_dictionary_set_string(dev->
dv_properties
,
1669
* to the device's
dv_properties
dictionary.
1740
prop_dictionary_set_and_rel(dev->
dv_properties
,
/src/sys/sys/
device_impl.h
142
prop_dictionary_t
dv_properties
;/* properties dictionary */
member in struct:device
Completed in 29 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025