Searched refs:aed (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca.c | 188 ao_disp_match_one(const ao_error_disp_t *aed, uint64_t status, uint32_t rev, argument 193 uint64_t stat_mask = aed->aed_stat_mask; 194 uint64_t stat_mask_res = aed->aed_stat_mask_res; 223 if (!ao_disp_match_r4(aed->aed_stat_r4_bits, r4)) 231 if (!ao_disp_match_r4(aed->aed_stat_r4_bits, r4) || 232 !ao_disp_match_pp(aed->aed_stat_pp_bits, pp) || 233 !ao_disp_match_ii(aed->aed_stat_ii_bits, ii)) 237 return (code == aed->aed_stat_code && extcode == aed->aed_stat_extcode); 247 const ao_error_disp_t *aed; local 262 const ao_error_disp_t *aed = mscookie; local 543 const ao_error_disp_t *aed; local 707 const ao_error_disp_t *aed = mscookie; local 746 const ao_error_disp_t *aed = mscookie; local [all...] |
/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/ |
H A D | authamd_main.c | 976 const authamd_error_disp_t *aed = mscookie; local 978 if (aed == NULL) 981 if (aed->aad_subclass != NULL) 982 *cpuclsp = aed->aad_subclass; 983 if (aed->aad_leafclass != NULL) 984 *leafclsp = aed->aad_leafclass; 1065 const authamd_error_disp_t *aed = mscookie; local 1068 if (aed == NULL) 1071 members = aed->aad_ereport_members;
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_bmap.c | 606 struct alloc_ext_desc *aed; local 615 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; 616 length = SWAP_32(aed->aed_len_aed); 710 struct alloc_ext_desc *aed; local 725 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; 726 if (ud_verify_tag_and_desc(&aed->aed_tag, UD_ALLOC_EXT_DESC,
|
H A D | udf_inode.c | 1439 struct alloc_ext_desc *aed; local 1448 aed = (struct alloc_ext_desc *)bp->b_un.b_addr; 1449 aed->aed_len_aed = SWAP_32(sz); 1451 aed->aed_rev_ael = 1454 aed->aed_rev_ael = 1458 ud_make_tag(ip->i_udf, &aed->aed_tag,
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | ud_lib.c | 1877 print_aed(FILE *fout, struct alloc_ext_desc *aed) argument 1881 print_tag(fout, &aed->aed_tag); 1883 SWAP_32(aed->aed_rev_ael), SWAP_32(aed->aed_len_aed));
|
Completed in 74 milliseconds