Searched refs:Instance (Results 1 - 18 of 18) sorted by relevance

/barrelfish-2018-10-04/lib/acpica/source/tools/acpidump/
H A Dapdump.c124 UINT32 Instance,
257 * Instance - ACPI table instance no. to be dumped
270 UINT32 Instance,
290 return (ApWriteToBinaryFile (Table, Instance));
327 UINT32 Instance = 0; local
338 Status = AcpiOsGetTableByIndex (i, &Table, &Instance, &Address);
361 TableStatus = ApDumpTableBuffer (Table, Instance, Address);
444 UINT32 Instance; local
477 for (Instance = 0; Instance < AP_MAX_ACPI_FILE
268 ApDumpTableBuffer( ACPI_TABLE_HEADER *Table, UINT32 Instance, ACPI_PHYSICAL_ADDRESS Address) argument
[all...]
H A Dapfiles_barrelfish.c156 * Instance - ACPI table instance no. to be written
168 UINT32 Instance)
166 ApWriteToBinaryFile( ACPI_TABLE_HEADER *Table, UINT32 Instance) argument
H A Dapfiles.c211 * Instance - ACPI table instance no. to be written
223 UINT32 Instance)
255 if (Instance > 0)
257 AcpiUtSnprintf (InstanceStr, sizeof (InstanceStr), "%u", Instance);
221 ApWriteToBinaryFile( ACPI_TABLE_HEADER *Table, UINT32 Instance) argument
H A Dacpidump.h222 UINT32 Instance);
/barrelfish-2018-10-04/lib/acpica/source/os_specific/service_layers/
H A Doslinuxtbl.c133 UINT32 Instance; member in struct:osl_table_info
148 UINT32 *Instance);
153 UINT32 Instance);
193 UINT32 Instance,
204 UINT32 Instance,
358 * Instance - Multiple table support for SSDT/UEFI (0...n)
364 * AE_LIMIT: Instance is beyond valid limit
374 UINT32 Instance,
395 Status = OslGetBiosTable (Signature, Instance, Table, Address);
402 Instance, Tabl
372 AcpiOsGetTableByName( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
435 OslAddTableToList( char *Signature, UINT32 Instance) argument
521 AcpiOsGetTableByIndex( UINT32 Index, ACPI_TABLE_HEADER **Table, UINT32 *Instance, ACPI_PHYSICAL_ADDRESS *Address) argument
996 OslGetBiosTable( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
1204 UINT32 Instance; local
1377 OslTableNameFromFile( char *Filename, char *Signature, UINT32 *Instance) argument
1548 OslGetCustomizedTable( char *Pathname, char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
[all...]
H A Doswintbl.c221 * Instance - Where a pointer to the table instance no. is
242 UINT32 *Instance,
264 *Instance = Index;
282 * Instance - For SSDTs (0...n). Use 0 otherwise.
287 * AE_LIMIT: Instance is beyond valid limit
303 UINT32 Instance,
320 if (Instance > 0 && !ACPI_COMPARE_NAME (Signature, ACPI_SIG_SSDT))
341 if (Instance > 0 && ACPI_COMPARE_NAME (Signature, ACPI_SIG_SSDT))
343 if (Instance < 10)
345 KeyBuffer[strlen (KeyBuffer) - 1] = '0' + (char) Instance;
239 AcpiOsGetTableByIndex( UINT32 Index, ACPI_TABLE_HEADER **Table, UINT32 *Instance, ACPI_PHYSICAL_ADDRESS *Address) argument
301 AcpiOsGetTableByName( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
[all...]
H A Dosefitbl.c133 UINT32 Instance; member in struct:osl_table_info
147 UINT32 Instance);
170 UINT32 Instance,
275 * Instance - Multiple table support for SSDT/UEFI (0...n)
281 * AE_LIMIT: Instance is beyond valid limit
291 UINT32 Instance,
312 Status = OslGetTable (Signature, Instance, Table, Address);
330 * Instance - Table instance
342 UINT32 Instance)
369 if (Next->Instance
289 AcpiOsGetTableByName( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
340 OslAddTableToList( char *Signature, UINT32 Instance) argument
426 AcpiOsGetTableByIndex( UINT32 Index, ACPI_TABLE_HEADER **Table, UINT32 *Instance, ACPI_PHYSICAL_ADDRESS *Address) argument
810 OslGetTable( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
[all...]
H A Dosbsdtbl.c149 UINT32 Instance,
188 UINT32 Instance; member in struct:table_info
260 * Instance - Multiple table support for SSDT/UEFI (0...n)
266 * AE_LIMIT: Instance is beyond valid limit
276 UINT32 Instance,
283 /* Instance is only valid for SSDT/UEFI tables */
285 if (Instance &&
337 Status = OslGetTableViaRoot (Signature, Instance, Table, Address);
353 * Instance - Where a pointer to the table instance no. is
370 UINT32 *Instance,
274 AcpiOsGetTableByName( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
367 AcpiOsGetTableByIndex( UINT32 Index, ACPI_TABLE_HEADER **Table, UINT32 *Instance, ACPI_PHYSICAL_ADDRESS *Address) argument
638 OslGetTableViaRoot( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
799 UINT8 Instance; local
[all...]
/barrelfish-2018-10-04/lib/acpica/barrelfish/
H A Dosbfxf.c224 UINT32 Instance; member in struct:table_info
324 UINT8 Instance; local
371 Gbl_TableListHead->Instance++;
406 Instance = 0;
413 Instance++;
428 NewInfo->Instance = Instance;
432 Gbl_TableListHead->Instance++;
609 * Instance - Where a pointer to the table instance no. is
626 UINT32 *Instance,
623 AcpiOsGetTableByIndex( UINT32 Index, ACPI_TABLE_HEADER **Table, UINT32 *Instance, ACPI_PHYSICAL_ADDRESS *Address) argument
710 OslGetTableViaRoot( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
871 AcpiOsGetTableByName( char *Signature, UINT32 Instance, ACPI_TABLE_HEADER **Table, ACPI_PHYSICAL_ADDRESS *Address) argument
[all...]
/barrelfish-2018-10-04/lib/acpica/source/components/tables/
H A Dtbxface.c287 * Instance - Which instance (for SSDTs)
302 UINT32 Instance,
327 if (++j < Instance)
375 * Instance - Which instance (for SSDTs)
388 UINT32 Instance,
413 if (++j < Instance)
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Ddttemplate.c151 UINT32 Instance);
626 * Instance - Used for multiple SSDTs in the same file
643 UINT32 Instance)
655 Signature, Signature, Instance, Signature, Instance);
639 DtEmitDefinitionBlock( FILE *File, char *Filename, char *Signature, UINT32 Instance) argument
/barrelfish-2018-10-04/lib/acpica/source/include/
H A Dacpiosxf.h575 UINT32 Instance,
585 UINT32 *Instance,
H A Dacpixf.h633 UINT32 Instance,
640 UINT32 Instance,
H A Dactbl2.h280 UINT8 Instance; member in struct:acpi_asf_alert_data
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Deplex.tex206 \quickref{Eplex Instance}{
476 \item Declare an eplex instance using {\bf eplex_instance(+Instance)}.
480 \newline{\bf Instance: eplex_solver_setup(+ObjFunc)}.
733 Instance:eplex_solver_setup(+Obj,-ObjVal,+Opts,+Trigs)} to
734 set up an external solver state for instance Instance. Trigs specifies a
736 \item {\bf Instance:eplex_var_get(+Var,+What,-Value)} can be used to obtain
738 \item {\bf Instance:eplex_get(+Item, -Value)} can be used to retrieve
/barrelfish-2018-10-04/doc/019-device-drivers/
H A DDeviceDriver.tex80 instantiated driver (see Driver Instance) in order to control its
83 \item[Driver Instance] A driver instance is the runtime object instantiated from a
138 \section{Driver Instance}
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Deplex.tex654 \subsection{Eplex Instance Interface Example: definition of optimize/2:}
705 instance is specified (as {\tt pool(Instance)}), then the solver state is
/barrelfish-2018-10-04/lib/acpica/source/common/
H A Ddmtbinfo.c669 {ACPI_DMT_UINT8, ACPI_ASF1a_OFFSET (Instance), "Instance", 0},

Completed in 241 milliseconds