MCPcopy Create free account
hub / github.com/acidanthera/VirtualSMC / stop

Method stop

Sensors/SMCProcessor/SMCProcessor.cpp:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void SMCProcessor::stop(IOService *provider) {
507 SYSLOG("scpu", "called stop!!!");
508}
509
510EXPORT extern "C" kern_return_t ADDPR(kern_start)(kmod_info_t *, void *) {
511 // Report success but actually do not start and let I/O Kit unload us.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected