Home
last modified time | relevance | path

Searched defs:global (Results 1 – 25 of 107) sorted by relevance

12345

/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dwifi_display.c22 int wifi_display_init(struct wpa_global *global) in wifi_display_init()
29 void wifi_display_deinit(struct wpa_global *global) in wifi_display_deinit()
39 struct wpabuf * wifi_display_get_wfd_ie(struct wpa_global *global) in wifi_display_get_wfd_ie()
67 static int wifi_display_update_wfd_ie(struct wpa_global *global) in wifi_display_update_wfd_ie()
229 void wifi_display_enable(struct wpa_global *global, int enabled) in wifi_display_enable()
238 int wifi_display_subelem_set(struct wpa_global *global, char *cmd) in wifi_display_subelem_set()
298 int wifi_display_subelem_set_from_ies(struct wpa_global *global, in wifi_display_subelem_set_from_ies()
352 int wifi_display_subelem_get(struct wpa_global *global, char *cmd, in wifi_display_subelem_get()
Dmain.c159 static int wpa_supplicant_init_match(struct wpa_global *global) in wpa_supplicant_init_match()
186 struct wpa_global *global; in main() local
Dctrl_iface_unix.c45 struct wpa_global *global; member
104 socklen_t fromlen, int global) in wpa_supplicant_ctrl_iface_attach()
311 static void wpas_ctrl_msg_send_pending_global(struct wpa_global *global) in wpas_ctrl_msg_send_pending_global()
804 wpas_global_ctrl_iface_flush_queued_msg(struct wpa_global *global, in wpas_global_ctrl_iface_flush_queued_msg()
1098 struct wpa_global *global = eloop_ctx; in wpa_supplicant_global_ctrl_iface_receive() local
1172 static int wpas_global_ctrl_iface_open_sock(struct wpa_global *global, in wpas_global_ctrl_iface_open_sock()
1354 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global) in wpa_supplicant_global_ctrl_iface_init()
1380 static int wpas_ctrl_iface_global_reinit(struct wpa_global *global, in wpas_ctrl_iface_global_reinit()
Dmain_none.c19 struct wpa_global *global; in main() local
Dnotify.c29 int wpas_notify_supplicant_initialized(struct wpa_global *global) in wpas_notify_supplicant_initialized()
49 void wpas_notify_supplicant_deinitialized(struct wpa_global *global) in wpas_notify_supplicant_deinitialized()
550 void wpas_notify_debug_level_changed(struct wpa_global *global) in wpas_notify_debug_level_changed()
556 void wpas_notify_debug_timestamp_changed(struct wpa_global *global) in wpas_notify_debug_timestamp_changed()
562 void wpas_notify_debug_show_keys_changed(struct wpa_global *global) in wpas_notify_debug_show_keys_changed()
568 void wpas_notify_suspend(struct wpa_global *global) in wpas_notify_suspend()
579 void wpas_notify_resume(struct wpa_global *global) in wpas_notify_resume()
Dmain_winsvc.c61 static int read_interface(struct wpa_global *global, HKEY _hk, in read_interface()
138 struct wpa_global *global; in wpa_supplicant_thread() local
Dmain_winmain.c28 struct wpa_global *global; in WinMain() local
Dctrl_iface.h151 wpa_supplicant_global_ctrl_iface_init(struct wpa_global *global) in wpa_supplicant_global_ctrl_iface_init()
/freebsd-12-stable/sys/contrib/ck/src/
Dck_epoch.c189 struct ck_epoch *global = record->global; in _ck_epoch_addref() local
229 ck_epoch_init(struct ck_epoch *global) in ck_epoch_init()
240 ck_epoch_recycle(struct ck_epoch *global, void *ct) in ck_epoch_recycle()
274 ck_epoch_register(struct ck_epoch *global, struct ck_epoch_record *record, in ck_epoch_register()
300 struct ck_epoch *global = record->global; in ck_epoch_unregister() local
321 ck_epoch_scan(struct ck_epoch *global, in ck_epoch_scan()
411 epoch_block(struct ck_epoch *global, struct ck_epoch_record *cr, in epoch_block()
425 ck_epoch_synchronize_wait(struct ck_epoch *global, in ck_epoch_synchronize_wait()
571 struct ck_epoch *global = record->global; in ck_epoch_poll_deferred() local
Dck_hp.c94 ck_hp_recycle(struct ck_hp *global) in ck_hp_recycle()
190 ck_hp_member_cache(struct ck_hp *global, void **cache, unsigned int *n_hazards) in ck_hp_member_cache()
224 struct ck_hp *global = thread->global; in ck_hp_reclaim() local
294 struct ck_hp *global; in ck_hp_free() local
/freebsd-12-stable/contrib/wpa/wpa_supplicant/binder/
Dbinder.cpp26 struct wpa_global *global = (wpa_global *)eloop_ctx; in wpas_binder_sock_handler() local
34 struct wpas_binder_priv *wpas_binder_init(struct wpa_global *global) in wpas_binder_init()
Dbinder_i.h20 struct wpa_global *global; member
Dbinder_manager.cpp38 int BinderManager::registerBinderService(struct wpa_global *global) in registerBinderService()
Dsupplicant.cpp15 Supplicant::Supplicant(struct wpa_global *global) : wpa_global_(global) {} in Supplicant()
/freebsd-12-stable/contrib/wpa/src/crypto/
Dtls_gnutls.c45 struct tls_global *global; member
99 struct tls_global *global; in tls_init() local
133 struct tls_global *global = ssl_ctx; in tls_deinit() local
198 static int tls_gnutls_init_session(struct tls_global *global, in tls_gnutls_init_session()
241 struct tls_global *global = ssl_ctx; in tls_connection_init() local
308 struct tls_global *global = ssl_ctx; in tls_connection_shutdown() local
702 struct tls_global *global = ptr; in server_ocsp_status_req() local
739 struct tls_global *global = tls_ctx; in tls_global_set_params() local
934 struct tls_global *global = conn->global; in gnutls_tls_fail_event() local
1452 struct tls_global *global = tls_ctx; in tls_connection_handshake() local
Dtls_internal.c36 struct tls_global *global; member
42 struct tls_global *global; in tls_init() local
70 struct tls_global *global = ssl_ctx; in tls_deinit() local
96 struct tls_global *global = tls_ctx; in tls_connection_init() local
309 struct tls_global *global = tls_ctx; in tls_global_set_params() local
367 struct tls_global *global = tls_ctx; in tls_global_set_verify() local
/freebsd-12-stable/sys/i386/linux/
Dlinux_vdso.lds.s59 global: label
/freebsd-12-stable/sys/amd64/linux/
Dlinux_vdso.lds.s56 global: label
/freebsd-12-stable/sys/amd64/linux32/
Dlinux32_vdso.lds.s59 global: label
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzcp_global.c77 const zcp_errno_global_t *global = errno_globals; in zcp_load_errno_globals() local
/freebsd-12-stable/contrib/wpa/wpa_supplicant/dbus/
Ddbus_common_i.h21 struct wpa_global *global; member
/freebsd-12-stable/contrib/wpa/src/drivers/
Ddriver_bsd.c61 struct bsd_driver_global *global; member
82 struct bsd_driver_global *global = priv; in bsd_get_drvindex() local
95 struct bsd_driver_global *global = priv; in bsd_get_drvname() local
623 bsd_route_overflow(int sock, void *ctx, struct bsd_driver_global *global) in bsd_route_overflow()
727 struct bsd_driver_global *global = sock_ctx; in bsd_wireless_event_receive() local
1720 struct bsd_driver_global *global; in bsd_global_init() local
1783 struct bsd_driver_global *global = priv; in bsd_global_deinit() local
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
Dhwasan.cpp260 static bool InitializeSingleGlobal(const hwasan_global &global) { in InitializeSingleGlobal()
271 for (const hwasan_global &global : HwasanGlobalsFor( in InitLoadedGlobals() local
313 for (const hwasan_global &global : HwasanGlobalsFor( in __hwasan_init_static() local
376 for (const hwasan_global &global : HwasanGlobalsFor(base, phdr, phnum)) in __hwasan_library_loaded() local
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DProperty.h27 bool global; // false == this setting is a global setting by default member
/freebsd-12-stable/contrib/gcc/
Dipa-reference.h69 ipa_reference_global_vars_info_t global; member

12345