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

  /src/usr.sbin/emcfanctl/
emcfanctl.c 212 int product_family; local in function:main
264 product_family = emcfan_chip_infos[iindex].family;
272 error = output_emcfan_info(fd, product_id, product_family, jsonify, debug);
286 error = output_emcfan_apd(fd, product_id, product_family, EMCFAN_CHIP_CONFIG, jsonify, debug);
328 if (product_family == EMCFAN_FAMILY_230X) {
340 error = output_emcfan_smbusto(fd, product_id, product_family, start_reg, instance, jsonify, debug);
376 output_emcfan_register_list(product_id, product_family, jsonify, debug);
383 start_reg = emcfan_reg_by_name(product_id, product_family, argv[3]);
393 end_reg = emcfan_reg_by_name(product_id, product_family, argv[4]);
412 error = output_emcfan_register_read(fd, product_id, product_family, start_reg, end_reg, jsonify, debug)
    [all...]

Completed in 10 milliseconds