Home
last modified time | relevance | path

Searched full:database (Results 1 – 25 of 212) sorted by relevance

123456789

/Linux-v6.1/block/partitions/
Dldm.c57 * ldm_parse_privhead - Read the LDM Database PRIVHEAD structure
58 * @data: Raw database PRIVHEAD structure loaded from the device
61 * This parses the LDM database PRIVHEAD structure supplied in @data and
73 ldm_error("Cannot find PRIVHEAD structure. LDM database is" in ldm_parse_privhead()
95 ldm_info("Database is normally %u bytes, it claims to " in ldm_parse_privhead()
113 * ldm_parse_tocblock - Read the LDM Database TOCBLOCK structure
114 * @data: Raw database TOCBLOCK structure loaded from the device
117 * This parses the LDM Database TOCBLOCK (table of contents) structure supplied
131 ldm_crit ("Cannot find TOCBLOCK, database may be corrupt."); in ldm_parse_tocblock()
160 * ldm_parse_vmdb - Read the LDM Database VMDB structure
[all …]
Dldm.h70 /* Offsets to structures within the LDM Database in sectors. */
95 /* In memory LDM database structures. */
116 struct vmdb { /* VMDB: The database header */
181 struct ldmdb { /* Cache of the database */
/Linux-v6.1/tools/perf/Documentation/
Ddb-export.txt1 Database Export
13 which export data to a SQLite3 or PostgreSQL database.
16 data to be imported directly to a database and provides the relationships
29 3. Scripts that use a database (e.g. exported-sql-viewer.py) can maintain
/Linux-v6.1/drivers/zorro/
DKconfig6 bool "Zorro device name database"
9 By default, the kernel contains a database of all known Zorro device
11 user. This database increases the size of the kernel image by about
/Linux-v6.1/LICENSES/dual/
DCC-BY-4.0101 performance, broadcast, sound recording, and Sui Generis Database
117 f. Licensed Material means the artistic or literary work, database,
137 j. Sui Generis Database Rights means rights other than copyright
276 Section 4 -- Sui Generis Database Rights.
278 Where the Licensed Rights include Sui Generis Database Rights that
283 portion of the contents of the database;
285 b. if You include all or a substantial portion of the database
286 contents in a database in which You have Sui Generis Database
287 Rights, then the database in which You have Sui Generis Database
291 all or a substantial portion of the contents of the database.
/Linux-v6.1/tools/perf/scripts/python/bin/
Dexport-to-postgresql-report2 # description: export perf data to a postgresql database
3 # args: [database name] [columns] [calls]
13 echo "usage: export-to-postgresql-report [database name] [columns] [calls]"
Dexport-to-sqlite-report2 # description: export perf data to a sqlite3 database
3 # args: [database name] [columns] [calls]
13 echo "usage: export-to-sqlite-report [database name] [columns] [calls]"
/Linux-v6.1/Documentation/networking/dsa/
Ddsa.rst766 of them are active at the same time. An address database is the subset (partition)
768 lookup on TX) depending on the state of the port. An address database may
774 database associated by the driver with that bridge (and not with other
781 associated with a different address database).
784 associated address database, which is shared by all ports which are members of
788 In this context, a VLAN-unaware database means that all packets are expected to
790 VLAN-aware database means that packets are supposed to match based on the VLAN
802 use a separate database called a port private database. This is different from
808 database should be empty in a naive implementation, and in this case, all
812 multiple address databases, and the database that a packet should be associated
[all …]
/Linux-v6.1/drivers/eisa/
DKconfig62 bool "EISA device name database"
66 By default, the kernel contains a database of all known EISA
68 to the user. This database increases size of the kernel
/Linux-v6.1/drivers/scsi/qla4xxx/
Dql4_inline.h11 * database index. If device doesn't exist, returns NULL.
15 * fw_ddb_index - Firmware's device database index
18 * Pointer to the corresponding internal device database structure
/Linux-v6.1/tools/perf/scripts/python/
Devent_analyzing_sample.py9 # The 2 database related functions in this script just show how to gather
35 # .db database is on disk. Move the .db file to RAM based FS to speedup
70 # Create and insert event object to a database so that user could
71 # do more analysis with simple database commands.
91 # Create the event object and insert it to the right table in database
Dexport-to-postgresql.py1 # export-to-postgresql.py: export perf data to a postgresql database
60 # 2015-05-29 12:49:23.464364 Creating database...
62 # 2015-05-29 12:49:27.190383 Copying to database...
68 # To browse the database, psql can be used e.g.
76 # An example of using the database is provided by the script
143 # More examples of browsing the database with psql:
196 # print >> sys.stderr, "Usage is: printcallstack.py <database name> <call_path_id…
203 # raise Exception("Failed to open database " + dbname + " error: " + db.lastError…
280 …printerr("Usage is: export-to-postgresql.py <database name> [<columns>] [<calls>] [<callchains>] […
320 printdate("Creating database...")
[all …]
/Linux-v6.1/net/wireless/
DKconfig107 Allow the regulatory database to be signed by one of the keys for
112 database maintainer.
120 that shall be accepted for a signed regulatory database.
185 need for it, for example when using the regulatory database loaded as
/Linux-v6.1/Documentation/fb/
Dmodedb.rst11 - one generic video mode database with a fair amount of standard videomodes
13 - the possibility to supply your own mode database for graphics hardware that
105 to the global mode database whenever a new mode is released by display
143 with db/dbsize your non-standard video mode database, or NULL to use the
144 standard video mode database.
/Linux-v6.1/Documentation/filesystems/
Dafs.rst14 - The cell database.
170 The Cell Database
173 The filesystem maintains an internal database of all the cells it knows and the
175 the system belongs is added to the database when modprobe is performed by the
184 No other cell database operations are available at this time.
/Linux-v6.1/Documentation/ABI/testing/
Ddevlink-resource-mlxsw5 Description: The main database in the Spectrum device is a centralized
6 KVD database used for many of the tables used to configure
Dsysfs-wusb_cbaf28 6. The CM looks it up its database.
35 matching CDID in its database), the device is
/Linux-v6.1/fs/afs/
Dafs_vl.h30 AFSVL_IDEXIST = 363520, /* Volume Id entry exists in vl database */
32 AFSVL_NAMEEXIST = 363522, /* Volume name entry exists in vl database */
35 AFSVL_EMPTY = 363525, /* Vl database is empty */
/Linux-v6.1/scripts/clang-tools/
Drun-clang-tools.py26 compilation database."""
33 path_help = "Path to the compilation database to parse"
/Linux-v6.1/Documentation/networking/
Dregulatory.rst26 database file (regulatory.db) containing all the regulatory rules. It
27 will then use that database when it needs to look up the rules for a
205 Statically compiled regulatory database
208 When a database should be fixed into the kernel, it can be provided as a
/Linux-v6.1/fs/unicode/
DREADME.utf8data2 Character Database for version 12.1.0 of the Unicode standard.
54 Unicode Character Database, please update this README.utf8data file
/Linux-v6.1/Documentation/driver-api/
Dframe-buffer.rst43 Frame Buffer Video Mode Database
52 Frame Buffer Macintosh Video Mode Database
/Linux-v6.1/arch/powerpc/platforms/ps3/
Dos-area.c37 * @db_area_offset: Starting segment number of other os database area.
113 * struct os_area_db - Shared flash memory database.
116 * @index_64: byte offset of the database id index for 64 bit variables.
118 * @index_32: byte offset of the database id index for 32 bit variables.
120 * @index_16: byte offset of the database id index for 16 bit variables.
189 * 1) The database value.
497 pr_debug("%s:%d: database full.\n", in db_set_64()
640 pr_notice("%s: Verify of flash database failed, formatting.\n", in update_flash_db()
/Linux-v6.1/drivers/infiniband/core/
Dib_core_uverbs.c253 * interface for implementing their mmap syscall A database of mmap offsets is
255 * into the database and extract entries when the user calls mmap with the
351 * interface for handling user mmapped addresses. The database is handled in
353 * database and extract entries when the user calls mmap with the given offset.
/Linux-v6.1/Documentation/admin-guide/
Dldm.rst13 1MiB journalled database at the end of the physical disk. The size of
43 The missing 1MiB at the end of the disk is where the LDM database is
66 The LDM Database may not store the partitions in the order that they appear on

123456789