Lines Matching full:status

179  * RETURN:      Status
205 ACPI_STATUS Status; in DtCompileAest() local
222 Status = DtCompileTable (PFieldList, AcpiDmTableInfoAestHdr, in DtCompileAest()
224 if (ACPI_FAILURE (Status)) in DtCompileAest()
226 return (Status); in DtCompileAest()
306 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAest()
307 if (ACPI_FAILURE (Status)) in DtCompileAest()
309 return (Status); in DtCompileAest()
358 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAest()
359 if (ACPI_FAILURE (Status)) in DtCompileAest()
361 return (Status); in DtCompileAest()
380 Status = DtCompileTable (PFieldList, AcpiDmTableInfoAestXfaceHeader, in DtCompileAest()
382 if (ACPI_FAILURE (Status)) in DtCompileAest()
384 return (Status); in DtCompileAest()
424 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAest()
425 if (ACPI_FAILURE (Status)) in DtCompileAest()
427 return (Status); in DtCompileAest()
463 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAest()
464 if (ACPI_FAILURE (Status)) in DtCompileAest()
466 return (Status); in DtCompileAest()
488 * RETURN: Status
498 ACPI_STATUS Status; in DtCompileApmt() local
524 Status = DtCompileTable(PFieldList, AcpiDmTableInfoApmtNode, &Subtable); in DtCompileApmt()
526 if (ACPI_FAILURE(Status)) in DtCompileApmt()
528 return (Status); in DtCompileApmt()
584 * RETURN: Status
600 ACPI_STATUS Status; in DtCompileAsf() local
609 Status = DtCompileTable (PFieldList, AcpiDmTableInfoAsfHdr, in DtCompileAsf()
611 if (ACPI_FAILURE (Status)) in DtCompileAsf()
613 return (Status); in DtCompileAsf()
655 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAsf()
656 if (ACPI_FAILURE (Status)) in DtCompileAsf()
658 return (Status); in DtCompileAsf()
714 Status = DtCompileTable (PFieldList, DataInfoTable, in DtCompileAsf()
716 if (ACPI_FAILURE (Status)) in DtCompileAsf()
718 return (Status); in DtCompileAsf()
730 Status = DtCompileTable (PFieldList, DataInfoTable, in DtCompileAsf()
732 if (ACPI_FAILURE (Status)) in DtCompileAsf()
734 return (Status); in DtCompileAsf()
755 * RETURN: Status
769 ACPI_STATUS Status; in DtCompileAspt() local
773 Status = DtCompileTable (PFieldList, AcpiDmTableInfoAspt, &Subtable); in DtCompileAspt()
774 if (ACPI_FAILURE (Status)) in DtCompileAspt()
776 return (Status); in DtCompileAspt()
785 Status = DtCompileTable (PFieldList, AcpiDmTableInfoAsptHdr, in DtCompileAspt()
787 if (ACPI_FAILURE (Status)) in DtCompileAspt()
789 return (Status); in DtCompileAspt()
821 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileAspt()
822 if (ACPI_FAILURE (Status)) in DtCompileAspt()
824 return (Status); in DtCompileAspt()
841 * RETURN: Status
851 ACPI_STATUS Status = AE_OK; in DtCompileCdat() local
872 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCdatHeader, in DtCompileCdat()
874 if (ACPI_FAILURE (Status)) in DtCompileCdat()
876 return (Status); in DtCompileCdat()
919 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileCdat()
920 if (ACPI_FAILURE (Status)) in DtCompileCdat()
922 return (Status); in DtCompileCdat()
939 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCdatEntries, &Subtable); in DtCompileCdat()
940 if (ACPI_FAILURE (Status)) in DtCompileCdat()
942 return (Status); in DtCompileCdat()
968 * RETURN: Status
978 ACPI_STATUS Status; in DtCompileCedt() local
997 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedtHdr, in DtCompileCedt()
999 if (ACPI_FAILURE (Status)) in DtCompileCedt()
1001 return (Status); in DtCompileCedt()
1013 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedt0, &Subtable); in DtCompileCedt()
1014 if (ACPI_FAILURE (Status)) in DtCompileCedt()
1016 return (Status); in DtCompileCedt()
1025 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedt1, &Subtable); in DtCompileCedt()
1026 if (ACPI_FAILURE (Status)) in DtCompileCedt()
1028 return (Status); in DtCompileCedt()
1052 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedt1_te, &Subtable); in DtCompileCedt()
1053 if (ACPI_FAILURE (Status)) in DtCompileCedt()
1055 return (Status); in DtCompileCedt()
1075 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedt2, &Subtable); in DtCompileCedt()
1076 if (ACPI_FAILURE (Status)) in DtCompileCedt()
1078 return (Status); in DtCompileCedt()
1099 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCedt2_te, &Subtable); in DtCompileCedt()
1100 if (ACPI_FAILURE (Status)) in DtCompileCedt()
1102 return (Status); in DtCompileCedt()
1139 * RETURN: Status
1149 ACPI_STATUS Status; in DtCompileCpep() local
1152 Status = DtCompileTwoSubtables (List, in DtCompileCpep()
1154 return (Status); in DtCompileCpep()
1164 * RETURN: Status
1174 ACPI_STATUS Status = AE_OK; in DtCompileCsrt() local
1189 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCsrt0, in DtCompileCsrt()
1191 if (ACPI_FAILURE (Status)) in DtCompileCsrt()
1193 return (Status); in DtCompileCsrt()
1214 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCsrt1, in DtCompileCsrt()
1216 if (ACPI_FAILURE (Status)) in DtCompileCsrt()
1218 return (Status); in DtCompileCsrt()
1228 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCsrt2, in DtCompileCsrt()
1230 if (ACPI_FAILURE (Status)) in DtCompileCsrt()
1232 return (Status); in DtCompileCsrt()
1241 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCsrt2a, in DtCompileCsrt()
1243 if (ACPI_FAILURE (Status)) in DtCompileCsrt()
1245 return (Status); in DtCompileCsrt()
1262 return (Status); in DtCompileCsrt()
1272 * RETURN: Status
1282 ACPI_STATUS Status; in DtCompileDbg2() local
1295 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDbg2, &Subtable); in DtCompileDbg2()
1296 if (ACPI_FAILURE (Status)) in DtCompileDbg2()
1298 return (Status); in DtCompileDbg2()
1319 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDbg2Device, in DtCompileDbg2()
1321 if (ACPI_FAILURE (Status)) in DtCompileDbg2()
1323 return (Status); in DtCompileDbg2()
1340 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDbg2Addr, in DtCompileDbg2()
1342 if (ACPI_FAILURE (Status)) in DtCompileDbg2()
1344 return (Status); in DtCompileDbg2()
1356 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDbg2Size, in DtCompileDbg2()
1358 if (ACPI_FAILURE (Status)) in DtCompileDbg2()
1360 return (Status); in DtCompileDbg2()
1370 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDbg2Name, in DtCompileDbg2()
1372 if (ACPI_FAILURE (Status)) in DtCompileDbg2()
1374 return (Status); in DtCompileDbg2()
1385 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDbg2OemData, in DtCompileDbg2()
1387 if (Status == AE_END_OF_TABLE) in DtCompileDbg2()
1393 else if (ACPI_FAILURE (Status)) in DtCompileDbg2()
1395 return (Status); in DtCompileDbg2()
1428 * RETURN: Status
1438 ACPI_STATUS Status; in DtCompileDmar() local
1450 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDmar, &Subtable); in DtCompileDmar()
1451 if (ACPI_FAILURE (Status)) in DtCompileDmar()
1453 return (Status); in DtCompileDmar()
1465 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDmarHdr, in DtCompileDmar()
1467 if (ACPI_FAILURE (Status)) in DtCompileDmar()
1469 return (Status); in DtCompileDmar()
1518 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileDmar()
1519 if (ACPI_FAILURE (Status)) in DtCompileDmar()
1521 return (Status); in DtCompileDmar()
1544 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDmarScope, in DtCompileDmar()
1546 if (Status == AE_NOT_FOUND) in DtCompileDmar()
1562 Status = DtCompileTable (PFieldList, TableInfoDmarPciPath, in DtCompileDmar()
1564 if (Status == AE_NOT_FOUND) in DtCompileDmar()
1593 * RETURN: Status
1603 ACPI_STATUS Status; in DtCompileDrtm() local
1618 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDrtm, in DtCompileDrtm()
1620 if (ACPI_FAILURE (Status)) in DtCompileDrtm()
1622 return (Status); in DtCompileDrtm()
1636 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDrtm0, in DtCompileDrtm()
1638 if (ACPI_FAILURE (Status)) in DtCompileDrtm()
1640 return (Status); in DtCompileDrtm()
1652 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDrtm0a, in DtCompileDrtm()
1654 if (ACPI_FAILURE (Status)) in DtCompileDrtm()
1656 return (Status); in DtCompileDrtm()
1672 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDrtm1, in DtCompileDrtm()
1674 if (ACPI_FAILURE (Status)) in DtCompileDrtm()
1676 return (Status); in DtCompileDrtm()
1688 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDrtm1a, in DtCompileDrtm()
1690 if (ACPI_FAILURE (Status)) in DtCompileDrtm()
1692 return (Status); in DtCompileDrtm()
1710 Status = DtCompileTable (PFieldList, AcpiDmTableInfoDrtm2, in DtCompileDrtm()
1712 if (ACPI_FAILURE (Status)) in DtCompileDrtm()
1714 return (Status); in DtCompileDrtm()
1730 * RETURN: Status
1740 ACPI_STATUS Status; in DtCompileEinj() local
1743 Status = DtCompileTwoSubtables (List, in DtCompileEinj()
1745 return (Status); in DtCompileEinj()
1755 * RETURN: Status
1765 ACPI_STATUS Status; in DtCompileErst() local
1768 Status = DtCompileTwoSubtables (List, in DtCompileErst()
1770 return (Status); in DtCompileErst()
1780 * RETURN: Status
1790 ACPI_STATUS Status; in DtCompileGtdt() local
1807 Status = DtCompileTable (PFieldList, AcpiDmTableInfoGtdt, in DtCompileGtdt()
1809 if (ACPI_FAILURE (Status)) in DtCompileGtdt()
1811 return (Status); in DtCompileGtdt()
1821 Status = DtCompileTable (PFieldList, in DtCompileGtdt()
1823 if (ACPI_FAILURE (Status)) in DtCompileGtdt()
1825 return (Status); in DtCompileGtdt()
1835 Status = DtCompileTable (PFieldList, AcpiDmTableInfoGtdtHdr, in DtCompileGtdt()
1837 if (ACPI_FAILURE (Status)) in DtCompileGtdt()
1839 return (Status); in DtCompileGtdt()
1866 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileGtdt()
1867 if (ACPI_FAILURE (Status)) in DtCompileGtdt()
1869 return (Status); in DtCompileGtdt()
1891 Status = DtCompileTable (PFieldList, AcpiDmTableInfoGtdt0a, in DtCompileGtdt()
1893 if (ACPI_FAILURE (Status)) in DtCompileGtdt()
1895 return (Status); in DtCompileGtdt()
1923 * RETURN: Status
1933 ACPI_STATUS Status; in DtCompileFpdt() local
1945 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFpdtHdr, in DtCompileFpdt()
1947 if (ACPI_FAILURE (Status)) in DtCompileFpdt()
1949 return (Status); in DtCompileFpdt()
1977 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileFpdt()
1978 if (ACPI_FAILURE (Status)) in DtCompileFpdt()
1980 return (Status); in DtCompileFpdt()
1998 * RETURN: Status
2008 ACPI_STATUS Status; in DtCompileHest() local
2018 Status = DtCompileTable (PFieldList, AcpiDmTableInfoHest, in DtCompileHest()
2020 if (ACPI_FAILURE (Status)) in DtCompileHest()
2022 return (Status); in DtCompileHest()
2090 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileHest()
2091 if (ACPI_FAILURE (Status)) in DtCompileHest()
2093 return (Status); in DtCompileHest()
2129 Status = DtCompileTable (PFieldList, AcpiDmTableInfoHestBank, in DtCompileHest()
2131 if (ACPI_FAILURE (Status)) in DtCompileHest()
2133 return (Status); in DtCompileHest()
2151 * RETURN: Status
2161 ACPI_STATUS Status; in DtCompileHmat() local
2179 Status = DtCompileTable (PFieldList, AcpiDmTableInfoHmat, in DtCompileHmat()
2181 if (ACPI_FAILURE (Status)) in DtCompileHmat()
2183 return (Status); in DtCompileHmat()
2192 Status = DtCompileTable (PFieldList, AcpiDmTableInfoHmatHdr, in DtCompileHmat()
2194 if (ACPI_FAILURE (Status)) in DtCompileHmat()
2196 return (Status); in DtCompileHmat()
2228 Status = DtCompileTable (PFieldList, InfoTable, &Subtable); in DtCompileHmat()
2229 if (ACPI_FAILURE (Status)) in DtCompileHmat()
2231 return (Status); in DtCompileHmat()
2250 Status = DtCompileTable (PFieldList, in DtCompileHmat()
2252 if (ACPI_FAILURE (Status)) in DtCompileHmat()
2254 return (Status); in DtCompileHmat()
2271 Status = DtCompileTable (PFieldList, in DtCompileHmat()
2273 if (ACPI_FAILURE (Status)) in DtCompileHmat()
2275 return (Status); in DtCompileHmat()
2296 Status = DtCompileTable (PFieldList, in DtCompileHmat()
2298 if (ACPI_FAILURE (Status)) in DtCompileHmat()
2300 return (Status); in DtCompileHmat()
2330 Status = DtCompileTable (PFieldList, in DtCompileHmat()
2332 if (ACPI_FAILURE (Status)) in DtCompileHmat()
2334 return (Status); in DtCompileHmat()
2363 * RETURN: Status
2373 ACPI_STATUS Status; in DtCompileIort() local
2397 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort, in DtCompileIort()
2399 if (ACPI_FAILURE (Status)) in DtCompileIort()
2401 return (Status); in DtCompileIort()
2430 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIortPad, in DtCompileIort()
2432 if (ACPI_FAILURE (Status)) in DtCompileIort()
2434 return (Status); in DtCompileIort()
2443 Status = DtCompileGeneric (ACPI_CAST_PTR (void *, PFieldList), in DtCompileIort()
2445 if (ACPI_FAILURE (Status)) in DtCompileIort()
2447 return (Status); in DtCompileIort()
2458 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIortHdr, in DtCompileIort()
2463 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIortHdr3, in DtCompileIort()
2467 if (ACPI_FAILURE (Status)) in DtCompileIort()
2469 return (Status); in DtCompileIort()
2483 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort0, in DtCompileIort()
2485 if (ACPI_FAILURE (Status)) in DtCompileIort()
2487 return (Status); in DtCompileIort()
2497 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort0a, in DtCompileIort()
2499 if (ACPI_FAILURE (Status)) in DtCompileIort()
2501 return (Status); in DtCompileIort()
2518 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort1, in DtCompileIort()
2520 if (ACPI_FAILURE (Status)) in DtCompileIort()
2522 return (Status); in DtCompileIort()
2533 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort1a, in DtCompileIort()
2535 if (ACPI_FAILURE (Status)) in DtCompileIort()
2537 return (Status); in DtCompileIort()
2554 Status = DtCompilePadding ( in DtCompileIort()
2557 if (ACPI_FAILURE (Status)) in DtCompileIort()
2559 return (Status); in DtCompileIort()
2570 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort2, in DtCompileIort()
2572 if (ACPI_FAILURE (Status)) in DtCompileIort()
2574 return (Status); in DtCompileIort()
2583 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort3, in DtCompileIort()
2585 if (ACPI_FAILURE (Status)) in DtCompileIort()
2587 return (Status); in DtCompileIort()
2597 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort3a, in DtCompileIort()
2599 if (ACPI_FAILURE (Status)) in DtCompileIort()
2601 return (Status); in DtCompileIort()
2613 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort3b, in DtCompileIort()
2615 if (ACPI_FAILURE (Status)) in DtCompileIort()
2617 return (Status); in DtCompileIort()
2638 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort3c, in DtCompileIort()
2640 if (ACPI_FAILURE (Status)) in DtCompileIort()
2642 return (Status); in DtCompileIort()
2660 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort4, in DtCompileIort()
2662 if (ACPI_FAILURE (Status)) in DtCompileIort()
2664 return (Status); in DtCompileIort()
2673 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort5, in DtCompileIort()
2675 if (ACPI_FAILURE (Status)) in DtCompileIort()
2677 return (Status); in DtCompileIort()
2686 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort6, in DtCompileIort()
2688 if (ACPI_FAILURE (Status)) in DtCompileIort()
2690 return (Status); in DtCompileIort()
2703 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIort6a, in DtCompileIort()
2705 if (ACPI_FAILURE (Status)) in DtCompileIort()
2707 return (Status); in DtCompileIort()
2735 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIortMap, in DtCompileIort()
2737 if (ACPI_FAILURE (Status)) in DtCompileIort()
2739 return (Status); in DtCompileIort()
2778 * RETURN: Status
2799 ACPI_STATUS Status; in DtCompileIvrs() local
2813 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIvrs, in DtCompileIvrs()
2815 if (ACPI_FAILURE (Status)) in DtCompileIvrs()
2817 return (Status); in DtCompileIvrs()
2913 Status = DtCompileTable (PFieldList, InfoTable, in DtCompileIvrs()
2915 if (ACPI_FAILURE (Status)) in DtCompileIvrs()
2917 return (Status); in DtCompileIvrs()
2976 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIvrsHidInteger, in DtCompileIvrs()
2978 if (ACPI_FAILURE (Status)) in DtCompileIvrs()
2980 return (Status); in DtCompileIvrs()
2987 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIvrsHidString, in DtCompileIvrs()
2989 if (ACPI_FAILURE (Status)) in DtCompileIvrs()
2991 return (Status); in DtCompileIvrs()
3008 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIvrsCidInteger, in DtCompileIvrs()
3010 if (ACPI_FAILURE (Status)) in DtCompileIvrs()
3012 return (Status); in DtCompileIvrs()
3019 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIvrsCidString, in DtCompileIvrs()
3021 if (ACPI_FAILURE (Status)) in DtCompileIvrs()
3023 return (Status); in DtCompileIvrs()
3046 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIvrsUidInteger, in DtCompileIvrs()
3048 if (ACPI_FAILURE (Status)) in DtCompileIvrs()
3050 return (Status); in DtCompileIvrs()
3057 Status = DtCompileTable (PFieldList, AcpiDmTableInfoIvrsUidString, in DtCompileIvrs()
3059 if (ACPI_FAILURE (Status)) in DtCompileIvrs()
3061 return (Status); in DtCompileIvrs()