Home
last modified time | relevance | path

Searched refs:LOG_DBG (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Doszephyr.c666 LOG_DBG (""); in AcpiOsGetRootPointer()
699 LOG_DBG ("");
725 LOG_DBG ("");
753 LOG_DBG ("");
774 LOG_DBG ("");
886 LOG_DBG (""); in AcpiOsInstallInterruptHandler()
912 LOG_DBG (""); in AcpiOsRemoveInterruptHandler()
939 LOG_DBG ("ACPI_SIGNAL_FATAL error"); in AcpiOsSignal()
943 LOG_DBG ("ACPI_SIGNAL_BREAKPOINT"); in AcpiOsSignal()
967 LOG_DBG (""); in AcpiOsCreateLock()
[all...]
/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c322 LOG_DBG("Checking /dev/mapper for device %d:%d", major, minor); in find_disk_path()
341 LOG_DBG(" %s: YES", dep->d_name); in find_disk_path()
345 LOG_DBG(" %s: NO", dep->d_name); in find_disk_path()
351 LOG_DBG("Path not found for %d/%d", major, minor); in find_disk_path()
352 LOG_DBG("Creating /dev/mapper/%d-%d", major, minor); in find_disk_path()
404 LOG_DBG("Clustered log disk is %s", disk_path); in _clog_ctr()
514 LOG_DBG("Disk log ready"); in _clog_ctr()
609 LOG_DBG("[%s] Cluster log created", in clog_ctr()
638 LOG_DBG("[%s] Cluster log removed", SHORT_UUID(lc->uuid)); in clog_dtr()
665 LOG_DBG("WARNING: log still marked as 'touched' during suspend"); in clog_presuspend()
[all …]
H A Dlink_mon.c75 LOG_DBG("Adding %s/%d", lc->name, lc->fd); in links_register()
76 LOG_DBG(" used_pfds = %d, free_pfds = %d", in links_register()
97 LOG_DBG("Freeing up %s/%d", c->name, c->fd); in links_unregister()
98 LOG_DBG(" used_pfds = %d, free_pfds = %d", in links_unregister()
127 LOG_DBG("Data ready on %d", pfds[i].fd); in links_monitor()
145 LOG_DBG("Issuing callback on %s/%d", in links_issue_callbacks()
H A Dcluster.c410 LOG_DBG("[%s] Checkpoint prepared for node %u:", in prepare_checkpoint()
412 LOG_DBG(" bitmap_size = %d", new->bitmap_size); in prepare_checkpoint()
443 LOG_DBG("Sending checkpointed data to %u", cp->requester); in export_checkpoint()
473 LOG_DBG("export_checkpoint: checkpoint already exists"); in export_checkpoint()
502 LOG_DBG("Sync checkpoint section already exists"); in export_checkpoint()
531 LOG_DBG("Clean checkpoint section already exists"); in export_checkpoint()
561 LOG_DBG("RR checkpoint section already exists"); in export_checkpoint()
573 LOG_DBG("export_checkpoint: closing checkpoint"); in export_checkpoint()
642 LOG_DBG("Checkpoint for this log already received"); in import_checkpoint()
919 LOG_DBG("[%s] Processing delayed request: %s", in flush_startup_list()
[all …]
H A Dlocal.c141 LOG_DBG("Bad transmission, requesting resend [%u]", in kernel_recv()
237 LOG_DBG("[%s] Request from kernel received: [%s/%u]", in do_local_work()
252 LOG_DBG("Returning failed request to kernel [%s]", in do_local_work()
268 LOG_DBG("Returning failed request to kernel [%s]", in do_local_work()
H A Dlogging.h61 #define LOG_DBG(f, arg...) LOG_OUTPUT(LOG_DEBUG, f, ## arg) macro
63 #define LOG_DBG(f, arg...) macro
H A Dclogd.c62 LOG_DBG(" Compiled with debugging."); in main()
154 LOG_DBG("No current cluster logs... safe to exit."); in process_signal()