Home
last modified time | relevance | path

Searched refs:sensorOpts (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp870 [[maybe_unused]] DumpQuery& dq, SensorOpts& sensorOpts) in initCLI() argument
947 "-t, --type", sensorOpts.type, in initCLI()
950 "-n, --name", sensorOpts.name, in initCLI()
952 cmdSensors->add_flag("-v, --verbose", sensorOpts.verbose, in initCLI()
965 SensorOpts sensorOpts; in main() local
975 initCLI(app, target, fanList, dq, sensorOpts); in main()
1023 displaySensors(sensorOpts); in main()