Searched refs:PFieldList (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Ddtcompiler.h423 DT_FIELD **PFieldList);
427 DT_FIELD **PFieldList);
431 void **PFieldList);
435 void **PFieldList);
439 void **PFieldList);
443 void **PFieldList);
447 void **PFieldList);
451 void **PFieldList);
455 void **PFieldList);
459 void **PFieldList);
[all...]
H A Ddttable.c57 * PARAMETERS: PFieldList - Current field list pointer
67 DT_FIELD **PFieldList)
77 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRsdp1,
91 Status = DtCompileTable (PFieldList, AcpiDmTableInfoRsdp2,
130 DT_FIELD **PFieldList = (DT_FIELD **) List; local
135 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt1,
150 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt2,
161 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt3,
172 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt5,
184 Status = DtCompileTable (PFieldList, AcpiDmTableInfoFadt
66 DtCompileRsdp( DT_FIELD **PFieldList) argument
212 DtCompileFacs( DT_FIELD **PFieldList) argument
[all...]
H A Ddttable2.c72 DT_FIELD **PFieldList = (DT_FIELD **) List; local
80 while (*PFieldList)
82 SubtableStart = *PFieldList;
86 Status = DtCompileTable (PFieldList, AcpiDmTableInfoLpitHdr,
114 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE);
148 DT_FIELD **PFieldList = (DT_FIELD **) List; local
154 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMadt,
164 while (*PFieldList)
166 SubtableStart = *PFieldList;
167 Status = DtCompileTable (PFieldList, AcpiDmTableInfoMadtHd
327 DT_FIELD **PFieldList = (DT_FIELD **) List; local
514 DT_FIELD **PFieldList = (DT_FIELD **) List; local
713 DT_FIELD **PFieldList = (DT_FIELD **) List; local
806 DT_FIELD **PFieldList = (DT_FIELD **) List; local
980 DtCompileS3pt( DT_FIELD **PFieldList) argument
1068 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1109 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1165 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1256 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1309 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1429 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1524 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1625 DT_FIELD **PFieldList = (DT_FIELD **) List; local
[all...]
H A Ddttable1.c90 DT_FIELD **PFieldList = (DT_FIELD **) List; local
94 while (*PFieldList)
96 SubtableStart = *PFieldList;
97 Status = DtCompileTable (PFieldList, AcpiDmTableInfoAsfHdr,
143 Status = DtCompileTable (PFieldList, InfoTable, &Subtable, TRUE);
202 Status = DtCompileTable (PFieldList, DataInfoTable,
218 Status = DtCompileTable (PFieldList, DataInfoTable,
282 DT_FIELD **PFieldList = (DT_FIELD **) List; local
290 while (*PFieldList)
294 Status = DtCompileTable (PFieldList, AcpiDmTableInfoCsrt
390 DT_FIELD **PFieldList = (DT_FIELD **) List; local
540 DT_FIELD **PFieldList = (DT_FIELD **) List; local
700 DT_FIELD **PFieldList = (DT_FIELD **) List; local
887 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1010 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1083 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1220 DT_FIELD **PFieldList = (DT_FIELD **) List; local
1555 DT_FIELD **PFieldList = (DT_FIELD **) List; local
[all...]
H A Ddtcompile.c664 DT_FIELD **PFieldList = (DT_FIELD **) List; local
667 Status = DtCompileTable (PFieldList, TableInfo1, &Subtable, TRUE);
676 while (*PFieldList)
678 Status = DtCompileTable (PFieldList, TableInfo2, &Subtable, FALSE);
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacdisasm.h174 void **PFieldList);

Completed in 67 milliseconds