OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ndict
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/envstat/
envstat.c
241
prop_dictionary_t
ndict
;
local in function:main
243
ndict
= prop_dictionary_create();
244
if (
ndict
== NULL)
248
if (add_sensors(
ndict
, dict, mydevname, NULL))
272
if (add_sensors(
ndict
, dict, dvstring, sstring))
285
obj = prop_dictionary_get(
ndict
, dvstring);
287
prop_object_release(
ndict
);
288
ndict
= obj2;
293
dict =
ndict
;
429
add_sensors(prop_dictionary_t
ndict
, prop_dictionary_t dict, const char *dev, const char *sensor
[
all
...]
envstat.c
241
prop_dictionary_t
ndict
;
local in function:main
243
ndict
= prop_dictionary_create();
244
if (
ndict
== NULL)
248
if (add_sensors(
ndict
, dict, mydevname, NULL))
272
if (add_sensors(
ndict
, dict, dvstring, sstring))
285
obj = prop_dictionary_get(
ndict
, dvstring);
287
prop_object_release(
ndict
);
288
ndict
= obj2;
293
dict =
ndict
;
429
add_sensors(prop_dictionary_t
ndict
, prop_dictionary_t dict, const char *dev, const char *sensor
[
all
...]
Completed in 79 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025