Home
last modified time | relevance | path

Searched full:aa (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dflybsd-src/contrib/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c46 wpa_sm_remove_pmkid(pmksa->sm, entry->network_ctx, entry->aa, in pmksa_cache_free_entry()
66 MACSTR, MAC2STR(entry->aa)); in pmksa_cache_expire()
118 * @aa: Authenticator address
133 const u8 *aa, const u8 *spa, void *network_ctx, int akmp, in pmksa_cache_add() argument
153 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid); in pmksa_cache_add()
155 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid); in pmksa_cache_add()
157 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid, akmp); in pmksa_cache_add()
167 os_memcpy(entry->aa, aa, ETH_ALEN); in pmksa_cache_add()
185 if (os_memcmp(entry->aa, pos->aa, ETH_ALEN) == 0) { in pmksa_cache_add_entry()
242 MAC2STR(pos->aa)); in pmksa_cache_add_entry()
[all …]
H A Dpmksa_cache.h22 u8 aa[ETH_ALEN]; member
26 * cache entry is applicable to all BSSs (any BSSID/aa[]) that
63 const u8 *aa, const u8 *pmkid,
71 const u8 *aa, const u8 *spa, void *network_ctx, int akmp,
84 void *network_ctx, const u8 *aa, int akmp);
103 pmksa_cache_get(struct rsn_pmksa_cache *pmksa, const u8 *aa, const u8 *pmkid, in pmksa_cache_get() argument
137 const u8 *aa, const u8 *spa, void *network_ctx, int akmp, in pmksa_cache_add() argument
/dflybsd-src/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c61 * mAA..AA,LLLL Read LLLL bytes at address AA..AA hex data or ENN
62 * MAA..AA,LLLL: Write LLLL bytes at address AA.AA OK or ENN
65 * cAA..AA Continue at address AA..AA SNN
68 * sAA..AA Step one instruction from AA..AA SNN
579 case 'm': /* mAA..AA,LLLL Read LLLL bytes at address AA..AA */ in gdb_handle_exception()
596 case 'M': /* MAA..AA,LLLL: Write LLLL bytes at address AA.AA return OK */ in gdb_handle_exception()
616 /* cAA..AA Continue at address AA..AA(optional) */ in gdb_handle_exception()
617 /* sAA..AA Step one instruction from AA..AA(optional) */ in gdb_handle_exception()
/dflybsd-src/contrib/gdb-7/gdb/stubs/
H A Dsparc-stub.c52 * mAA..AA,LLLL Read LLLL bytes at address AA..AA hex data or ENN
53 * MAA..AA,LLLL: Write LLLL bytes at address AA.AA OK or ENN
56 * cAA..AA Continue at address AA..AA SNN
59 * sAA..AA Step one instruction from AA..AA SNN
694 case 'm': /* mAA..AA,LLLL Read LLLL bytes at address AA..AA */ in handle_exception()
710 case 'M': /* MAA..AA,LLLL: Write LLLL bytes at address AA.AA return OK */ in handle_exception()
727 case 'c': /* cAA..AA Continue at address AA..AA(optional) */ in handle_exception()
H A Di386-stub.c60 * mAA..AA,LLLL Read LLLL bytes at address AA..AA hex data or ENN
61 * MAA..AA,LLLL: Write LLLL bytes at address AA.AA OK or ENN
64 * cAA..AA Continue at address AA..AA SNN
67 * sAA..AA Step one instruction from AA..AA SNN
828 /* mAA..AA,LLLL Read LLLL bytes at address AA..AA */ in handle_exception()
851 /* MAA..AA,LLLL: Write LLLL bytes at address AA.AA return OK */ in handle_exception()
880 /* cAA..AA Continue at address AA..AA(optional) */ in handle_exception()
881 /* sAA..AA Step one instruction from AA..AA(optional) */ in handle_exception()
H A Dsh-stub.c76 read mem mAA..AA,LLLL AA..AA is address, LLLL is length.
82 write mem MAA..AA,LLLL:XX..XX
83 AA..AA is address,
91 cont cAA..AA AA..AA is address to resume
92 If AA..AA is omitted,
95 step sAA..AA AA..AA is address to resume
96 If AA..AA is omitted,
101 for step or cont : SAA where AA is the
106 It is SAA AA is the "signal number"
109 AA = signal number
[all …]
H A Dm68k-stub.c76 * mAA..AA,LLLL Read LLLL bytes at address AA..AA hex data or ENN
77 * MAA..AA,LLLL: Write LLLL bytes at address AA.AA OK or ENN
80 * cAA..AA Continue at address AA..AA SNN
83 * sAA..AA Step one instruction from AA..AA SNN
862 /* mAA..AA,LLLL Read LLLL bytes at address AA..AA */ in handle_exception()
893 /* MAA..AA,LLLL: Write LLLL bytes at address AA.AA return OK */ in handle_exception()
925 /* cAA..AA Continue at address AA..AA(optional) */ in handle_exception()
926 /* sAA..AA Step one instruction from AA..AA(optional) */ in handle_exception()
H A Dm32r-stub.c60 * mAA..AA,LLLL Read LLLL bytes at address AA..AA hex data or ENN
61 * MAA..AA,LLLL: Write LLLL bytes at address AA.AA OK or ENN
62 * XAA..AA,LLLL: Write LLLL binary bytes at address OK or ENN
63 * AA..AA
66 * cAA..AA Continue at address AA..AA SNN
69 * sAA..AA Step one instruction from AA..AA SNN
334 case 'X': /* XAA..AA,LLLL:<binary data>#cs */ in handle_exception()
336 case 'M': /* MAA..AA,LLLL: Write LLLL bytes at address AA.AA return OK */ in handle_exception()
366 case 'm': /* mAA..AA,LLLL Read LLLL bytes at address AA..AA */ in handle_exception()
449 case 's': /* sAA..AA Step one instruction from AA..AA(optional) */ in handle_exception()
[all …]
/dflybsd-src/contrib/bzip2/
H A Dbzip2.c1774 #define ISFLAG(s) (strcmp(aa->name, (s))==0)
1781 Cell *aa; in main() local
1838 for (aa = argList; aa != NULL; aa = aa->link) { in main()
1840 if (aa->name[0] == '-' && decode) continue; in main()
1842 if (longestFileName < (Int32)strlen(aa->name) ) in main()
1843 longestFileName = (Int32)strlen(aa->name); in main()
1870 for (aa = argList; aa != NULL; aa = aa->link) { in main()
1872 if (aa->name[0] == '-' && aa->name[1] != '-') { in main()
1873 for (j = 1; aa->name[j] != '\0'; j++) { in main()
1874 switch (aa->name[j]) { in main()
[all …]
/dflybsd-src/sys/vfs/ext2fs/
H A Dext2_mount.h74 #define EXT2_LOCK(aa) mtx_lock(&(aa)->um_lock) argument
75 #define EXT2_UNLOCK(aa) mtx_unlock(&(aa)->um_lock) argument
76 #define EXT2_MTX(aa) (&(aa)->um_lock) argument
/dflybsd-src/tools/regression/bin/sh/builtins/
H A Dcommand12.03 alias aa=echo\ \'\"\'
4 cmd=$(command -v aa)
5 alias aa=echo\ bad
7 [ "$(eval aa)" = \" ]
/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.h48 struct rsn_pmksa_cache *pmksa, const u8 *spa, const u8 *aa,
54 const u8 *aa, const u8 *spa, int session_timeout,
58 const u8 *kck, size_t kck_len, const u8 *aa,
66 const u8 *aa, const u8 *pmkid);
H A Dpmksa_cache_auth.c266 * @aa: Authenticator address
282 const u8 *aa, const u8 *spa, int session_timeout, in pmksa_cache_auth_add() argument
288 aa, spa, session_timeout, eapol, in pmksa_cache_auth_add()
305 * @aa: Authenticator address
316 const u8 *kck, size_t kck_len, const u8 *aa, in pmksa_cache_auth_create_entry() argument
337 rsn_pmkid_suite_b_192(kck, kck_len, aa, spa, entry->pmkid); in pmksa_cache_auth_create_entry()
339 rsn_pmkid_suite_b(kck, kck_len, aa, spa, entry->pmkid); in pmksa_cache_auth_create_entry()
341 rsn_pmkid(pmk, pmk_len, aa, spa, entry->pmkid, akmp); in pmksa_cache_auth_create_entry()
396 const u8 *aa, const u8 *pmkid) in pmksa_cache_add_okc() argument
502 * @aa: Authenticator address
[all …]
/dflybsd-src/games/larn/
H A Dmovem.c270 mmove(int aa, int bb, int cc, int dd) in mmove() argument
276 hitplayer(aa, bb); in mmove()
277 moved[aa][bb] = 1; in mmove()
282 switch (mitem[aa][bb]) { in mmove()
300 mitem[aa][bb] = 0; /* fell in a pit or trapdoor */ in mmove()
302 tmp = mitem[cc][dd] = mitem[aa][bb]; in mmove()
312 if ((hitp[cc][dd] = hitp[aa][bb]) < 0) in mmove()
314 mitem[aa][bb] = 0; in mmove()
378 if (know[aa][bb] & 1) in mmove()
379 show1cell(aa, bb); in mmove()
/dflybsd-src/share/misc/
H A Dpci_vendors512 17aa 1052 ThinkServer RAID 720i
513 17aa 1053 ThinkServer RAID 720ix
558 17aa 6b7c MegaRAID SAS PCI Express ROMB
621 17aa 1051 ThinkServer RAID 510i
1129 17aa 3988 Z50-75
1131 17aa 3830 Z50-75
1167 17aa 3181 ThinkCentre M75n IoT
1168 17aa 5124 ThinkPad E595
1179 17aa 5124 ThinkPad E595
1272 1002 02aa Radeon 8500 AIW DV Edition
[all …]
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dcommon.cc104 typename Sized_symbol<size>::Value_type aa = psa->value(); in operator ()() local
109 if (aa < ab) in operator ()()
111 else if (ab < aa) in operator ()()
117 if (aa < ab) in operator ()()
119 else if (ab < aa) in operator ()()
136 if (aa < ab) in operator ()()
138 else if (ab < aa) in operator ()()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dcommon.cc104 typename Sized_symbol<size>::Value_type aa = psa->value(); in operator ()() local
109 if (aa < ab) in operator ()()
111 else if (ab < aa) in operator ()()
117 if (aa < ab) in operator ()()
119 else if (ab < aa) in operator ()()
136 if (aa < ab) in operator ()()
138 else if (ab < aa) in operator ()()
/dflybsd-src/lib/libc/net/
H A Dnslexer.l74 [uU][nN][aA][vV][aA][iI][lL] return UNAVAIL;
76 [tT][rR][yY][aA][gG][aA][iI][nN] return TRYAGAIN;
/dflybsd-src/contrib/lvm2/dist/lib/metadata/
H A Dpv_map.c106 struct pe_range *aa; in _create_all_areas_for_pv() local
117 dm_list_iterate_items(aa, pe_ranges) { in _create_all_areas_for_pv()
118 if (!_create_alloc_areas_for_pv(mem, pvm, aa->start, in _create_all_areas_for_pv()
119 aa->count)) in _create_all_areas_for_pv()
/dflybsd-src/contrib/wpa_supplicant/src/utils/
H A Dconst_time.h80 const u8 *aa = a; in const_time_eq_bin() local
86 res |= aa[i] ^ bb[i]; in const_time_eq_bin()
174 const u8 *aa = a; in const_time_memcmp() local
183 diff = (int) aa[len] - (int) bb[len]; in const_time_memcmp()
/dflybsd-src/tools/regression/lib/libc-regex/datafiles/
H A Drepetition.dat30 E ((..)|(.)) aa (0,2)(0,2)(0,2)(?,?)
31 E ((..)|(.))((..)|(.)) aa (0,2)(0,1)(?,?)(0,1)(1,2)(?,?)(1,2)
32 E ((..)|(.))((..)|(.))((..)|(.)) aa NOMATCH
34 E ((..)|(.)){1} aa (0,2)(0,2)(0,2)(?,?)
35 E ((..)|(.)){2} aa (0,2)(1,2)(?,?)(1,2)
36 E ((..)|(.)){3} aa NOMATCH
38 E ((..)|(.))* aa (0,2)(0,2)(0,2)(?,?)
/dflybsd-src/crypto/libressl/crypto/objects/
H A Dobj_dat.h1275 {"id-smime-aa","id-smime-aa",NID_id_smime_aa,10,&(lvalues[1145]),0},
1312 {"id-smime-aa-receiptRequest","id-smime-aa-receiptRequest",
1314 {"id-smime-aa-securityLabel","id-smime-aa-securityLabel",
1316 {"id-smime-aa-mlExpandHistory","id-smime-aa-mlExpandHistory",
1318 {"id-smime-aa-contentHint","id-smime-aa-contentHint",
1320 {"id-smime-aa-msgSigDigest","id-smime-aa-msgSigDigest",
1322 {"id-smime-aa-encapContentType","id-smime-aa-encapContentType",
1324 {"id-smime-aa-contentIdentifier","id-smime-aa-contentIdentifier",
1326 {"id-smime-aa-macValue","id-smime-aa-macValue",
1328 {"id-smime-aa-equivalentLabels","id-smime-aa-equivalentLabels",
[all …]
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-h8300.texi116 @item @code{@@}@var{aa}
117 @itemx @code{@@}@var{aa}:8
118 @itemx @code{@@}@var{aa}:16
119 @itemx @code{@@}@var{aa}:24
120 Absolute address @code{aa}. (The address size @samp{:24} only makes
132 @item @code{@@}@code{@@}@var{aa}
133 @itemx @code{@@}@code{@@}@var{aa}:8
/dflybsd-src/crypto/libressl/include/openssl/
H A Dobj_mac.h768 #define SN_id_smime_aa "id-smime-aa"
892 #define SN_id_smime_aa_receiptRequest "id-smime-aa-receiptRequest"
896 #define SN_id_smime_aa_securityLabel "id-smime-aa-securityLabel"
900 #define SN_id_smime_aa_mlExpandHistory "id-smime-aa-mlExpandHistory"
904 #define SN_id_smime_aa_contentHint "id-smime-aa-contentHint"
908 #define SN_id_smime_aa_msgSigDigest "id-smime-aa-msgSigDigest"
912 #define SN_id_smime_aa_encapContentType "id-smime-aa-encapContentType"
916 #define SN_id_smime_aa_contentIdentifier "id-smime-aa-contentIdentifier"
920 #define SN_id_smime_aa_macValue "id-smime-aa-macValue"
924 #define SN_id_smime_aa_equivalentLabels "id-smime-aa-equivalentLabels"
[all …]
/dflybsd-src/share/msgdef/
H A Dcs_CZ.UTF-8.src7 ^(([aA]([nN][oO])?)|([aA])|([yY]([eE][sS])?)|([yY]))

1234567891011