MCPcopy Create free account
hub / github.com/acidanthera/BrcmPatchRAM / BrcmPatchRAM_Start

Function BrcmPatchRAM_Start

BrcmPatchRAM/BrcmPatchRAM.cpp:97–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95{
96
97__attribute__((visibility("hidden")))
98kern_return_t BrcmPatchRAM_Start(kmod_info_t* ki, void * d)
99{
100#ifndef NON_RESIDENT
101 if (!(BrcmPatchRAM::mLoadFirmwareLock = IOLockAlloc()))
102 return KERN_FAILURE;
103#endif
104
105 return KERN_SUCCESS;
106}
107
108__attribute__((visibility("hidden")))
109kern_return_t BrcmPatchRAM_Stop(kmod_info_t* ki, void * d)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected