Home
last modified time | relevance | path

Searched refs:kIOReturnSuccess (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/dports/astro/phd2/phd2-2.6.10/thirdparty/HID_Utilities/
H A DHID_Queue_Utilities.c53 IOReturn result = kIOReturnSuccess; in HIDCreateQueue()
66 result = kIOReturnSuccess; in HIDCreateQueue()
108 IOReturn result = kIOReturnSuccess; in HIDDisposeReleaseQueue()
132 IOReturn result = kIOReturnSuccess; in HIDQueueElement()
176 IOReturn result = kIOReturnSuccess; in HIDQueueDevice()
190 if ( kIOReturnSuccess == result ) { in HIDQueueDevice()
196 if ( kIOReturnSuccess != result ) { in HIDQueueDevice()
226 IOReturn result = kIOReturnSuccess; in HIDDequeueElement()
270 IOReturn result = kIOReturnSuccess; in HIDDequeueDevice()
297 if ( kIOReturnSuccess != result ) { in HIDDequeueDevice()
[all …]
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A DmacosxCGP.c98 &dim_time) != kIOReturnSuccess) { in macosxCGP_save_dim()
110 dim_time) != kIOReturnSuccess) { in macosxCGP_restore_dim()
120 &sleep_time) != kIOReturnSuccess) { in macosxCGP_save_sleep()
132 dim_time) != kIOReturnSuccess) { in macosxCGP_restore_sleep()
142 kIOReturnSuccess) { in macosxCGP_init_dimming()
153 != kIOReturnSuccess) { in macosxCGP_init_dimming()
162 != kIOReturnSuccess) { in macosxCGP_init_dimming()
180 != kIOReturnSuccess) { in macosxCGP_undim()
192 != kIOReturnSuccess) { in macosxCGP_undim()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/usb/
H A Dusb_service_mac.cc98 if (result != kIOReturnSuccess) { in UsbServiceMac()
174 kIOReturnSuccess) { in AddDevice()
184 kIOReturnSuccess) { in AddDevice()
190 kIOReturnSuccess) { in AddDevice()
197 kIOReturnSuccess) { in AddDevice()
204 kIOReturnSuccess) { in AddDevice()
211 kIOReturnSuccess) { in AddDevice()
217 kIOReturnSuccess) { in AddDevice()
257 kIOReturnSuccess) { in AddDevice()
267 kIOReturnSuccess) { in AddDevice()
[all …]
/dports/security/hashcat/hashcat-6.2.5/src/
H A Dext_iokit.c53 if (result != kIOReturnSuccess) in hm_IOKIT_SMCOpen()
75 if (result != kIOReturnSuccess) in hm_IOKIT_SMCOpen()
82 return kIOReturnSuccess; in hm_IOKIT_SMCOpen()
115 if (hm_IOKIT_SMCCall (KERNEL_INDEX_SMC, &inData, &outData, conn) != kIOReturnSuccess) return 1; in hm_IOKIT_SMCReadKey()
125 if (hm_IOKIT_SMCCall (KERNEL_INDEX_SMC, &inData, &outData, conn) != kIOReturnSuccess) return 1; in hm_IOKIT_SMCReadKey()
129 return kIOReturnSuccess; in hm_IOKIT_SMCReadKey()
142 if (hm_IOKIT_SMCReadKey (HM_IOKIT_SMC_SENSOR_GRAPHICS_HOT, &val, iokit->conn) == kIOReturnSuccess) in hm_IOKIT_SMCGetSensorGraphicHot()
170 if (hm_IOKIT_SMCReadKey (key, &val, iokit->conn) == kIOReturnSuccess) in hm_IOKIT_SMCGetTemperature()
199 if (hm_IOKIT_SMCReadKey (key, &val, conn) == kIOReturnSuccess) in hm_IOKIT_SMCGetFanRPM()
238 if (hm_IOKIT_SMCReadKey ("FNum", &val, iokit->conn) == kIOReturnSuccess) in hm_IOKIT_get_fan_speed_current()
[all …]
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/OSX/src/main/native/
H A Dnet_java_games_input_OSXHIDQueue.c53 if (ioReturnValue != kIOReturnSuccess) { in Java_net_java_games_input_OSXHIDQueue_nOpen()
62 if (ioReturnValue != kIOReturnSuccess) { in Java_net_java_games_input_OSXHIDQueue_nStart()
71 if (ioReturnValue != kIOReturnSuccess) { in Java_net_java_games_input_OSXHIDQueue_nStop()
80 if (ioReturnValue != kIOReturnSuccess) { in Java_net_java_games_input_OSXHIDQueue_nClose()
89 if (ioReturnValue != kIOReturnSuccess) { in Java_net_java_games_input_OSXHIDQueue_nReleaseQueue()
100 if (ioReturnValue != kIOReturnSuccess) { in Java_net_java_games_input_OSXHIDQueue_nAddElement()
111 if (ioReturnValue != kIOReturnSuccess) { in Java_net_java_games_input_OSXHIDQueue_nRemoveElement()
126 } else if (ioReturnValue != kIOReturnSuccess) { in Java_net_java_games_input_OSXHIDQueue_nGetNextEvent()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/platform/darwin/osx/
H A Dsmc.c53 if (result != kIOReturnSuccess) in SMCOpen()
69 if (result != kIOReturnSuccess) in SMCOpen()
75 return kIOReturnSuccess; in SMCOpen()
113 if (result != kIOReturnSuccess) in SMCReadKey()
122 if (result != kIOReturnSuccess) in SMCReadKey()
127 return kIOReturnSuccess; in SMCReadKey()
137 if (result == kIOReturnSuccess) { in SMCGetTemperature()
/dports/emulators/fs-uae/fs-uae-3.1.35/manymouse/
H A Dmacosx_hidutilities.c689 if (kIOReturnSuccess != result) in HIDCloseReleaseInterface()
742 if (kIOReturnSuccess != result) in hid_DisposeDevice()
750 if (kIOReturnSuccess != result) in hid_DisposeDevice()
758 if (kIOReturnSuccess != result) in hid_DisposeDevice()
765 if (kIOReturnSuccess != result) in hid_DisposeDevice()
811 if (kIOReturnSuccess != result) in hid_DisposeReleaseQueue()
861 if (kIOReturnSuccess != result) in HIDDequeueDevice()
946 if (kIOReturnSuccess == result) in HIDCreateOpenDeviceInterface()
961 if (kIOReturnSuccess != result) in HIDCreateOpenDeviceInterface()
1433 if (kIOReturnSuccess != result) in HIDQueueDevice()
[all …]
/dports/security/theonionbox/theonionbox-4.3.1/support/osxtemp/libsmc/src/
H A Dsmc.c353 if (result != kIOReturnSuccess) { in call_smc_conn()
390 if (result != kIOReturnSuccess || outputStruct.result != kSMCSuccess) { in read_smc_conn()
406 if (result != kIOReturnSuccess || outputStruct.result != kSMCSuccess) { in read_smc_conn()
549 if (result == kIOReturnSuccess && result_smc.kSMC == kSMCSuccess) { in is_key_valid_conn()
569 if (!(result == kIOReturnSuccess && in get_tmp_conn()
606 if (!(result == kIOReturnSuccess && in is_battery_powered()
624 if (!(result == kIOReturnSuccess && in is_optical_disk_drive_full()
649 if (!(result == kIOReturnSuccess && in get_fan_name()
688 if (!(result == kIOReturnSuccess && in get_num_fans()
708 if (!(result == kIOReturnSuccess && in get_fan_rpm()
[all …]
/dports/sysutils/intel-pcm-devel/pcm-0212b38/MacMSRDriver/PcmMsr/
H A DPcmMsrClient.cpp77 return kIOReturnSuccess; in clientClose()
119 return kIOReturnSuccess; in checkActiveAndOpened()
132 if (result == kIOReturnSuccess) in closeUserClient()
146 if (result == kIOReturnSuccess) in readMSR()
160 if (result == kIOReturnSuccess) in writeMSR()
175 if (result == kIOReturnSuccess) in buildTopology()
227 return kIOReturnSuccess; in read()
252 return kIOReturnSuccess; in write()
281 return kIOReturnSuccess; in mapMemory()
305 return kIOReturnSuccess; in unmapMemory()
[all …]
/dports/sysutils/intel-pcm/pcm-202109/MacMSRDriver/PcmMsr/
H A DPcmMsrClient.cpp77 return kIOReturnSuccess; in clientClose()
119 return kIOReturnSuccess; in checkActiveAndOpened()
132 if (result == kIOReturnSuccess) in closeUserClient()
146 if (result == kIOReturnSuccess) in readMSR()
160 if (result == kIOReturnSuccess) in writeMSR()
175 if (result == kIOReturnSuccess) in buildTopology()
227 return kIOReturnSuccess; in read()
252 return kIOReturnSuccess; in write()
281 return kIOReturnSuccess; in mapMemory()
305 return kIOReturnSuccess; in unmapMemory()
[all …]
/dports/multimedia/minitube/minitube-3.9.2/lib/idle/src/
H A Didle_mac.cpp19 return displayRes == kIOReturnSuccess; in preventDisplaySleep()
24 return displayRes == kIOReturnSuccess; in allowDisplaySleep()
36 return systemRes == kIOReturnSuccess; in preventSystemSleep()
41 return systemRes == kIOReturnSuccess; in allowSystemSleep()
/dports/multimedia/musique/musique-1.10.1/lib/idle/src/
H A Didle_mac.cpp19 return displayRes == kIOReturnSuccess; in preventDisplaySleep()
24 return displayRes == kIOReturnSuccess; in allowDisplaySleep()
36 return systemRes == kIOReturnSuccess; in preventSystemSleep()
41 return systemRes == kIOReturnSuccess; in allowSystemSleep()
/dports/sysutils/consul/consul-1.10.3/vendor/github.com/shirou/gopsutil/v3/cpu/
H A D_smc.c284 if (result != kIOReturnSuccess) in SMCOpen()
300 if (result != kIOReturnSuccess) in SMCOpen()
306 return kIOReturnSuccess; in SMCOpen()
384 if (result != kIOReturnSuccess) in SMCReadKey2()
395 if (result != kIOReturnSuccess) in SMCReadKey2()
402 return kIOReturnSuccess; in SMCReadKey2()
434 if (result != kIOReturnSuccess) in SMCWriteKey2()
449 if (result != kIOReturnSuccess) in SMCWriteKey2()
451 return kIOReturnSuccess; in SMCWriteKey2()
497 return kIOReturnSuccess; in SMCPrintAll()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/v3/cpu/
H A D_smc.c284 if (result != kIOReturnSuccess) in SMCOpen()
300 if (result != kIOReturnSuccess) in SMCOpen()
306 return kIOReturnSuccess; in SMCOpen()
384 if (result != kIOReturnSuccess) in SMCReadKey2()
395 if (result != kIOReturnSuccess) in SMCReadKey2()
402 return kIOReturnSuccess; in SMCReadKey2()
434 if (result != kIOReturnSuccess) in SMCWriteKey2()
449 if (result != kIOReturnSuccess) in SMCWriteKey2()
451 return kIOReturnSuccess; in SMCWriteKey2()
497 return kIOReturnSuccess; in SMCPrintAll()
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/gopsutil/v3/cpu/
H A D_smc.c284 if (result != kIOReturnSuccess) in SMCOpen()
300 if (result != kIOReturnSuccess) in SMCOpen()
306 return kIOReturnSuccess; in SMCOpen()
384 if (result != kIOReturnSuccess) in SMCReadKey2()
395 if (result != kIOReturnSuccess) in SMCReadKey2()
402 return kIOReturnSuccess; in SMCReadKey2()
434 if (result != kIOReturnSuccess) in SMCWriteKey2()
449 if (result != kIOReturnSuccess) in SMCWriteKey2()
451 return kIOReturnSuccess; in SMCWriteKey2()
497 return kIOReturnSuccess; in SMCPrintAll()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libusb/libusb/os/
H A Ddarwin_usb.c110 case kIOReturnSuccess: in darwin_error_str()
150 case kIOReturnSuccess: in darwin_to_libusb()
607 if (kresult != kIOReturnSuccess) in get_configuration_index()
702 if (kresult != kIOReturnSuccess) in darwin_check_configuration()
777 ret = kIOReturnSuccess; in darwin_cache_device_descriptor()
827 if (kIOReturnSuccess != ret) { in darwin_cache_device_descriptor()
841 if (ret != kIOReturnSuccess) { in darwin_cache_device_descriptor()
1274 return kIOReturnSuccess; in darwin_get_interface()
2059 case kIOReturnSuccess: in darwin_transfer_status()
2177 if (kIOReturnSuccess != rc) in darwin_alloc_streams()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Dusbio_ox.c359 != kIOReturnSuccess || p->usbd->device == NULL) { in usb_open_port()
403 p->usbd->device, config)) != kIOReturnSuccess) { in usb_open_port()
439 &pluginref, &score)) != kIOReturnSuccess) { in usb_open_port()
449 (void *)&p->usbd->interfaces[i])) != kIOReturnSuccess) { in usb_open_port()
461 p->usbd->interfaces[i])) != kIOReturnSuccess) { in usb_open_port()
618 if (result != kIOReturnSuccess) { in icoms_usb_transaction()
675 if (req.result == kIOReturnSuccess) { in icoms_usb_transaction()
795 p->usbd->interfaces[iix], pno)) != kIOReturnSuccess) { in icoms_usb_resetep()
816 p->usbd->interfaces[iix], pno)) != kIOReturnSuccess) { in icoms_usb_clearhalt()
822 p->usbd->interfaces[iix], pno)) != kIOReturnSuccess) { in icoms_usb_clearhalt()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/input/
H A Dar.c132 if (ioReturnValue != kIOReturnSuccess || in FindHIDDevices()
158 if (((*handle)->copyMatchingElements(handle, NULL, &elements)) != kIOReturnSuccess) in getHIDCookies()
191 if (IOObjectGetClass(hidDevice, className) != kIOReturnSuccess) in CreateHIDDeviceInterface()
198 &score) != kIOReturnSuccess) in CreateHIDDeviceInterface()
261 kIOHIDOptionsTypeSeizeDevice) != kIOReturnSuccess) in mp_input_ar_init()
328 IOReturn result = kIOReturnSuccess; in mp_input_ar_read()
338 while ((result = (*queue)->getNextEvent(queue, &event, zeroTime, 0)) == kIOReturnSuccess) { in mp_input_ar_read()
393 while (result == kIOReturnSuccess) in mp_input_ar_read()
404 kIOHIDOptionsTypeSeizeDevice) == kIOReturnSuccess) in mp_input_ar_read()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/input/
H A Dar.c132 if (ioReturnValue != kIOReturnSuccess || in FindHIDDevices()
158 if (((*handle)->copyMatchingElements(handle, NULL, &elements)) != kIOReturnSuccess) in getHIDCookies()
191 if (IOObjectGetClass(hidDevice, className) != kIOReturnSuccess) in CreateHIDDeviceInterface()
198 &score) != kIOReturnSuccess) in CreateHIDDeviceInterface()
261 kIOHIDOptionsTypeSeizeDevice) != kIOReturnSuccess) in mp_input_ar_init()
328 IOReturn result = kIOReturnSuccess; in mp_input_ar_read()
338 while ((result = (*queue)->getNextEvent(queue, &event, zeroTime, 0)) == kIOReturnSuccess) { in mp_input_ar_read()
393 while (result == kIOReturnSuccess) in mp_input_ar_read()
404 kIOHIDOptionsTypeSeizeDevice) == kIOReturnSuccess) in mp_input_ar_read()
/dports/graphics/wdune/wdune-1.926/src/SDLjoystick/darwin/
H A DSDL_sysjoystick.c123 IOReturn result = kIOReturnSuccess; in HIDGetElementValue()
130 if (kIOReturnSuccess == result) in HIDGetElementValue()
191 IOReturn result = kIOReturnSuccess; in HIDCreateOpenDeviceInterface()
200 if (kIOReturnSuccess == result) in HIDCreateOpenDeviceInterface()
215 if (kIOReturnSuccess != result) in HIDCreateOpenDeviceInterface()
229 IOReturn result = kIOReturnSuccess; in HIDCloseReleaseInterface()
243 if (kIOReturnSuccess != result) in HIDCloseReleaseInterface()
575 if (kIOReturnSuccess != result) in HIDDisposeDevice()
591 IOReturn result = kIOReturnSuccess; in SDL_SYS_JoystickInit()
607 if (kIOReturnSuccess != result) in SDL_SYS_JoystickInit()
[all …]
/dports/devel/sdl12/SDL-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c119 IOReturn result = kIOReturnSuccess; in HIDGetElementValue()
126 if (kIOReturnSuccess == result) in HIDGetElementValue()
170 IOReturn result = kIOReturnSuccess; in HIDCreateOpenDeviceInterface()
179 if (kIOReturnSuccess == result) in HIDCreateOpenDeviceInterface()
194 if (kIOReturnSuccess != result) in HIDCreateOpenDeviceInterface()
211 IOReturn result = kIOReturnSuccess; in HIDCloseReleaseInterface()
225 if (kIOReturnSuccess != result) in HIDCloseReleaseInterface()
501 if (kIOReturnSuccess == result) in HIDBuildDevice()
556 if (kIOReturnSuccess != result) in HIDDisposeDevice()
588 if (kIOReturnSuccess != result) in SDL_SYS_JoystickInit()
[all …]
/dports/sysutils/cdrkit/cdrkit-1.1.11/libusal/
H A Dscsi-mac-iokit.c131 IOReturn ioReturnValue = kIOReturnSuccess; in usalo_open()
164 if (ioReturnValue != kIOReturnSuccess) { in usalo_open()
183 (ioReturnValue != kIOReturnSuccess)) { in usalo_open()
211 if (ioReturnValue != kIOReturnSuccess) { in usalo_open()
243 if (ioReturnValue != kIOReturnSuccess) { in usalo_open()
266 if (ioReturnValue != kIOReturnSuccess) { in usalo_open()
460 if (ioReturnValue != kIOReturnSuccess) { in usalo_send()
472 if (ioReturnValue != kIOReturnSuccess) { in usalo_send()
481 if (ioReturnValue != kIOReturnSuccess) { in usalo_send()
499 if (ioReturnValue != kIOReturnSuccess) { in usalo_send()
/dports/sysutils/genisoimage/cdrkit-1.1.11/libusal/
H A Dscsi-mac-iokit.c131 IOReturn ioReturnValue = kIOReturnSuccess;
164 if (ioReturnValue != kIOReturnSuccess) {
183 (ioReturnValue != kIOReturnSuccess)) {
211 if (ioReturnValue != kIOReturnSuccess) {
243 if (ioReturnValue != kIOReturnSuccess) {
266 if (ioReturnValue != kIOReturnSuccess) {
460 if (ioReturnValue != kIOReturnSuccess) {
472 if (ioReturnValue != kIOReturnSuccess) {
481 if (ioReturnValue != kIOReturnSuccess) {
499 if (ioReturnValue != kIOReturnSuccess) {
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/adb/client/
H A Dusb_osx.cpp158 if ((kIOReturnSuccess != kr) || (!plugInInterface)) { in AndroidInterfaceAdded()
190 if (kIOReturnSuccess != kr || !usbDevice) { in AndroidInterfaceAdded()
205 if ((kIOReturnSuccess != kr) || (!plugInInterface)) { in AndroidInterfaceAdded()
252 if (kr == kIOReturnSuccess && req.wLenDone > 0) { in AndroidInterfaceAdded()
270 if (kr == kIOReturnSuccess && req.wLenDone > 0) { in AndroidInterfaceAdded()
320 if (rc != kIOReturnSuccess) { in ClearPipeStallBothEnds()
339 if (kr != kIOReturnSuccess) { in CheckInterface()
346 if (kr != kIOReturnSuccess) { in CheckInterface()
352 if ((*interface)->GetInterfaceClass(interface, &interfaceClass) != kIOReturnSuccess || in CheckInterface()
386 if (kr != kIOReturnSuccess) { in CheckInterface()
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/client/
H A Dusb_osx.cpp158 if ((kIOReturnSuccess != kr) || (!plugInInterface)) { in AndroidInterfaceAdded()
190 if (kIOReturnSuccess != kr || !usbDevice) { in AndroidInterfaceAdded()
205 if ((kIOReturnSuccess != kr) || (!plugInInterface)) { in AndroidInterfaceAdded()
252 if (kr == kIOReturnSuccess && req.wLenDone > 0) { in AndroidInterfaceAdded()
270 if (kr == kIOReturnSuccess && req.wLenDone > 0) { in AndroidInterfaceAdded()
320 if (rc != kIOReturnSuccess) { in ClearPipeStallBothEnds()
339 if (kr != kIOReturnSuccess) { in CheckInterface()
346 if (kr != kIOReturnSuccess) { in CheckInterface()
352 if ((*interface)->GetInterfaceClass(interface, &interfaceClass) != kIOReturnSuccess || in CheckInterface()
386 if (kr != kIOReturnSuccess) { in CheckInterface()
[all …]

12345678910>>...17