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

  /src/usr.sbin/envstat/
envstat.c 119 static int add_sensors(prop_dictionary_t, prop_dictionary_t, const char *, const char *);
248 if (add_sensors(ndict, dict, mydevname, NULL))
249 err(EXIT_FAILURE, "add_sensors");
272 if (add_sensors(ndict, dict, dvstring, sstring))
273 err(EXIT_FAILURE, "add_sensors");
429 add_sensors(prop_dictionary_t ndict, prop_dictionary_t dict, const char *dev, const char *sensor) function in typeref:typename:int
envstat.c 119 static int add_sensors(prop_dictionary_t, prop_dictionary_t, const char *, const char *);
248 if (add_sensors(ndict, dict, mydevname, NULL))
249 err(EXIT_FAILURE, "add_sensors");
272 if (add_sensors(ndict, dict, dvstring, sstring))
273 err(EXIT_FAILURE, "add_sensors");
429 add_sensors(prop_dictionary_t ndict, prop_dictionary_t dict, const char *dev, const char *sensor) function in typeref:typename:int

Completed in 24 milliseconds