/systemd/src/udev/ |
H A D | udev-builtin-kmod.c | 42 log_debug("No module matches '%s'", alias); 49 log_debug("Module '%s' is blacklisted", kmod_module_get_name(mod)); 51 log_debug("Inserted '%s'", kmod_module_get_name(mod)); 53 log_debug("Failed to insert '%s'", kmod_module_get_name(mod)); 79 log_debug("Execute '%s' '%s'", argv[1], argv[i]); 95 log_debug("Load module index"); 103 log_debug("Unload module index"); 109 log_debug("Validate module index");
|
H A D | udev-builtin-net_setup_link.c | 45 log_debug("No matching link configuration found."); 81 log_debug("Created link configuration context."); 88 log_debug("Unloaded link configuration context."); 92 log_debug("Check if link configuration needs reloading.");
|
H A D | udev-node.c | 79 log_debug("preserve already existing symlink '%s' to '%s'", slink, target); 87 log_debug("creating symlink '%s' to '%s'", slink, target); 102 log_debug("atomically replace '%s'", slink); 154 log_debug("found '%s' claiming '%s'", dent->d_name, stackdir); 167 log_debug("'%s' claims priority %i for '%s'", 198 log_debug("no reference left, remove '%s'", slink); 202 log_debug("creating link '%s' to '%s'", slink, target); 246 log_debug("update old name, '%s' no longer belonging to '%s'", 273 log_debug("found node '%s' with non-matching devnum %s, skip handling", 283 log_debug("se [all...] |
H A D | udev-builtin-usb_id.c | 270 log_debug("unable to access usb_interface device of '%s'", 280 log_debug("%s: cannot get bInterfaceClass attribute", 295 log_debug("%s: if_class %d protocol %d", 301 log_debug("unable to find parent 'usb' device of '%s'", 318 log_debug("unable to find parent 'scsi' device of '%s'", 323 log_debug("invalid scsi device '%s'", udev_device_get_sysname(dev_scsi)); 330 log_debug("%s: cannot get SCSI vendor attribute", 340 log_debug("%s: cannot get SCSI model attribute", 350 log_debug("%s: cannot get SCSI type attribute", 358 log_debug(" [all...] |
H A D | udev-watch.c | 77 log_debug("restoring old watch on '%s'", udev_device_get_devnode(dev)); 99 log_debug("adding watch on '%s'", udev_device_get_devnode(dev)); 128 log_debug("removing watch on '%s'", udev_device_get_devnode(dev));
|
H A D | udevadm-hwdb.c | 405 log_debug("=== trie on-disk ==="); 406 log_debug("size: %8"PRIi64" bytes", size); 407 log_debug("header: %8zu bytes", sizeof(struct trie_header_f)); 408 log_debug("nodes: %8"PRIu64" bytes (%8"PRIu64")", 410 log_debug("child pointers: %8"PRIu64" bytes (%8"PRIu64")", 412 log_debug("value pointers: %8"PRIu64" bytes (%8"PRIu64")", 414 log_debug("string store: %8zu bytes", trie->strings->len); 415 log_debug("strings start: %8"PRIu64, t.strings_off); 633 log_debug("reading file '%s'", *f); 640 log_debug(" [all...] |
/systemd/src/udev/cdrom_id/ |
H A D | cdrom_id.c | 128 log_debug("%s failed", cmd); 131 log_debug("%s failed with SK=%Xh/ASC=%02Xh/ACQ=%02Xh", cmd, SK(err), ASC(err), ASCQ(err)); 196 log_debug("CDROM_CLEAR_OPTIONS, CDO_LOCK failed"); 200 log_debug("CDROM_LOCKDOOR failed"); 228 log_debug("CDROM_GET_CAPABILITY failed"); 252 log_debug("CDROM_DRIVE_STATUS != CDS_DISC_OK"); 276 log_debug("not an MMC unit"); 280 log_debug("INQUIRY: [%.8s][%.16s][%.4s]", inq + 8, inq + 16, inq + 32); 290 log_debug("profile 0x%02x ", cur_profile); 295 log_debug("profil [all...] |
/systemd/src/libsystemd-network/ |
H A D | dhcp-packet.c | 125 log_debug("ignoring packet: not IPv4"); 130 log_debug("ignoring packet: IPv4 IHL (%u words) invalid", 137 log_debug("ignoring packet: IPv4 IHL (%zu bytes) " 143 log_debug("ignoring packet: packet (%zu bytes) " 152 log_debug("ignoring packet: not UDP"); 157 log_debug("ignoring packet: packet (%zu bytes) " 164 log_debug("ignoring packet: to port %u, which " 175 log_debug("ignoring packet: invalid IP checksum"); 185 log_debug("ignoring packet: invalid UDP checksum");
|
/systemd/src/import/ |
H A D | aufs-util.c | 45 log_debug("Removing whiteout indicator %s.", fpath); 55 log_debug("Removing deleted file %s.", p);
|
/systemd/src/test/ |
H A D | test-tmpfiles.c | 49 log_debug("link1: %s", ans); 59 log_debug("link2: %s", ans2);
|
/systemd/src/login/ |
H A D | logind-action.c | 72 log_debug("Refusing operation, as it is turned off."); 82 log_debug("Ignoring lid switch request, system startup or resume too close."); 90 log_debug("Refusing operation, %s is inhibited.", inhibit_what_to_string(inhibit_key)); 123 log_debug("Action already in progress, ignoring."); 139 log_debug("Refusing operation, %s is inhibited by UID "UID_FMT"/%s, PID "PID_FMT"/%s.",
|
/systemd/src/udev/scsi_id/ |
H A D | scsi_serial.c | 201 log_debug("%s: sense buffer empty", dev_scsi->kernel); 214 log_debug("%s: sense buffer too small %d bytes, %d bytes too short", 224 log_debug("%s: sense result too" " small %d bytes", 235 log_debug("%s: invalid sense code 0x%x", 239 log_debug("%s: sense key 0x%x ASC 0x%x ASCQ 0x%x", 243 log_debug("%s: sense buffer too small %d bytes, %d bytes too short", 249 log_debug("%s: old sense key: 0x%x", dev_scsi->kernel, sense_buffer[0] & 0x0f); 251 log_debug("%s: sense = %2x %2x", 253 log_debug("%s: non-extended sense class %d code 0x%0x", 265 log_debug(" [all...] |
/systemd/src/gpt-auto-generator/ |
H A D | gpt-auto-generator.c | 181 log_debug("Adding %s: %s %s", where, what, strna(fstype)); 291 log_debug("%s already populated, ignoring.", where); 337 log_debug("Adding swap: %s", path); 461 log_debug("Not an EFI boot, ignoring /boot."); 466 log_debug("In initrd, ignoring /boot."); 471 log_debug("In a container, ignoring /boot."); 477 log_debug("/boot specified in fstab, ignoring."); 482 log_debug("/boot already populated, ignoring."); 488 log_debug("EFI loader partition unknown."); 517 log_debug("Partitio [all...] |
/systemd/src/shared/ |
H A D | sysctl-util.c | 59 log_debug("Setting '%s' to '%s'", property, value);
|
H A D | path-lookup.c | 335 log_debug("Looking for unit files in (higher priority first):\n\t%s", t); 337 log_debug("Ignoring unit files."); 391 log_debug("Looking for SysV init scripts in:\n\t%s", t); 393 log_debug("Ignoring SysV init scripts."); 403 log_debug("Looking for SysV rcN.d links in:\n\t%s", t); 405 log_debug("Ignoring SysV rcN.d links."); 409 log_debug("SysV init scripts and rcN.d links support disabled");
|
/systemd/src/rfkill/ |
H A D | rfkill.c | 77 log_debug("Device has no name, ignoring."); 82 log_debug("Operating on rfkill device '%s'.", name); 232 log_debug("Saved state '%s' to %s.", one_zero(event->soft), state_file); 256 log_debug("Loaded state '%s' from %s.", one_zero(b), state_file); 285 log_debug("Saved state '%s' to %s.", one_zero(event->soft), state_file); 381 log_debug("All events read and idle, exiting."); 396 log_debug("An rfkill device of unknown type %i discovered, ignoring.", event.type); 403 log_debug("A new rfkill device has been added with index %i and type %s.", event.idx, type); 408 log_debug("An rfkill device has been removed with index %i and type %s", event.idx, type); 412 log_debug("A [all...] |
/systemd/src/journal/ |
H A D | journald.c | 58 log_debug("systemd-journald running as pid "PID_FMT, getpid()); 111 log_debug("systemd-journald stopped as pid "PID_FMT, getpid());
|
/systemd/src/rc-local-generator/ |
H A D | rc-local-generator.c | 87 log_debug("Automatically adding rc-local.service."); 94 log_debug("Automatically adding halt-local.service.");
|
/systemd/src/update-done/ |
H A D | update-done.c | 56 return log_debug("Can't update timestamp file %s, file system is read-only.", path); 76 return log_debug("Can't create timestamp file %s, file system is read-only.", path);
|
/systemd/src/tmpfiles/ |
H A D | tmpfiles.c | 403 log_debug("Ignoring \"%s/%s\": different filesystem.", p, dent->d_name); 411 log_debug("Ignoring \"%s/%s\": different mount of the same filesystem.", 418 log_debug("Ignoring \"%s/%s\": read-only and owner by root.", p, dent->d_name); 430 log_debug("Ignoring \"%s\": a separate entry exists.", sub_path); 435 log_debug("Ignoring \"%s\": a separate glob exists.", sub_path); 444 log_debug("Ignoring \"%s\".", sub_path); 475 log_debug("Keeping \"%s\".", sub_path); 484 log_debug("Directory \"%s\": modify time %s is too new.", 493 log_debug("Directory \"%s\": access time %s is too new.", 499 log_debug("Removin [all...] |
/systemd/src/getty-generator/ |
H A D | getty-generator.c | 70 log_debug("Automatically adding serial getty for /dev/%s.", tty); 85 log_debug("Automatically adding container getty for /dev/pts/%s.", tty); 149 log_debug("Automatically adding console shell.");
|
/systemd/src/core/ |
H A D | ima-setup.c | 43 log_debug("IMA support is disabled in the kernel, ignoring.");
|
H A D | kmod-setup.c | 92 log_debug("Your kernel apparently lacks built-in %s support. Might be " 113 log_debug("Inserted module '%s'", kmod_module_get_name(mod));
|
/systemd/src/hwdb/ |
H A D | hwdb.c | 424 log_debug("=== trie on-disk ==="); 425 log_debug("size: %8"PRIi64" bytes", size); 426 log_debug("header: %8zu bytes", sizeof(struct trie_header_f)); 427 log_debug("nodes: %8"PRIu64" bytes (%8"PRIu64")", 429 log_debug("child pointers: %8"PRIu64" bytes (%8"PRIu64")", 431 log_debug("value pointers: %8"PRIu64" bytes (%8"PRIu64")", 433 log_debug("string store: %8zu bytes", trie->strings->len); 434 log_debug("strings start: %8"PRIu64, t.strings_off); 621 log_debug("reading file '%s'", *f); 628 log_debug(" [all...] |
/systemd/src/basic/ |
H A D | async.c | 66 log_debug("Spawning new thread for sync");
|