HomeSort by relevance Sort by last modified time
    Searched full:ifaces (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/wpa_supplicant_6/wpa_supplicant/
main_winmain.c 31 struct wpa_interface *ifaces, *iface; local
44 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
45 if (ifaces == NULL)
61 if ((ifaces[i].confname == NULL &&
62 ifaces[i].ctrl_interface == NULL) ||
63 ifaces[i].ifname == NULL) {
70 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL)
79 os_free(ifaces);
main.c 117 struct wpa_interface *ifaces, *iface; local
128 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
129 if (ifaces == NULL)
214 iface = os_realloc(ifaces, iface_count *
218 ifaces = iface;
219 iface = &ifaces[iface_count - 1];
238 if ((ifaces[i].confname == NULL &&
239 ifaces[i].ctrl_interface == NULL) ||
240 ifaces[i].ifname == NULL) {
248 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main_winmain.c 25 struct wpa_interface *ifaces, *iface; local
38 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
39 if (ifaces == NULL)
55 if ((ifaces[i].confname == NULL &&
56 ifaces[i].ctrl_interface == NULL) ||
57 ifaces[i].ifname == NULL) {
64 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL)
73 os_free(ifaces);
main.c 138 struct wpa_interface *ifaces, *iface; local
149 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
150 if (ifaces == NULL)
255 iface = os_realloc_array(ifaces, iface_count,
259 ifaces = iface;
260 iface = &ifaces[iface_count - 1];
282 if ((ifaces[i].confname == NULL &&
283 ifaces[i].ctrl_interface == NULL) ||
284 ifaces[i].ifname == NULL) {
292 if (wpa_supplicant_add_iface(global, &ifaces[i]) == NULL
    [all...]
notify.c 383 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next)
403 for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
  /external/libvpx/
example_xma.c 32 } ifaces[] = variable in typeref:struct:__anon9694
54 ifaces[0].name);
56 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
58 ifaces[i].name,
59 vpx_codec_iface_name(ifaces[i].iface));
84 vpx_codec_iface_t *iface = ifaces[0].iface;
105 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++)
106 if (!strcmp(ifaces[j].name, argv[i])
    [all...]
vpxdec.c 58 } ifaces[] = variable in typeref:struct:__anon9824
159 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
161 ifaces[i].name,
162 vpx_codec_iface_name(ifaces[i].iface));
456 for (i = 0; i < sizeof(ifaces) / sizeof(ifaces[0]); i++)
457 if(!vpx_codec_peek_stream_info(ifaces[i].iface,
461 *fourcc = ifaces[i].fourcc;
742 for (j = 0; j < sizeof(ifaces) / sizeof(ifaces[0]); j++
    [all...]
  /external/dhcpcd/
if-pref.c 81 if (!ifaces || !ifaces->next)
83 sorted = ifaces;
84 ifaces = ifaces->next;
86 for (ifp = ifaces; ifp && (ifn = ifp->next, 1); ifp = ifn) {
107 ifaces = sorted;
dhcpcd-run-hooks.in 38 local i= x= ifaces=
40 [ -e "$1/$i" ] && ifaces="$ifaces${ifaces:+ }$i"
50 [ -n "$x" ] && ifaces="$ifaces${ifaces:+ }${x##*/}"
52 echo "$ifaces"
dhcpcd.c 92 struct interface *ifaces = NULL; variable in typeref:struct:interface
187 while (ifaces) {
188 iface = ifaces;
189 ifaces = iface->next;
254 for (ifp = ifaces; ifp; ifp = ifp->next)
275 for (ifp = ifaces; ifp; ifp = ifp->next) {
283 ifaces = ifp->next;
909 for (iface = ifaces; iface; iface = iface->next)
    [all...]
dhcpcd.h 151 extern struct interface *ifaces;
  /external/doclava/src/com/google/doclava/apicheck/
ApiInfo.java 44 ArrayList<String> ifaces = mClassToInterface.get(cl); local
45 if (ifaces == null) {
48 for (String iface : ifaces) {
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 231 struct dl_list ifaces; local
232 dl_list_init(&ifaces);
233 extract_interfaces(&ifaces, obj_dsc);
234 add_interfaces(&ifaces, xml);