HomeSort by: relevance | last modified time | path
    Searched defs:icon (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/hpcarm/dev/
j720tp.c 158 /* Max Y value of the n'th hard icon. */
163 /* Default raw X/Y values of the hard icon area. */
169 /* Maps the icon number to a raw keycode. */
171 /* Icon 1 */ 199,
172 /* Icon 2 */ 201,
173 /* Icon 3 */ 209,
174 /* Icon 4 */ 207
459 int icon = 0; local
468 icon = 1;
470 icon = 2
    [all...]
  /src/sys/arch/hpcsh/dev/
j6x0tp.c 104 * Bottom of the n'th hard icon (n = 1..4)
449 int icon; local
470 icon = 0;
472 icon = j6x0tp_get_hard_icon(rawx, rawy);
474 if (icon != 0) {
475 DPRINTFN(2, ("icon %d\n", icon));
476 sc->sc_hard_icon = icon;
477 wskbd_input(sc->sc_wskbddev, WSCONS_EVENT_KEY_DOWN, icon);
639 * Return the icon number 1..4, or 0 if not inside an icon
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
rcparse.y 124 %token ICON
185 | input icon
719 | ICON resref numexpr cnumexpr cnumexpr opt_control_data
724 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr
730 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr
736 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr
981 /* Icon resources. */
983 icon: label
984 id ICON memflags_move_discard file_name
resrc.c 81 /* We read the directory entries in a cursor or icon file into
100 } icon; member in union:icondir::__anon9924
156 /* The number of icon resources we have written out. */
778 /* A cursor file is basically an icon file. The start of the file
789 /* Read in the icon directory entries. */
1160 /* Define an icon resource. An icon file may contain a set of
1161 bitmaps, each representing the same icon at various different
1163 real icon resource is then a group resource which can be used to
1164 select one of the actual icon bitmaps. *
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
rcparse.y 124 %token ICON
185 | input icon
719 | ICON resref numexpr cnumexpr cnumexpr opt_control_data
724 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr
730 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr
736 | ICON resref numexpr cnumexpr cnumexpr cnumexpr cnumexpr
981 /* Icon resources. */
983 icon: label
984 id ICON memflags_move_discard file_name
resrc.c 81 /* We read the directory entries in a cursor or icon file into
100 } icon; member in union:icondir::__anon11404
156 /* The number of icon resources we have written out. */
778 /* A cursor file is basically an icon file. The start of the file
789 /* Read in the icon directory entries. */
1160 /* Define an icon resource. An icon file may contain a set of
1161 bitmaps, each representing the same icon at various different
1163 real icon resource is then a group resource which can be used to
1164 select one of the actual icon bitmaps. *
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/
hs20_supplicant.c 63 struct osu_icon icon[OSU_MAX_ITEMS]; member in struct:osu_provider
325 struct icon_entry *icon; local
327 dl_list_for_each(icon, &wpa_s->icon_head, struct icon_entry, list) {
328 if (ether_addr_equal(icon->bssid, bssid) &&
329 os_strcmp(icon->file_name, file_name) == 0 && icon->image)
330 return icon;
341 struct icon_entry *icon; local
347 wpa_printf(MSG_DEBUG, "HS20: Get icon " MACSTR " %s @ %u +%u (%u)",
351 icon = hs20_find_icon(wpa_s, bssid, file_name)
390 struct icon_entry *icon, *tmp; local
444 struct icon_entry *icon, *tmp; local
467 struct icon_entry *icon; local
576 struct osu_icon *icon = &osu->icon[j]; local
806 struct osu_icon *icon = &osu->icon[j]; local
831 struct osu_icon *icon = &osu->icon[j]; local
977 struct osu_icon *icon = &prov->icon[prov->icon_count]; local
    [all...]
ctrl_iface.c 8207 char *ctx = NULL, *icon, *poffset, *psize; local
8214 icon = str_token(cmd, " ", &ctx);
8217 if (!icon || !poffset || !psize)
8221 return hs20_get_icon(wpa_s, dst_addr, icon, atoi(poffset), atoi(psize),
8230 char *icon; local
8241 icon = cmd[used] ? &cmd[used] : NULL;
8243 return hs20_del_icon(wpa_s, dst_addr, icon);
8251 char *icon; local
8259 icon = &cmd[used];
8263 (u8 *) icon, os_strlen(icon), inmem)
    [all...]
  /src/sys/arch/dreamcast/dev/maple/
mmemcard.c 96 uint16_t icon; member in struct:mmem_media_info
432 printf("%s: %s, blk %d %d, inf %d, fat %d %d, dir %d %d, icon %d, data %d\n",
439 pt->pt_info.icon,
  /src/external/bsd/wpa/dist/src/ap/
gas_serv.c 714 struct hs20_icon *icon = NULL; local
716 for (j = 0; j < bss->hs20_icons_count && !icon; j++) {
718 icon = &bss->hs20_icons[j];
720 if (!icon)
721 return; /* icon info not found */
723 wpabuf_put_le16(buf, icon->width);
724 wpabuf_put_le16(buf, icon->height);
725 wpabuf_put_data(buf, icon->language, 3);
726 wpabuf_put_u8(buf, os_strlen(icon->type));
727 wpabuf_put_str(buf, icon->type)
860 struct hs20_icon *icon; local
    [all...]
  /src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 612 * deactivate timer, otherwise keep it going. Tray icon has to
1576 QIcon icon; local
1580 icon = QIcon::fromTheme(*it);
1581 if (!icon.isNull())
1582 return icon;
1616 /* give user a visual hint that the tray icon exists */
  /src/external/bsd/libfido2/dist/src/fido/
types.h 158 char *icon; /* optional */ member in struct:fido_user
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 1840 struct hs20_icon *icon; local
1843 icon = os_realloc_array(bss->hs20_icons, bss->hs20_icons_count + 1,
1845 if (icon == NULL)
1847 bss->hs20_icons = icon;
1848 icon = &bss->hs20_icons[bss->hs20_icons_count];
1849 os_memset(icon, 0, sizeof(*icon));
1851 icon->width = atoi(pos);
1857 icon->height = atoi(pos);
1866 os_memcpy(icon->language, pos, end - pos)
    [all...]
  /src/external/bsd/wpa/dist/hs20/client/
osu_client.c 2010 struct osu_icon icon[MAX_OSU_VALS]; member in struct:osu_data
2137 if (strncmp(buf, "icon=", 5) == 0) {
2138 struct osu_icon *icon; local
2141 icon = &last->icon[last->icon_count++];
2142 icon->id = atoi(buf + 5);
2157 res = os_snprintf(icon->lang, sizeof(icon->lang),
2159 if (os_snprintf_error(sizeof(icon->lang), res))
2166 res = os_snprintf(icon->mime_type
    [all...]

Completed in 35 milliseconds