/systemd-251/src/libsystemd/sd-journal/ |
D | test-catalog.c | 152 static void test_catalog_update(const char *database) { in test_catalog_update() argument 156 r = catalog_update(database, NULL, NULL); in test_catalog_update() 160 r = catalog_update(database, NULL, no_catalog_dirs); in test_catalog_update() 165 r = catalog_update(database, NULL, (const char * const *) catalog_dirs); in test_catalog_update() 198 _cleanup_(unlink_tempfilep) char database[] = "/tmp/test-catalog.XXXXXX"; in main() 222 assert_se((fd = mkostemp_safe(database)) >= 0); in main() 224 test_catalog_update(database); in main() 226 r = catalog_list(stdout, database, true); in main() 229 r = catalog_list(stdout, database, false); in main() 232 assert_se(catalog_get(database, SD_MESSAGE_COREDUMP, &text) >= 0); in main()
|
D | catalog.c | 373 const char *database, in write_catalog() argument 384 r = mkdir_parents(database, 0755); in write_catalog() 386 … return log_error_errno(r, "Failed to create parent directories of %s: %m", database); in write_catalog() 388 r = fopen_temporary(database, &w, &p); in write_catalog() 391 database); in write_catalog() 428 if (rename(p, database) < 0) { in write_catalog() 429 r = log_error_errno(errno, "rename (%s -> %s) failed: %m", p, database); in write_catalog() 440 int catalog_update(const char* database, const char* root, const char* const* dirs) { in catalog_update() argument 497 sz = write_catalog(database, sb, items, n); in catalog_update() 499 return log_error_errno(sz, "Failed to write %s: %m", database); in catalog_update() [all …]
|
D | catalog.h | 13 int catalog_update(const char* database, const char* root, const char* const* dirs); 14 int catalog_get(const char* database, sd_id128_t id, char **data); 15 int catalog_list(FILE *f, const char* database, bool oneline); 16 int catalog_list_items(FILE *f, const char* database, bool oneline, char **items);
|
/systemd-251/ |
D | .ycm_extra_conf.py | 153 database = ycm_core.CompilationDatabase(compilation_database_folder) variable 155 database = None variable 208 if not database: 217 database.GetCompilationInfoForFile(replacement_file) 221 return database.GetCompilationInfoForFile(filename) 232 if database:
|
D | NEWS | 388 device to show up in the udev device database. This is useful in 1182 * A new hwdb database has been added that contains matches for various 1187 * A new hwdb database entry has been added that carries information 1566 * A new udev hardware database has been added for FireWire devices 1593 the udev device first appeared in the database. 1838 systemd-homed are now accessible via the shadow database. 1852 user database lookups. 1976 'tzdata.zi' file shipped by the IANA time zone database package, in 2093 tables, but may be augmented from a new hwdb database. hostnamectl 2276 * The hardware database has been extended with a list of fingerprint [all …]
|
D | meson_options.txt | 162 description : 'support for the hardware database')
|
/systemd-251/src/shared/ |
D | nscd-flush.c | 26 static int nscd_flush_cache_one(const char *database, usec_t end) { in nscd_flush_cache_one() argument 33 assert(database); in nscd_flush_cache_one() 35 l = strlen(database); in nscd_flush_cache_one() 45 strcpy(req->dbname, database); in nscd_flush_cache_one() 118 … return log_debug_errno(resp, "nscd return failure code on invalidating '%s'.", database); in nscd_flush_cache_one()
|
/systemd-251/src/nspawn/ |
D | nspawn-setuid.c | 22 static int spawn_getent(const char *database, const char *key, pid_t *rpid) { in spawn_getent() argument 26 assert(database); in spawn_getent() 50 execle("/usr/bin/getent", "getent", database, key, NULL, &empty_env); in spawn_getent() 51 execle("/bin/getent", "getent", database, key, NULL, &empty_env); in spawn_getent()
|
/systemd-251/docs/ |
D | UIDS-GIDS.md | 39 assignment to users in the user database. 45 The `nss-systemd` glibc NSS module will synthesize user database records for 46 the UIDs 0 and 65534 if the system user database doesn't list them. This means 137 database records for all UIDs assigned to a running container from this 142 found. Thus, the user database is used as synchronization mechanism to ensure 150 `lckpwdf()` user database lock is taken, in order to make this logic race-free. 230 in the user database, and make sure that the NSS module returns up-to-date 232 safely use the NSS user database as allocation check, too. Note that if you 312 providers of the user database and consumers of it. Services that require that 313 the user database is fully available (for example, the login service [all …]
|
D | ARCHITECTURE.md | 138 Rules built in the static hardware database shipped by the project can be found
|
D | USERDB_AND_DESKTOPS.md | 75 fields of relevance to UIs that manage the local user database or parts
|
D | HOME_DIRECTORY.md | 65 an independent sidecar key database is not required.
|
D | USER_GROUP_API.md | 209 the whole user database is enumerated. In this case the method call needs to be
|
/systemd-251/test/test-network/conf/ |
D | 25-sriov.link | 6 NamePolicy=keep kernel database onboard slot path 7 AlternativeNamesPolicy=database onboard slot path mac
|
/systemd-251/network/ |
D | 99-default.link | 18 NamePolicy=keep kernel database onboard slot path 19 AlternativeNamesPolicy=database onboard slot path
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 7 …'--query=[Query the database for specified type of device data. It needs the --path or --name to i… 15 '--export-db[Export the content of the udev database.]' \ 16 '--cleanup-db[Cleanup the udev database.]' \ 150 'info:query sysfs or the udev database'
|
D | _journalctl | 138 '--update-catalog[Update binary catalog database]' \
|
/systemd-251/src/fuzz/ |
D | meson.build | 22 [files('fuzz-udev-database.c')],
|
/systemd-251/test/fuzz/fuzz-link-parser/ |
D | 99-default.link | 11 NamePolicy=keep kernel database onboard slot path
|
/systemd-251/test/ |
D | README.testsuite | 227 Create an initial CodeQL database: 229 $ CCACHE_DISABLE=1 codeql database create codeqldb --language=cpp -vvv 243 $ codeql database analyze codeqldb/ --format csv --output results.csv .github/codeql-custom.qls .lg… 260 $ codeql database analyze codeqldb/ --format csv --output results.csv test.qls -vvv
|
/systemd-251/hwdb.d/ |
D | README | 6 man:systemd-hwdb(8) compiles them into a binary database.
|
D | 70-mouse.hwdb | 77 # in the database must be as shipped by the manufacturer. e.g.
|
/systemd-251/sysusers.d/ |
D | basic.conf.in | 21 # Access to shared database of users on the system
|
/systemd-251/src/journal/ |
D | journalctl.c | 2207 _cleanup_free_ char *database = NULL; in main() local 2209 database = path_join(arg_root, CATALOG_DATABASE); in main() 2210 if (!database) { in main() 2216 r = catalog_update(database, arg_root, catalog_file_dirs); in main() 2225 r = catalog_list_items(stdout, database, oneline, argv + optind); in main() 2227 r = catalog_list(stdout, database, oneline); in main()
|
/systemd-251/LICENSES/ |
D | CC0-1.0.txt | 19 authorship and/or a database (each, a "Work"). 54 vi. database rights (such as those arising under Directive 96/9/EC of the
|