Searched refs:of_call_method (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/boot/platform/openfirmware/ |
H A D | video.cpp | 35 if (of_call_method(sScreen, "set-colors", 3, 0, in platform_set_palette() 38 of_call_method(sScreen, "color!", 4, 0, index, in platform_set_palette() 66 if (of_call_method(sScreen, "dimensions", 0, 2, &height, &width) in platform_switch_to_logo()
|
H A D | network.cpp | 210 if (of_call_method(fHandle, "dma-alloc", 1, 1, size, &dmaMemory) in AllocateSendReceiveBuffer() 225 if (of_call_method(parentInstance, "dma-alloc", 1, 1, size, &dmaMemory) in AllocateSendReceiveBuffer() 241 of_call_method(fHandle, "dma-free", 1, 0, buffer); in FreeSendReceiveBuffer()
|
H A D | real_time_clock.cpp | 49 if (of_call_method(sHandle, "get-time", 0, 6, &year, &month, &day, in real_time_clock_usecs()
|
/haiku/src/system/kernel/arch/sparc/ |
H A D | arch_platform.cpp | 194 if (of_call_method((uint32_t)fRTC, "set-time", 6, 0, t.tm_year, t.tm_mon, t.tm_mday, in SetHardwareRTC() 205 if (of_call_method((uint32_t)fRTC, "get-time", 0, 6, &t.tm_year, &t.tm_mon, in GetHardwareRTC()
|
/haiku/src/system/kernel/arch/ppc/ |
H A D | arch_platform.cpp | 194 if (of_call_method(fRTC, "set-time", 6, 0, t.tm_year, t.tm_mon, t.tm_mday, in SetHardwareRTC() 205 if (of_call_method(fRTC, "get-time", 0, 6, &t.tm_year, &t.tm_mon, in GetHardwareRTC()
|
/haiku/src/system/boot/platform/openfirmware/arch/sparc/ |
H A D | mmu.cpp | 166 int status = of_call_method(sMmuInstance, "map", 5, 0, (uint64)mode, size, in map_range() 404 status = of_call_method(sMmuInstance, "claim", 3, 1, 0, size, in arch_mmu_allocate() 429 status = of_call_method(sMemoryInstance, "claim", 3, 1, physicalAddress, in arch_mmu_allocate()
|
/haiku/headers/private/kernel/platform/openfirmware/ |
H A D | openfirmware.h | 81 extern intptr_t of_call_method(uint32_t handle, const char *method,
|
/haiku/src/system/kernel/platform/openfirmware/ |
H A D | openfirmware.cpp | 125 of_call_method(uint32_t handle, const char *method, intptr_t numArgs, in of_call_method() function
|