Home
last modified time | relevance | path

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

12345678910>>...17

/kernel/linux/linux-6.6/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 */
/kernel/linux/linux-5.10/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.h71 /* Offsets to structures within the LDM Database in sectors. */
96 /* In memory LDM database structures. */
117 struct vmdb { /* VMDB: The database header */
182 struct ldmdb { /* Cache of the database */
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/tools/perf/scripts/python/bin/
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]"
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]"
/kernel/linux/linux-6.6/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]"
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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.

12345678910>>...17