Home
last modified time | relevance | path

Searched refs:notify_handle (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/util/
H A Dvolatile_source.hpp54 if (notify_backend && notify_handle >= 0) in deinit()
55 notify_backend->uninstall_notification(notify_handle); in deinit()
57 notify_handle = -1; in deinit()
80notify_handle = proto->install_notification(Granite::Path::basedir(paths.second), [&](const Granit… in init()
103 Granite::FileNotifyHandle notify_handle = -1; member in Util::VolatileSource
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/util/
H A Dvolatile_source.hpp54 if (notify_backend && notify_handle >= 0) in deinit()
55 notify_backend->uninstall_notification(notify_handle); in deinit()
57 notify_handle = -1; in deinit()
80notify_handle = proto->install_notification(Granite::Path::basedir(paths.second), [&](const Granit… in init()
103 Granite::FileNotifyHandle notify_handle = -1; member in Util::VolatileSource
/dports/net-p2p/uhub/uhub-a8ee6e7/src/tools/
H A Dadmin.c163 static struct uhub_notify_handle* notify_handle; variable
223 notify_handle = net_notify_create(NULL, NULL); in adm_setup_control_pipe()
228 net_notify_destroy(notify_handle); in adm_shutdown_control_pipe()
229 notify_handle = NULL; in adm_shutdown_control_pipe()
/dports/net/samba412/samba-4.12.15/source4/torture/rpc/
H A Diremotewinspool.c260 struct policy_handle *notify_handle) in test_SyncUnRegisterForRemoteNotifications_args() argument
265 r.in.phRpcHandle = notify_handle; in test_SyncUnRegisterForRemoteNotifications_args()
266 r.out.phRpcHandle = notify_handle; in test_SyncUnRegisterForRemoteNotifications_args()
280 struct policy_handle *notify_handle);
287 struct policy_handle notify_handle; in test_SyncUnRegisterForRemoteNotifications() local
293 &notify_handle), in test_SyncUnRegisterForRemoteNotifications()
299 &notify_handle), in test_SyncUnRegisterForRemoteNotifications()
308 struct policy_handle *notify_handle) in test_SyncRegisterForRemoteNotifications_args() argument
346 r.out.phRpcHandle = notify_handle; in test_SyncRegisterForRemoteNotifications_args()
362 struct policy_handle notify_handle; in test_SyncRegisterForRemoteNotifications() local
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/vmcs_host/
H A Dvc_vchi_tvservice.c69 VCHI_SERVICE_HANDLE_T notify_handle[VCHI_MAX_NUM_CONNECTIONS]; //For incoming notification member
276 …hi_service_open( initialise_instance, &tvservice_parameters2, &tvservice_client.notify_handle[i] ); in vc_vchi_tv_init()
280 vchi_service_release(tvservice_client.notify_handle[i]); in vc_vchi_tv_init()
297 vchi_service_close(tvservice_client.notify_handle[i]); in vc_vchi_tv_init()
344 vchi_service_use(tvservice_client.notify_handle[i]); in vc_vchi_tv_stop()
347 result = vchi_service_close(tvservice_client.notify_handle[i]); in vc_vchi_tv_stop()
691 vchi_service_use(state->notify_handle[0]); in tvservice_notify_func()
725 vchi_service_release(state->notify_handle[0]); in tvservice_notify_func()
738 vchi_service_release(state->notify_handle[0]); in tvservice_notify_func()
748 vchi_service_use(state->notify_handle[0]); in tvservice_notify_func()
[all …]
H A Dvc_vchi_dispmanx.c47 VCHI_SERVICE_HANDLE_T notify_handle[VCHI_MAX_NUM_CONNECTIONS]; //For incoming notification member
204 …vchi_service_open( initialise_instance, &dispmanx_parameters2, &dispmanx_client.notify_handle[i] ); in vc_vchi_dispmanx_init()
217 vchi_service_release(dispmanx_client.notify_handle[i]); in vc_vchi_dispmanx_init()
246 result = vchi_service_close(dispmanx_client.notify_handle[i]); in vc_dispmanx_stop()
722 …vchi_service_use(dispmanx_client.notify_handle[0]); // corresponding release is in dispmanx_notify… in vc_dispmanx_update_submit()
1076 vchi_service_use(dispmanx_client.notify_handle[0]); in vc_dispmanx_vsync_callback()
1084 vchi_service_release(dispmanx_client.notify_handle[0]); in vc_dispmanx_vsync_callback()
1292 …success = vchi_msg_dequeue( dispmanx_client.notify_handle[0], dispmanx_client.notify_buffer, sizeo… in dispmanx_notify_func()
1300 vchi_service_release(dispmanx_client.notify_handle[0]); in dispmanx_notify_func()
H A Dvc_vchi_cecservice.c53 VCHI_SERVICE_HANDLE_T notify_handle[VCHI_MAX_NUM_CONNECTIONS]; //For incoming notification member
273 …_service_open( initialise_instance, &cecservice_parameters2, &cecservice_client.notify_handle[i] ); in vc_vchi_cec_init()
280 vchi_service_release(cecservice_client.notify_handle[i]); in vc_vchi_cec_init()
324 vchi_service_use(cecservice_client.notify_handle[i]); in vc_vchi_cec_stop()
327 result = vchi_service_close(cecservice_client.notify_handle[i]); in vc_vchi_cec_stop()
568 …success = vchi_msg_dequeue( state->notify_handle[0], state->notify_buffer, sizeof(state->notify_bu… in cecservice_notify_func()
/dports/net-p2p/uhub/uhub-a8ee6e7/src/network/
H A Ddnsresolver.c85 …struct uhub_notify_handle* notify_handle; // used to signal back to the event loop that there is s… member
97 g_dns->notify_handle = net_notify_create(notify_callback, g_dns); in net_dns_initialize()
113 net_notify_destroy(g_dns->notify_handle); in net_dns_destroy()
219 net_notify_signal(g_dns->notify_handle, 1); in job_thread_resolve_name()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/tokio-core/src/reactor/
H A Dmod.rs347 self.notify_handle(reader); in dispatch_io()
350 self.notify_handle(writer); in dispatch_io()
397 self.notify_handle(handle); in consume_timeouts()
406 fn notify_handle(&self, handle: Task) { in notify_handle() method
431 self.notify_handle(task); in notify()
437 self.notify_handle(task); in notify()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/lib/efi_loader/
H A Defi_console.c847 void **notify_handle) in efi_cin_register_key_notify() argument
853 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
856 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
875 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/lib/efi_loader/
H A Defi_console.c847 void **notify_handle) in efi_cin_register_key_notify() argument
853 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
856 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
875 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/lib/efi_loader/
H A Defi_console.c847 void **notify_handle) in efi_cin_register_key_notify() argument
853 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
856 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
875 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/lib/efi_loader/
H A Defi_console.c847 void **notify_handle) in efi_cin_register_key_notify() argument
853 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
856 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
875 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-tools/u-boot-2020.07/lib/efi_loader/
H A Defi_console.c1017 void **notify_handle) in efi_cin_register_key_notify() argument
1023 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1026 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1045 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/lib/efi_loader/
H A Defi_console.c847 void **notify_handle) in efi_cin_register_key_notify() argument
853 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
856 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
875 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/lib/efi_loader/
H A Defi_console.c1054 void **notify_handle) in efi_cin_register_key_notify() argument
1060 this, key_data, key_notify_function, notify_handle); in efi_cin_register_key_notify()
1063 if (!this || !key_data || !key_notify_function || !notify_handle) { in efi_cin_register_key_notify()
1082 *notify_handle = notify_function; in efi_cin_register_key_notify()

12345678