/systemd/tmpfiles.d/ |
H A D | systemd-nspawn.conf | 10 Q /var/lib/machines 0700 - - - 17 # in /var/lib/machines/ at boot, which should be safe since the 22 R! /var/lib/machines/.#*
|
H A D | var.conf | 10 q /var 0755 - - - 12 L /var/run - - - - ../run 14 d /var/log 0755 - - - 15 f /var/log/wtmp 0664 root utmp - 16 f /var/log/btmp 0600 root utmp - 18 d /var/cache 0755 - - - 20 d /var/lib 0755 - - - 22 d /var/spool 0755 - - -
|
H A D | journal-nocow.conf | 25 h /var/log/journal - - - - +C 26 h /var/log/journal/%m - - - - +C 27 h /var/log/journal/remote - - - - +C
|
H A D | tmp.conf | 12 q /var/tmp 1777 root root 30d 17 x /var/tmp/systemd-private-%b-* 18 X /var/tmp/systemd-private-%b-*/tmp
|
H A D | systemd-remote.conf | 10 d /var/lib/systemd/journal-upload 0755 systemd-journal-upload systemd-journal-upload - - 12 z /var/log/journal/remote 2755 systemd-journal-remote systemd-journal-remote - -
|
H A D | legacy.conf | 14 L /var/lock - - - - ../run/lock
|
/systemd/test/TEST-02-CRYPTSETUP/ |
H A D | test.sh | 15 mount /dev/mapper/varcrypt $TESTDIR/root/var 16 cp -a $TESTDIR/root/var/log/journal $TESTDIR 17 umount $TESTDIR/root/var 41 mkfs.ext3 -L var /dev/mapper/varcrypt 44 mkdir -p $TESTDIR/root/var 45 mount /dev/mapper/varcrypt $TESTDIR/root/var 77 /dev/mapper/varcrypt /var ext3 defaults 0 1 81 ddebug "umount $TESTDIR/root/var" 82 umount $TESTDIR/root/var 89 umount $TESTDIR/root/var [all...] |
/systemd/src/basic/ |
H A D | json.c | 616 static bool json_is_value(JsonVariant *var) { argument 617 assert(var); 619 return var->type != JSON_VARIANT_CONTROL; 626 JsonVariant *key = NULL, *value = NULL, *var = NULL, *items = NULL; local 638 while((var = *i < n ? tokens[(*i)++] : NULL) != NULL) { 642 stopper = !json_is_value(var) && var->value.integer == terminator; 652 if (var->type != JSON_VARIANT_STRING) 655 key = var; 663 if (json_is_value(var)) 784 _cleanup_json_variant_unref_ JsonVariant *var = NULL; local [all...] |
/systemd/src/analyze/ |
H A D | analyze-verify.c | 73 static int generate_path(char **var, char **filenames) { argument 97 *var = strv_join(ans, ":"); 98 if (!*var) 240 _cleanup_free_ char *var = NULL; local 252 r = generate_path(&var, filenames); 256 assert_se(set_unit_path(var) >= 0);
|
/systemd/test/TEST-03-JOBS/ |
H A D | test.sh | 14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
|
/systemd/test/TEST-04-JOURNAL/ |
H A D | test.sh | 14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
|
/systemd/test/TEST-05-RLIMITS/ |
H A D | test.sh | 14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
|
/systemd/test/TEST-01-BASIC/ |
H A D | test.sh | 14 cp -a $TESTDIR/root/var/log/journal $TESTDIR
|
/systemd/test/TEST-06-SELINUX/ |
H A D | test.sh | 21 cp -a $TESTDIR/root/var/log/journal $TESTDIR 94 local _modules_dir=/var/lib/selinux
|
/systemd/src/coredump/ |
H A D | coredumpctl.c | 259 char **var) { 279 free(*var); 280 *var = v; 612 temp = strdup("/var/tmp/coredump-XXXXXX"); 256 retrieve(const void *data, size_t len, const char *name, char **var) argument
|
/systemd/test/ |
H A D | test-functions | 251 cp -a $TESTDIR/nspawn-root/var/log/journal $TESTDIR 439 mkdir -p $initdir/var/log/journal 441 for d in usr/bin usr/sbin bin etc lib "$libdir" sbin tmp usr var var/log dev proc sys sysroot root run run/lock run/initramfs; do 449 ln -sfn /run "$initdir/var/run" 450 ln -sfn /run/lock "$initdir/var/lock" 482 TESTDIR=$(mktemp --tmpdir=/var/tmp -d -t systemd-test.XXXXXX) 1193 # Capture all stderr from modprobe to _fderr. We could use {var}>...
|
/systemd/src/boot/efi/ |
H A D | boot.c | 393 Print(L"timeout (EFI var): %d\n", config->timeout_sec_efivar); 403 Print(L"entry EFI var idx: %d\n", config->idx_default_efivar); 1220 CHAR16 *var; local 1228 err = efivar_get(L"LoaderEntryOneShot", &var); 1233 if (StrCmp(config->entries[i]->file, var) == 0) { 1240 config->entry_oneshot = StrDuplicate(var); 1242 FreePool(var); 1253 err = efivar_get(L"LoaderEntryDefault", &var); 1258 if (StrCmp(config->entries[i]->file, var) == 0) { 1265 FreePool(var); [all...] |
/systemd/src/boot/ |
H A D | bootctl.c | 984 static void read_loader_efi_var(const char *name, char **var) { argument 987 r = efi_get_variable_string(EFI_VENDOR_LOADER, name, var);
|
/systemd/src/shared/ |
H A D | efivars.c | 264 struct var { struct
|
/systemd/src/core/ |
H A D | execute.c | 1768 char *tmp = NULL, *var = NULL; local 1780 var = strjoina(runtime->var_tmp_dir, "/tmp"); 1789 var, 2998 unit_serialize_item(u, f, "var-tmp-dir", rt->var_tmp_dir); 3044 } else if (streq(key, "var-tmp-dir")) {
|