Searched refs:Table (Results 26 - 50 of 50) sorted by relevance

12

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacapps.h221 ACPI_TABLE_HEADER *Table,
H A Dacpiosxf.h102 * ACPI Table interfaces
504 ACPI_TABLE_HEADER **Table,
512 ACPI_TABLE_HEADER **Table,
521 ACPI_TABLE_HEADER **Table);
H A Dacutils.h777 ACPI_TABLE_HEADER *Table);
810 * utownerid - Support for Table/Method Owner IDs
H A Daclocal.h129 /* Table for the global mutexes */
233 ACPI_TABLE_DESC *Tables; /* Table descriptor array */
251 ACPI_TABLE_HEADER *Table; member in struct:acpi_new_table_desc
H A Dacpixf.h527 ACPI_TABLE_HEADER *Table))
H A Dactypes.h843 * Note: A Data Table region is a special type of operation region
1082 /* Table Event Types */
1153 /* Table Event handler (Load, LoadTable, etc.) and types */
1158 void *Table,
/illumos-gate/usr/src/uts/intel/io/acpica/namespace/
H A Dnsxfname.c598 ACPI_TABLE_HEADER *Table = ACPI_CAST_PTR (ACPI_TABLE_HEADER, Buffer); local
618 /* Table must be a DSDT or SSDT */
620 if (!ACPI_COMPARE_NAME (Table->Signature, ACPI_SIG_DSDT) &&
621 !ACPI_COMPARE_NAME (Table->Signature, ACPI_SIG_SSDT))
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dcopy.c39 Table *pTab;
H A Dpragma.c370 Table *pTab;
400 Table *pTab;
424 Table *pTab;
452 Table *pTab;
636 Table *pTab = sqliteHashData(x);
H A Dauth.c113 Table *pTab; /* The table being read */
H A Dtrigger.c56 Table *tab;
218 Table *pTab;
426 Table *pTable;
687 Table *pTab, /* The table to code triggers from */
H A Dselect.c142 static int columnIndex(Table *pTab, const char *zCol){
156 const Table *pTab1, /* First table */
157 const Table *pTab2, /* Second table */
226 Table *pTab;
674 Table *pTab;
728 Table *pTab;
787 ** Given a SELECT statement, generate a Table structure that describes
790 Table *sqliteResultSetOfSelect(Parse *pParse, char *zTabName, Select *pSelect){
791 Table *pTab;
799 pTab = sqliteMalloc( sizeof(Table) );
[all...]
H A Dinsert.c97 Table *pTab; /* The table to insert into */
625 Table *pTab, /* the table into which we are inserting */
868 Table *pTab, /* the table into which we are inserting */
910 int sqliteOpenTableAndIndices(Parse *pParse, Table *pTab, int base){
H A Dwhere.c216 Table *pTab, /* The table to be sorted */
489 Table *pTab = pTabList->a[i].pTab;
670 Table *pTab;
705 Table *pTab;
1222 Table *pTab = pTabList->a[i].pTab;
H A Dexpr.c453 Table *pTab = pItem->pTab;
492 Table *pTab = 0;
H A Dupdate.c37 Table *pTab; /* The table to be updated */
H A Dmain.c145 Table *pTab;
194 Table *pTab;
/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsopcode.c514 ACPI_TABLE_HEADER *Table; local
523 * and OemTableId string of the Data Table Region declaration
565 "ACPI Table [%4.4s] OEM:(%s, %s) not found in RSDT/XSDT",
573 Status = AcpiGetTableByIndex (TableIndex, &Table);
586 ObjDesc->Region.Address = ACPI_PTR_TO_PHYSADDR (Table);
587 ObjDesc->Region.Length = Table->Length;
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dfloat.s244 sll %o1, 3, %o1 ! Table entries are 8 bytes each.
250 sll %o1, 3, %o1 ! Table entries are 8 bytes each.
365 sll %o1, 3, %o1 ! Table entries are 8 bytes each.
371 sll %o1, 3, %o1 ! Table entries are 8 bytes each.
/illumos-gate/usr/src/lib/pyzfs/common/
H A Duserspace.py243 t = zfs.table.Table(options.fields, rjustfields)
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.info142 Table Devices
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h578 VOID *Table);
677 * EFI Boot Services Table
773 * EFI System Table
777 * EFI Configuration Table and GUID definitions
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt336 * Added SASAddress field to Initiator Device Table
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defiapi.h533 IN VOID *Table
680 // EFI Runtime Serivces Table
724 // EFI Boot Services Table
832 // EFI Configuration Table and GUID definitions
875 // EFI System Table
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex135 \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi
2581 % Table can continue over pages but will only break between lines.
2762 % will keep entries from bumping into each other. Table will start at
4456 % Table of contents.
6441 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
6488 % Table 1, Figure 2, ...). (And if no label, no number.)

Completed in 179 milliseconds

12