HomeSort by relevance Sort by last modified time
    Searched refs:priv (Results 101 - 125 of 845) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/egl/x11/
glxinit.c 188 FreeScreenConfigs(__GLXdisplayPrivate * priv)
194 screens = ScreenCount(priv->dpy);
196 psc = priv->screenConfigs[i];
205 XFree((char *) priv->screenConfigs);
206 priv->screenConfigs = NULL;
216 __GLXdisplayPrivate *priv; local
218 priv = (__GLXdisplayPrivate *) extension->private_data;
219 FreeScreenConfigs(priv);
220 if (priv->serverGLXversion)
221 Xfree((char *) priv->serverGLXversion)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_privsep.c 99 static int wpa_driver_privsep_scan(void *priv,
102 struct wpa_driver_privsep_data *drv = priv;
105 wpa_printf(MSG_DEBUG, "%s: priv=%p", __func__, priv);
112 wpa_driver_privsep_get_scan_results2(void *priv)
114 struct wpa_driver_privsep_data *drv = priv;
187 static int wpa_driver_privsep_set_key(const char *ifname, void *priv,
193 struct wpa_driver_privsep_data *drv = priv;
196 wpa_printf(MSG_DEBUG, "%s: priv=%p alg=%d key_idx=%d set_tx=%d",
197 __func__, priv, alg, key_idx, set_tx)
    [all...]
driver_madwifi.c 89 static int madwifi_sta_deauth(void *priv, const u8 *own_addr, const u8 *addr,
312 madwifi_set_ieee8021x(void *priv, struct wpa_bss_params *params)
314 struct madwifi_driver_data *drv = priv;
320 return set80211param(priv, IEEE80211_PARAM_AUTHMODE,
331 if (set80211param(priv, IEEE80211_PARAM_AUTHMODE,
341 madwifi_set_privacy(void *priv, int enabled)
343 struct madwifi_driver_data *drv = priv;
351 madwifi_set_sta_authorized(void *priv, const u8 *addr, int authorized)
353 struct madwifi_driver_data *drv = priv;
376 madwifi_sta_set_flags(void *priv, const u8 *addr
    [all...]
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm64-linux.c 167 struct vg_sig_private *priv = &frame->vp; local
185 priv->magicPI = 0x31415927;
186 priv->sigNo_private = sigNo;
187 priv->vex = tst->arch.vex;
188 priv->vex_shadow1 = tst->arch.vex_shadow1;
189 priv->vex_shadow2 = tst->arch.vex_shadow2;
262 struct vg_sig_private *priv; local
277 priv = &frame->sig.vp;
278 vg_assert(priv->magicPI == 0x31415927);
284 //ZZ priv = &frame->vp
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 82 ctx->priv =
84 vpx_memset(ctx->priv, 0, sizeof(vpx_codec_alg_priv_t));
85 ctx->priv->sz = sizeof(*ctx->priv);
86 ctx->priv->iface = ctx->iface;
87 ctx->priv->alg_priv = (vpx_codec_alg_priv_t *)ctx->priv;
88 ctx->priv->alg_priv->si.sz = sizeof(ctx->priv->alg_priv->si);
89 ctx->priv->alg_priv->decrypt_cb = NULL
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c 153 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; local
163 cInterface = &priv->interfaces[iface];
457 struct darwin_cached_device *priv = DARWIN_CACHED_DEVICE(dev); local
460 memmove (buffer, &(priv->dev_descriptor), DEVICE_DESC_LENGTH);
468 struct darwin_cached_device *priv = DARWIN_CACHED_DEVICE(dev); local
474 kresult = (*(priv->device))->GetNumberOfConfigurations (priv->device, &numConfig);
479 (*(priv->device))->GetConfigurationDescriptorPtr (priv->device, i, &desc);
490 struct darwin_cached_device *priv = DARWIN_CACHED_DEVICE(dev) local
504 struct darwin_cached_device *priv = DARWIN_CACHED_DEVICE(dev); local
826 struct darwin_device_priv *priv; local
923 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; local
980 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; local
1097 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; local
1141 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; local
1244 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; local
1277 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; local
1303 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)dev_handle->os_priv; local
1432 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)transfer->dev_handle->os_priv; local
1496 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)transfer->dev_handle->os_priv; local
1587 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)transfer->dev_handle->os_priv; local
1668 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)transfer->dev_handle->os_priv; local
1726 struct darwin_device_handle_priv *priv = (struct darwin_device_handle_priv *)transfer->dev_handle->os_priv; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_heap.c 54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv,
71 r->priv = priv;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_heap.c 54 nouveau_heap_alloc(struct nouveau_heap *heap, unsigned size, void *priv,
71 r->priv = priv;
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_resource.c 45 nouveau_resource_alloc(struct nouveau_resource *heap, unsigned size, void *priv,
62 r->priv = priv;
  /development/ndk/platforms/android-3/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip
  /external/libexif/libexif/canon/
exif-mnote-data-canon.h 26 #include <libexif/exif-mnote-data-priv.h>
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.h 25 #include <libexif/exif-mnote-data-priv.h>
  /external/wpa_supplicant_8/src/eap_peer/
eap_gtc.c 37 static void eap_gtc_deinit(struct eap_sm *sm, void *priv)
39 struct eap_gtc_data *data = priv;
44 static struct wpabuf * eap_gtc_process(struct eap_sm *sm, void *priv,
48 struct eap_gtc_data *data = priv;
eap_leap.c 53 static void eap_leap_deinit(struct eap_sm *sm, void *priv)
55 os_free(priv);
59 static struct wpabuf * eap_leap_process_request(struct eap_sm *sm, void *priv,
63 struct eap_leap_data *data = priv;
133 static struct wpabuf * eap_leap_process_success(struct eap_sm *sm, void *priv,
137 struct eap_leap_data *data = priv;
183 static struct wpabuf * eap_leap_process_response(struct eap_sm *sm, void *priv,
187 struct eap_leap_data *data = priv;
270 static struct wpabuf * eap_leap_process(struct eap_sm *sm, void *priv,
309 return eap_leap_process_request(sm, priv, ret, reqData)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_sake.c 82 static void eap_sake_reset(struct eap_sm *sm, void *priv)
84 struct eap_sake_data *data = priv;
215 static struct wpabuf * eap_sake_buildReq(struct eap_sm *sm, void *priv, u8 id)
217 struct eap_sake_data *data = priv;
235 static Boolean eap_sake_check(struct eap_sm *sm, void *priv,
238 struct eap_sake_data *data = priv;
409 static void eap_sake_process(struct eap_sm *sm, void *priv,
412 struct eap_sake_data *data = priv;
448 static Boolean eap_sake_isDone(struct eap_sm *sm, void *priv)
450 struct eap_sake_data *data = priv;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 64 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf,
67 struct i802_bss *bss = priv;
136 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration)
143 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf)+1);
146 int wpa_driver_get_p2p_noa(void *priv __unused, u8 *buf __unused, size_t len __unused)
152 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow)
159 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf) + 1);
162 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon,
203 ret = wpa_driver_nl80211_driver_cmd(priv, buf, buf, buf_len);
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_cmd_nl80211.c 60 int wpa_driver_nl80211_driver_cmd(void *priv, char *cmd, char *buf,
63 struct i802_bss *bss = priv;
117 int wpa_driver_set_p2p_noa(void *priv, u8 count, int start, int duration)
124 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf)+1);
127 int wpa_driver_get_p2p_noa(void *priv, u8 *buf, size_t len)
133 int wpa_driver_set_p2p_ps(void *priv, int legacy_ps, int opp_ps, int ctwindow)
140 return wpa_driver_nl80211_driver_cmd(priv, buf, buf, strlen(buf) + 1);
143 int wpa_driver_set_ap_wps_p2p_ie(void *priv, const struct wpabuf *beacon,
173 ret = wpa_driver_nl80211_driver_cmd(priv, buf, buf,
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/mtd/
flashchip.h 59 void *priv; member in struct:flchip

Completed in 1354 milliseconds

1 2 3 45 6 7 8 91011>>