HomeSort by: relevance | last modified time | path
    Searched defs:sensordict (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/envstat/
config.c 66 static prop_dictionary_t cfdict, sensordict, refreshdict; variable in typeref:typename:prop_dictionary_t
106 if (!sensordict) {
107 sensordict = prop_dictionary_create();
108 if (!sensordict)
109 err(EXIT_FAILURE, "sensordict");
112 if (!prop_dictionary_set_string(sensordict, key, value))
133 sb->dict = prop_dictionary_copy(sensordict);
135 config_dict_destroy(sensordict);
config.c 66 static prop_dictionary_t cfdict, sensordict, refreshdict; variable in typeref:typename:prop_dictionary_t
106 if (!sensordict) {
107 sensordict = prop_dictionary_create();
108 if (!sensordict)
109 err(EXIT_FAILURE, "sensordict");
112 if (!prop_dictionary_set_string(sensordict, key, value))
133 sb->dict = prop_dictionary_copy(sensordict);
135 config_dict_destroy(sensordict);
config.c 66 static prop_dictionary_t cfdict, sensordict, refreshdict; variable in typeref:typename:prop_dictionary_t
106 if (!sensordict) {
107 sensordict = prop_dictionary_create();
108 if (!sensordict)
109 err(EXIT_FAILURE, "sensordict");
112 if (!prop_dictionary_set_string(sensordict, key, value))
133 sb->dict = prop_dictionary_copy(sensordict);
135 config_dict_destroy(sensordict);
config.c 66 static prop_dictionary_t cfdict, sensordict, refreshdict; variable in typeref:typename:prop_dictionary_t
106 if (!sensordict) {
107 sensordict = prop_dictionary_create();
108 if (!sensordict)
109 err(EXIT_FAILURE, "sensordict");
112 if (!prop_dictionary_set_string(sensordict, key, value))
133 sb->dict = prop_dictionary_copy(sensordict);
135 config_dict_destroy(sensordict);

Completed in 43 milliseconds