Searched refs:aed (Results 1 – 25 of 88) sorted by relevance
1234
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca.c | 190 ao_disp_match_one(const ao_error_disp_t *aed, uint64_t status, uint32_t rev, in ao_disp_match_one() argument 195 uint64_t stat_mask = aed->aed_stat_mask; in ao_disp_match_one() 196 uint64_t stat_mask_res = aed->aed_stat_mask_res; in ao_disp_match_one() 225 if (!ao_disp_match_r4(aed->aed_stat_r4_bits, r4)) in ao_disp_match_one() 233 if (!ao_disp_match_r4(aed->aed_stat_r4_bits, r4) || in ao_disp_match_one() 234 !ao_disp_match_pp(aed->aed_stat_pp_bits, pp) || in ao_disp_match_one() 235 !ao_disp_match_ii(aed->aed_stat_ii_bits, ii)) in ao_disp_match_one() 239 return (code == aed->aed_stat_code && extcode == aed->aed_stat_extcode); in ao_disp_match_one() 249 const ao_error_disp_t *aed; in ao_ms_disp_match() local 251 for (aed = ao_error_disp[banknum]; aed->aed_stat_mask != 0; aed++) { in ao_ms_disp_match() [all …]
|
/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/ |
H A D | authamd_main.c | 978 const authamd_error_disp_t *aed = mscookie; in authamd_ereport_class() local 980 if (aed == NULL) in authamd_ereport_class() 983 if (aed->aad_subclass != NULL) in authamd_ereport_class() 984 *cpuclsp = aed->aad_subclass; in authamd_ereport_class() 985 if (aed->aad_leafclass != NULL) in authamd_ereport_class() 986 *leafclsp = aed->aad_leafclass; in authamd_ereport_class() 1067 const authamd_error_disp_t *aed = mscookie; in authamd_ereport_add_logout() local 1070 if (aed == NULL) in authamd_ereport_add_logout() 1073 members = aed->aad_ereport_members; in authamd_ereport_add_logout()
|
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/ |
H A D | t.split3 | 119 4 aed aed aed
|
H A D | t.e | 4 6 aed
|
H A D | t.set0a | 355 aed 356 1 aed 357 aed
|
H A D | t.set0b | 355 aed 356 aed 357 aed
|
H A D | t.printf | 119 %: aed ... 6 6 aed
|
H A D | t.set2 | 119 aed aed
|
H A D | t.cond | 237 aed
|
H A D | t.substr | 140 6 aed 141 6 aed
|
H A D | t.in1 | 22 118 aed 6
|
H A D | t.nameval | 118 aed 6
|
H A D | t.8.y | 119 aed aed
|
H A D | t.printf2 | 121 %: aed ... 6 6 aed 0 0 0 a
|
H A D | t.vf3 | 119 aed aed
|
H A D | t.cat | 473 aed 6 474 6 is aed 475 aed is 6
|
H A D | t.NF | 593 6|aed 595 6|aed|||five
|
H A D | t.makef | 119 6 aed 12
|
H A D | t.mod | 60 6 aed
|
H A D | t.split2 | 119 aed 6
|
H A D | t.vf | 237 aed
|
H A D | t.array | 237 6 aed 238 aed 6
|
H A D | t.ofs | 1 …15 %% egb## 15 egb##10 %% hm## 10 hm##10 %% mhb## 10 mhb##6 %% aed## 6 aed##6 %% cpb## …
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 604 struct alloc_ext_desc *aed; in ud_common_ad() local 613 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_common_ad() 614 length = SWAP_32(aed->aed_len_aed); in ud_common_ad() 708 struct alloc_ext_desc *aed; in ud_read_next_cont() local 723 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_read_next_cont() 724 if (ud_verify_tag_and_desc(&aed->aed_tag, UD_ALLOC_EXT_DESC, in ud_read_next_cont()
|
H A D | udf_inode.c | 1440 struct alloc_ext_desc *aed; in ud_updat_ext4() local 1449 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; in ud_updat_ext4() 1450 aed->aed_len_aed = SWAP_32(sz); in ud_updat_ext4() 1452 aed->aed_rev_ael = in ud_updat_ext4() 1455 aed->aed_rev_ael = in ud_updat_ext4() 1459 ud_make_tag(ip->i_udf, &aed->aed_tag, in ud_updat_ext4()
|
1234