Home
last modified time | relevance | path

Searched refs:priv (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/external/valgrind/VEX/
DMakefile-gcc17 PRIV_HEADERS = priv/host_x86_defs.h \
18 priv/host_amd64_defs.h \
19 priv/host_arm_defs.h \
20 priv/host_ppc_defs.h \
21 priv/host_s390_defs.h \
22 priv/host_mips_defs.h \
23 priv/host_generic_maddf.h \
24 priv/host_generic_regs.h \
25 priv/host_generic_simd64.h \
26 priv/host_generic_simd128.h \
[all …]
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_common.c59 static void process_watch(struct wpas_dbus_priv *priv, in process_watch() argument
62 dbus_connection_ref(priv->con); in process_watch()
64 priv->should_dispatch = 0; in process_watch()
73 if (priv->should_dispatch) { in process_watch()
74 dispatch_data(priv->con); in process_watch()
75 priv->should_dispatch = 0; in process_watch()
78 dbus_connection_unref(priv->con); in process_watch()
102 struct wpas_dbus_priv *priv = data; in add_watch() local
113 priv, watch); in add_watch()
117 priv, watch); in add_watch()
[all …]
/external/valgrind/
DMakefile.vex.am35 priv/main_globals.h \
36 priv/main_util.h \
37 priv/ir_match.h \
38 priv/ir_opt.h \
39 priv/guest_generic_bb_to_IR.h \
40 priv/guest_generic_x87.h \
41 priv/guest_x86_defs.h \
42 priv/guest_amd64_defs.h \
43 priv/guest_ppc_defs.h \
44 priv/guest_arm_defs.h \
[all …]
/external/avahi/avahi-gobject/
Dga-service-resolver.c80 GaServiceResolverPrivate *priv = GA_SERVICE_RESOLVER_GET_PRIVATE(obj); in ga_service_resolver_init() local
83 priv->client = NULL; in ga_service_resolver_init()
84 priv->resolver = NULL; in ga_service_resolver_init()
85 priv->name = NULL; in ga_service_resolver_init()
86 priv->type = NULL; in ga_service_resolver_init()
87 priv->domain = NULL; in ga_service_resolver_init()
88 priv->port = 0; in ga_service_resolver_init()
98 GaServiceResolverPrivate *priv = in ga_service_resolver_set_property() local
101 g_assert(priv->resolver == NULL); in ga_service_resolver_set_property()
104 priv->protocol = g_value_get_enum(value); in ga_service_resolver_set_property()
[all …]
Dga-service-browser.c76 GaServiceBrowserPrivate *priv = GA_SERVICE_BROWSER_GET_PRIVATE(obj); in ga_service_browser_init() local
79 priv->client = NULL; in ga_service_browser_init()
80 priv->browser = NULL; in ga_service_browser_init()
81 priv->type = NULL; in ga_service_browser_init()
82 priv->domain = NULL; in ga_service_browser_init()
93 GaServiceBrowserPrivate *priv = GA_SERVICE_BROWSER_GET_PRIVATE(browser); in ga_service_browser_set_property() local
95 g_assert(priv->browser == NULL); in ga_service_browser_set_property()
98 priv->protocol = g_value_get_enum(value); in ga_service_browser_set_property()
101 priv->interface = g_value_get_int(value); in ga_service_browser_set_property()
104 priv->type = g_strdup(g_value_get_string(value)); in ga_service_browser_set_property()
[all …]
Dga-record-browser.c85 GaRecordBrowserPrivate *priv = GA_RECORD_BROWSER_GET_PRIVATE(browser); in ga_record_browser_set_property() local
87 g_assert(priv->browser == NULL); in ga_record_browser_set_property()
91 priv->protocol = g_value_get_enum(value); in ga_record_browser_set_property()
94 priv->interface = g_value_get_int(value); in ga_record_browser_set_property()
97 priv->name = g_value_dup_string(value); in ga_record_browser_set_property()
100 priv->class = g_value_get_uint(value); in ga_record_browser_set_property()
103 priv->type = g_value_get_uint(value); in ga_record_browser_set_property()
106 priv->flags = g_value_get_enum(value); in ga_record_browser_set_property()
118 GaRecordBrowserPrivate *priv = GA_RECORD_BROWSER_GET_PRIVATE(browser); in ga_record_browser_get_property() local
122 g_value_set_int(value, priv->protocol); in ga_record_browser_get_property()
[all …]
Dga-entry-group.c82 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(obj); in ga_entry_group_init() local
84 priv->state = GA_ENTRY_GROUP_STATE_UNCOMMITED; in ga_entry_group_init()
85 priv->client = NULL; in ga_entry_group_init()
86 priv->group = NULL; in ga_entry_group_init()
87 priv->services = g_hash_table_new_full(g_direct_hash, in ga_entry_group_init()
99 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(group); in ga_entry_group_get_property() local
103 g_value_set_enum(value, priv->state); in ga_entry_group_get_property()
143 GaEntryGroupPrivate *priv = GA_ENTRY_GROUP_GET_PRIVATE(self); in ga_entry_group_dispose() local
145 if (priv->dispose_has_run) in ga_entry_group_dispose()
147 priv->dispose_has_run = TRUE; in ga_entry_group_dispose()
[all …]
Dga-client.c67 GaClientPrivate *priv = GA_CLIENT_GET_PRIVATE(self); in ga_client_init() local
70 priv->state = GA_CLIENT_STATE_NOT_STARTED; in ga_client_init()
71 priv->flags = GA_CLIENT_FLAG_NO_FLAGS; in ga_client_init()
81 GaClientPrivate *priv = GA_CLIENT_GET_PRIVATE(client); in ga_client_set_property() local
86 priv->flags = g_value_get_enum(value); in ga_client_set_property()
98 GaClientPrivate *priv = GA_CLIENT_GET_PRIVATE(client); in ga_client_get_property() local
102 g_value_set_enum(value, priv->state); in ga_client_get_property()
105 g_value_set_enum(value, priv->flags); in ga_client_get_property()
157 GaClientPrivate *priv = GA_CLIENT_GET_PRIVATE(self); in ga_client_dispose() local
159 if (priv->dispose_has_run) in ga_client_dispose()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_unix.c68 struct ctrl_iface_priv *priv,
71 struct ctrl_iface_priv *priv);
73 struct ctrl_iface_global_priv *priv);
118 static int wpa_supplicant_ctrl_iface_level(struct ctrl_iface_priv *priv, in wpa_supplicant_ctrl_iface_level() argument
125 return ctrl_iface_level(&priv->ctrl_dst, from, fromlen, level); in wpa_supplicant_ctrl_iface_level()
133 struct ctrl_iface_priv *priv = sock_ctx; in wpa_supplicant_ctrl_iface_receive() local
152 if (wpa_supplicant_ctrl_iface_attach(&priv->ctrl_dst, &from, in wpa_supplicant_ctrl_iface_receive()
160 if (wpa_supplicant_ctrl_iface_detach(&priv->ctrl_dst, &from, in wpa_supplicant_ctrl_iface_receive()
166 if (wpa_supplicant_ctrl_iface_level(priv, &from, fromlen, in wpa_supplicant_ctrl_iface_receive()
210 sock = wpas_ctrl_iface_reinit(wpa_s, priv); in wpa_supplicant_ctrl_iface_receive()
[all …]
Dctrl_iface_udp.c154 static int wpa_supplicant_ctrl_iface_level(struct ctrl_iface_priv *priv, argument
170 dst = priv->ctrl_dst;
198 wpa_supplicant_ctrl_iface_get_cookie(struct ctrl_iface_priv *priv, argument
210 priv->cookie, COOKIE_LEN);
221 struct ctrl_iface_priv *priv = sock_ctx; local
271 reply = wpa_supplicant_ctrl_iface_get_cookie(priv, &reply_len);
294 if (os_memcmp(cookie, priv->cookie, COOKIE_LEN) != 0) {
305 if (wpa_supplicant_ctrl_iface_attach(&priv->ctrl_dst,
313 if (wpa_supplicant_ctrl_iface_detach(&priv->ctrl_dst,
319 if (wpa_supplicant_ctrl_iface_level(priv, &from, fromlen,
[all …]
Dctrl_iface_named_pipe.c64 struct ctrl_iface_priv *priv; member
83 static void wpa_supplicant_ctrl_iface_send(struct ctrl_iface_priv *priv,
114 static void ctrl_flush_broken_pipes(struct ctrl_iface_priv *priv) in ctrl_flush_broken_pipes() argument
118 dst = priv->ctrl_dst; in ctrl_flush_broken_pipes()
132 static int ctrl_open_pipe(struct ctrl_iface_priv *priv) in ctrl_open_pipe() argument
143 dst->priv = priv; in ctrl_open_pipe()
160 priv->wpa_s->ifname); in ctrl_open_pipe()
163 priv->wpa_s->ifname); in ctrl_open_pipe()
174 priv->sec_attr_set ? &priv->attr : NULL); in ctrl_open_pipe()
209 dst->next = priv->ctrl_dst; in ctrl_open_pipe()
[all …]
/external/libexif/libexif/
Dexif-data.c77 d = exif_mem_alloc (data->priv->mem, i); in exif_data_alloc()
81 EXIF_LOG_NO_MEMORY (data->priv->log, "ExifData", i); in exif_data_alloc()
88 return (d && d->priv) ? d->priv->md : NULL; in exif_data_get_mnote_data()
114 data->priv = exif_mem_alloc (mem, sizeof (ExifDataPrivate)); in exif_data_new_mem()
115 if (!data->priv) { in exif_data_new_mem()
119 data->priv->ref_count = 1; in exif_data_new_mem()
121 data->priv->mem = mem; in exif_data_new_mem()
125 data->ifd[i] = exif_content_new_mem (data->priv->mem); in exif_data_new_mem()
166 entry->tag = exif_get_short (d + offset + 0, data->priv->order); in exif_data_load_data_entry()
167 entry->format = exif_get_short (d + offset + 2, data->priv->order); in exif_data_load_data_entry()
[all …]
Dexif-content.c63 content->priv = exif_mem_alloc (mem, in exif_content_new_mem()
65 if (!content->priv) { in exif_content_new_mem()
70 content->priv->ref_count = 1; in exif_content_new_mem()
72 content->priv->mem = mem; in exif_content_new_mem()
81 content->priv->ref_count++; in exif_content_ref()
87 content->priv->ref_count--; in exif_content_unref()
88 if (!content->priv->ref_count) in exif_content_unref()
95 ExifMem *mem = (content && content->priv) ? content->priv->mem : NULL; in exif_content_free()
104 if (content->priv) { in exif_content_free()
105 exif_log_unref (content->priv->log); in exif_content_free()
[all …]
/external/mesa3d/src/gallium/state_trackers/xorg/
Dxorg_exa.c202 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPix); in ExaDownloadFromScreen() local
205 if (!priv || !priv->tex) in ExaDownloadFromScreen()
208 transfer = pipe_get_transfer(exa->pipe, priv->tex, 0, 0, in ExaDownloadFromScreen()
216 util_copy_rect((unsigned char*)dst, priv->tex->format, dst_pitch, 0, 0, in ExaDownloadFromScreen()
234 struct exa_pixmap_priv *priv = exaGetPixmapDriverPrivate(pPix); in ExaUploadToScreen() local
237 if (!priv || !priv->tex) in ExaUploadToScreen()
240 transfer = pipe_get_transfer(exa->pipe, priv->tex, 0, 0, in ExaUploadToScreen()
249 priv->tex->format, transfer->stride, 0, 0, w, h, in ExaUploadToScreen()
265 struct exa_pixmap_priv *priv; in ExaPrepareAccess() local
267 priv = exaGetPixmapDriverPrivate(pPix); in ExaPrepareAccess()
[all …]
Dxorg_output.c95 struct output_private *priv = output->driver_private; in output_detect() local
99 drm_connector = drmModeGetConnector(ms->fd, priv->drm_connector->connector_id); in output_detect()
101 drmModeFreeConnector(priv->drm_connector); in output_detect()
102 priv->drm_connector = drm_connector; in output_detect()
104 drm_connector = priv->drm_connector; in output_detect()
124 struct output_private *priv = output->driver_private; in output_get_modes() local
125 drmModeConnectorPtr drm_connector = priv->drm_connector; in output_get_modes()
133 props = drmModeGetProperty(priv->fd, drm_connector->props[i]); in output_get_modes()
141 if (priv->edid_blob) in output_get_modes()
142 drmModeFreePropertyBlob(priv->edid_blob); in output_get_modes()
[all …]
/external/avahi/avahi-ui/
Davahi-ui.c307 gtk_progress_bar_pulse(GTK_PROGRESS_BAR(d->priv->service_progress_bar)); in service_pulse_callback()
314 gtk_progress_bar_pulse(GTK_PROGRESS_BAR(d->priv->domain_progress_bar)); in domain_pulse_callback()
355 d->priv->resolve_service_done = 1; in resolve_callback()
357 g_free(d->priv->service_name); in resolve_callback()
358 d->priv->service_name = g_strdup(name); in resolve_callback()
360 g_free(d->priv->service_type); in resolve_callback()
361 d->priv->service_type = g_strdup(type); in resolve_callback()
363 g_free(d->priv->domain); in resolve_callback()
364 d->priv->domain = g_strdup(domain); in resolve_callback()
366 g_free(d->priv->host_name); in resolve_callback()
[all …]
/external/wpa_supplicant_8/src/drivers/
Ddriver.h1725 int (*get_bssid)(void *priv, u8 *bssid);
1742 int (*get_ssid)(void *priv, u8 *ssid);
1795 int (*set_key)(const char *ifname, void *priv, enum wpa_alg alg,
1832 void (*deinit)(void *priv);
1844 int (*set_param)(void *priv, const char *param);
1856 int (*set_countermeasures)(void *priv, int enabled);
1867 int (*deauthenticate)(void *priv, const u8 *addr, int reason_code);
1876 int (*associate)(void *priv,
1896 int (*add_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
1916 int (*remove_pmkid)(void *priv, const u8 *bssid, const u8 *pmkid);
[all …]
Ddriver_bsd.c81 bsd_get_drvindex(void *priv, unsigned int ifindex) in bsd_get_drvindex() argument
83 struct bsd_driver_global *global = priv; in bsd_get_drvindex()
95 bsd_get_drvname(void *priv, const char *ifname) in bsd_get_drvname() argument
97 struct bsd_driver_global *global = priv; in bsd_get_drvname()
109 bsd_set80211(void *priv, int op, int val, const void *arg, int arg_len) in bsd_set80211() argument
111 struct bsd_driver_data *drv = priv; in bsd_set80211()
134 bsd_get80211(void *priv, struct ieee80211req *ireq, int op, void *arg, in bsd_get80211() argument
137 struct bsd_driver_data *drv = priv; in bsd_get80211()
176 bsd_get_ssid(void *priv, u8 *ssid, int len) in bsd_get_ssid() argument
178 struct bsd_driver_data *drv = priv; in bsd_get_ssid()
[all …]
Ddriver_wext.h49 int wpa_driver_wext_get_bssid(void *priv, u8 *bssid);
50 int wpa_driver_wext_set_bssid(void *priv, const u8 *bssid);
51 int wpa_driver_wext_get_ssid(void *priv, u8 *ssid);
52 int wpa_driver_wext_set_ssid(void *priv, const u8 *ssid, size_t ssid_len);
53 int wpa_driver_wext_set_freq(void *priv, int freq);
54 int wpa_driver_wext_set_mode(void *priv, int mode);
55 int wpa_driver_wext_set_key(const char *ifname, void *priv, enum wpa_alg alg,
59 int wpa_driver_wext_scan(void *priv, struct wpa_driver_scan_params *params);
60 struct wpa_scan_results * wpa_driver_wext_get_scan_results(void *priv);
68 void wpa_driver_wext_deinit(void *priv);
[all …]
Ddriver_macsec_qca.c104 static int macsec_qca_get_ssid(void *priv, u8 *ssid) in macsec_qca_get_ssid() argument
111 static int macsec_qca_get_bssid(void *priv, u8 *bssid) in macsec_qca_get_bssid() argument
119 static int macsec_qca_get_capa(void *priv, struct wpa_driver_capa *capa) in macsec_qca_get_capa() argument
386 static void macsec_qca_deinit(void *priv) in macsec_qca_deinit() argument
388 struct macsec_qca_data *drv = priv; in macsec_qca_deinit()
429 static int macsec_qca_macsec_init(void *priv, struct macsec_init_params *params) in macsec_qca_macsec_init() argument
431 struct macsec_qca_data *drv = priv; in macsec_qca_macsec_init()
447 static int macsec_qca_macsec_deinit(void *priv) in macsec_qca_macsec_deinit() argument
449 struct macsec_qca_data *drv = priv; in macsec_qca_macsec_deinit()
459 static int macsec_qca_enable_protect_frames(void *priv, Boolean enabled) in macsec_qca_enable_protect_frames() argument
[all …]
/external/wpa_supplicant_8/wpa_supplicant/binder/
Dbinder.cpp27 struct wpas_binder_priv *priv = (wpas_binder_priv *) sock_ctx; in wpas_binder_sock_handler() local
30 priv->binder_fd); in wpas_binder_sock_handler()
37 struct wpas_binder_priv *priv; in wpas_binder_init() local
40 priv = (wpas_binder_priv *) os_zalloc(sizeof(*priv)); in wpas_binder_init()
41 if (!priv) in wpas_binder_init()
43 priv->global = global; in wpas_binder_init()
47 android::IPCThreadState::self()->setupPolling(&priv->binder_fd); in wpas_binder_init()
48 wpa_printf(MSG_INFO, "Process binder events on FD %d", priv->binder_fd); in wpas_binder_init()
49 if (priv->binder_fd < 0) in wpas_binder_init()
52 if (eloop_register_read_sock(priv->binder_fd, wpas_binder_sock_handler, in wpas_binder_init()
[all …]
/external/mesa3d/src/glx/
Dglxext.c197 FreeScreenConfigs(struct glx_display * priv) in FreeScreenConfigs() argument
203 screens = ScreenCount(priv->dpy); in FreeScreenConfigs()
205 psc = priv->screens[i]; in FreeScreenConfigs()
218 XFree((char *) priv->screens); in FreeScreenConfigs()
219 priv->screens = NULL; in FreeScreenConfigs()
223 glx_display_free(struct glx_display *priv) in glx_display_free() argument
228 if (priv->dpy == gc->currentDpy) { in glx_display_free()
233 FreeScreenConfigs(priv); in glx_display_free()
234 if (priv->serverGLXvendor) in glx_display_free()
235 Xfree((char *) priv->serverGLXvendor); in glx_display_free()
[all …]
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c24 return (vpx_codec_alg_priv_t *)ctx->priv; in get_alg_priv()
51 ctx->priv = NULL; in vpx_codec_enc_init_ver()
57 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL; in vpx_codec_enc_init_ver()
118 ctx->priv = NULL; in vpx_codec_enc_init_multi_ver()
125 ctx->priv ? ctx->priv->err_detail : NULL; in vpx_codec_enc_init_multi_ver()
210 else if (!ctx->iface || !ctx->priv) in vpx_codec_encode()
215 unsigned int num_enc = ctx->priv->enc.total_encoders; in vpx_codec_encode()
261 else if (!ctx->iface || !ctx->priv) in vpx_codec_get_cx_data()
273 vpx_codec_priv_t *const priv = ctx->priv; in vpx_codec_get_cx_data() local
274 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; in vpx_codec_get_cx_data()
[all …]
/external/clang/test/CXX/class.access/class.access.base/
Dp1.cpp13 private: int priv; static int spriv; // expected-note 8 {{declared private here}} member in test0::Base
22 priv++; // expected-error {{private member}} in test()
29 Base::priv++; // expected-error {{private member}} in test()
39 t->priv++; // expected-error {{private member}} in test()
46 t->Base::priv++; // expected-error {{private member}} in test()
62 private: int priv; static int spriv; // expected-note 8 {{declared private here}} member in test1::Base
71 priv++; // expected-error {{private member}} in test()
78 Base::priv++; // expected-error {{private member}} in test()
88 t->priv++; // expected-error {{private member}} expected-error {{protected base class}} in test()
96 …t->Base::priv++; // expected-error {{protected member}} expected-error {{private member}} expected… in test()
[all …]
/external/wpa_supplicant_8/src/crypto/
Ddh_groups.c1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init() argument
1201 wpabuf_clear_free(*priv); in dh_init()
1202 *priv = wpabuf_alloc(dh->prime_len); in dh_init()
1203 if (*priv == NULL) in dh_init()
1206 if (random_get_bytes(wpabuf_put(*priv, dh->prime_len), dh->prime_len)) in dh_init()
1208 wpabuf_clear_free(*priv); in dh_init()
1209 *priv = NULL; in dh_init()
1213 if (os_memcmp(wpabuf_head(*priv), dh->prime, dh->prime_len) > 0) { in dh_init()
1215 *(wpabuf_mhead_u8(*priv)) = 0; in dh_init()
1217 wpa_hexdump_buf_key(MSG_DEBUG, "DH: private value", *priv); in dh_init()
[all …]

12345678910>>...14