Home
last modified time | relevance | path

Searched refs:aed (Results 1 – 25 of 88) sorted by relevance

1234

/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_mca.c190 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 Dauthamd_main.c978 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 Dt.split3119 4 aed aed aed
H A Dt.e4 6 aed
H A Dt.set0a355 aed
356 1 aed
357 aed
H A Dt.set0b355 aed
356 aed
357 aed
H A Dt.printf119 %: aed ... 6 6 aed
H A Dt.set2119 aed aed
H A Dt.cond237 aed
H A Dt.substr140 6 aed
141 6 aed
H A Dt.in122 118 aed 6
H A Dt.nameval118 aed 6
H A Dt.8.y119 aed aed
H A Dt.printf2121 %: aed ... 6 6 aed 0 0 0  a
H A Dt.vf3119 aed aed
H A Dt.cat473 aed 6
474 6 is aed
475 aed is 6
H A Dt.NF593 6|aed
595 6|aed|||five
H A Dt.makef119 6 aed 12
H A Dt.mod60 6 aed
H A Dt.split2119 aed 6
H A Dt.vf237 aed
H A Dt.array237 6 aed
238 aed 6
H A Dt.ofs1 …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 Dudf_bmap.c604 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 Dudf_inode.c1440 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