Searched defs:aid (Results 1 - 25 of 48) sorted by relevance

12

/external/syslinux/com32/hdt/
H A Dhdt-ata.h55 struct ata_identify_device aid; /* IDENTIFY xxx DEVICE data */ member in struct:ata_driveinfo
/external/valgrind/coregrind/
H A Dpub_core_mallocfree.h112 extern void* VG_(arena_memalign)( ArenaId aid, const HChar* cc,
114 extern HChar* VG_(arena_strdup) ( ArenaId aid, const HChar* cc,
124 extern void VG_(arena_realloc_shrink) ( ArenaId aid,
127 extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
129 extern SizeT VG_(arena_redzone_size) ( ArenaId aid );
136 extern void* VG_(arena_perm_malloc) ( ArenaId aid, SizeT nbytes, Int align );
149 ArenaId aid; member in struct:_AddrArenaInfo
H A Dm_mallocfree.c58 static void cc_analyse_alloc_arena ( ArenaId aid ); /* fwds */
283 void ensure_mm_init ( ArenaId aid );
556 void arena_init ( ArenaId aid, const HChar* name, SizeT rz_szB, argument
560 Arena* a = arenaId_to_ArenaP(aid);
569 if (VG_AR_CLIENT == aid) {
593 a->clientmem = ( VG_AR_CLIENT == aid ? True : False );
668 void ensure_mm_init ( ArenaId aid )
685 if (VG_AR_CLIENT == aid) {
830 ArenaId aid; local
835 for (aid
1674 arena_malloc( ArenaId aid, const HChar* cc, SizeT req_pszB ) argument
2022 arena_free( ArenaId aid, void* ptr ) argument
2146 arena_memalign( ArenaId aid, const HChar* cc, SizeT req_alignB, SizeT req_pszB ) argument
2268 arena_malloc_usable_size( ArenaId aid, void* ptr ) argument
2349 arena_calloc( ArenaId aid, const HChar* cc, SizeT nmemb, SizeT bytes_per_memb ) argument
2367 arena_realloc( ArenaId aid, const HChar* cc, void* ptr, SizeT req_pszB ) argument
2409 arena_realloc_shrink( ArenaId aid, void* ptr, SizeT req_pszB ) argument
2517 arena_strdup( ArenaId aid, const HChar* cc, const HChar* s ) argument
2535 arena_perm_malloc( ArenaId aid, SizeT size, Int align ) argument
[all...]
/external/libcxx/test/support/
H A Duses_alloc_types.hpp216 explicit UsesAllocatorTestBase(const TypeID* aid) argument
217 : args_id(aid), constructor_called(UA_None), alloc_store()
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_ie.h59 u16 aid; member in struct:wpa_eapol_ie_parse
H A Dtdls.c140 u16 aid; member in struct:wpa_tdls_peer
1741 return wpa_sm_tdls_peer_addset(sm, peer->addr, add, peer->aid,
1886 peer->aid = kde.aid;
2281 peer->aid = kde.aid;
H A Dwpa_i.h317 u16 aid, u16 capability, const u8 *supp_rates,
328 aid, capability, supp_rates,
316 wpa_sm_tdls_peer_addset(struct wpa_sm *sm, const u8 *addr, int add, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u8 qosinfo, int wmm, const u8 *ext_capab, size_t ext_capab_len, const u8 *supp_channels, size_t supp_channels_len, const u8 *supp_oper_classes, size_t supp_oper_classes_len) argument
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_ie.h59 u16 aid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.h59 u16 aid; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_mpm.c262 /* aid */
264 wpabuf_put_le16(buf, sta->aid);
715 params.aid = sta->aid;
1058 u16 plid = 0, llid = 0, aid = 0; local
1096 aid = WPA_GET_LE16(ies);
1097 wpa_printf(MSG_DEBUG, "MPM: AID 0x%x", aid);
1098 ies += 2; /* aid */
1232 sta->peer_aid = aid;
/external/syslinux/gpxe/src/include/gpxe/
H A Dnet80211.h965 u16 aid; member in struct:net80211_device
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_drv_ops.c316 const u8 *addr, int aid, int val)
326 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
361 const u8 *addr, u16 aid, u16 capability,
378 params.aid = aid;
315 hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, const u8 *addr, int aid, int val) argument
360 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) argument
H A Dsta_info.h72 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
H A Dieee802_11.c1761 int i, j = 32, aid; local
1764 if (sta->aid > 0) {
1765 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
1784 aid = i * 32 + j + 1;
1785 if (aid > 2007)
1788 sta->aid = aid;
1790 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid);
2237 if (hostapd_sta_add(hapd, sta->addr, sta->aid, sta->capability,
2300 reply->u.assoc_resp.aid
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_hostap.h158 u16 aid; member in struct:prism2_hostapd_param::__anon25125::__anon25126
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dpcsc_funcs.c254 sim_types sim_type, unsigned char *aid,
401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
496 os_memcpy(aid, aid_pos, aid_len);
657 unsigned char aid[32]; local
660 aid_len = scard_get_aid(scard, aid, sizeof(aid));
664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
673 aid, aid_len)) {
677 aid, aid_le
806 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dap_drv_ops.c316 const u8 *addr, int aid, int val)
326 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
361 const u8 *addr, u16 aid, u16 capability,
378 params.aid = aid;
315 hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, const u8 *addr, int aid, int val) argument
360 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) argument
H A Dsta_info.h72 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
H A Dieee802_11.c1761 int i, j = 32, aid; local
1764 if (sta->aid > 0) {
1765 wpa_printf(MSG_DEBUG, " old AID %d", sta->aid);
1784 aid = i * 32 + j + 1;
1785 if (aid > 2007)
1788 sta->aid = aid;
1790 wpa_printf(MSG_DEBUG, " new AID %d", sta->aid);
2237 if (hostapd_sta_add(hapd, sta->addr, sta->aid, sta->capability,
2300 reply->u.assoc_resp.aid
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_hostap.h158 u16 aid; member in struct:prism2_hostapd_param::__anon25388::__anon25389
/external/wpa_supplicant_8/src/utils/
H A Dpcsc_funcs.c254 sim_types sim_type, unsigned char *aid,
401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
496 os_memcpy(aid, aid_pos, aid_len);
657 unsigned char aid[32]; local
660 aid_len = scard_get_aid(scard, aid, sizeof(aid));
664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
673 aid, aid_len)) {
677 aid, aid_le
806 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_drv_ops.c316 const u8 *addr, int aid, int val)
326 return hapd->driver->set_wds_sta(hapd->drv_priv, addr, aid, val,
361 const u8 *addr, u16 aid, u16 capability,
378 params.aid = aid;
315 hostapd_set_wds_sta(struct hostapd_data *hapd, char *ifname_wds, const u8 *addr, int aid, int val) argument
360 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) argument
H A Dsta_info.h72 u16 aid; /* STA's unique AID (1 .. 2007) or 0 if not yet assigned */ member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_hostap.h158 u16 aid; member in struct:prism2_hostapd_param::__anon25655::__anon25656
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dpcsc_funcs.c254 sim_types sim_type, unsigned char *aid,
401 static int scard_get_aid(struct scard_data *scard, unsigned char *aid, argument
496 os_memcpy(aid, aid_pos, aid_len);
657 unsigned char aid[32]; local
660 aid_len = scard_get_aid(scard, aid, sizeof(aid));
664 os_memcpy(aid, "\xa0\x00\x00\x00\x87", 5);
667 wpa_hexdump(MSG_DEBUG, "SCARD: 3G USIM AID", aid, aid_len);
673 aid, aid_len)) {
677 aid, aid_le
806 _scard_select_file(struct scard_data *scard, unsigned short file_id, unsigned char *buf, size_t *buf_len, sim_types sim_type, unsigned char *aid, size_t aidlen) argument
[all...]

Completed in 1990 milliseconds

12