Lines Matching refs:LOG_DEFAULT

342     log_message(LOG_DEFAULT, "Detecting PCI HardSID boards.");  in hs_pci_open()
345 log_message(LOG_DEFAULT, "No PCI bus present."); in hs_pci_open()
367 log_message(LOG_DEFAULT, "Opened %s.", openedlib); in hs_pci_open()
379 log_message(LOG_DEFAULT, "Using %s for PCI I/O access.", openedlib); in hs_pci_open()
381 log_message(LOG_DEFAULT, "Cannot init %s.", openedlib); in hs_pci_open()
384 … log_message(LOG_DEFAULT, "Cannot get 'ShutdownWinIo' function from %s.", openedlib); in hs_pci_open()
387 … log_message(LOG_DEFAULT, "Cannot get 'InitializeWinIo' function from %s.", openedlib); in hs_pci_open()
390 … log_message(LOG_DEFAULT, "Cannot get 'SetPortVal' function from %s.", openedlib); in hs_pci_open()
393 log_message(LOG_DEFAULT, "Cannot get 'GetPortVal' function from %s.", openedlib); in hs_pci_open()
396 …log_message(LOG_DEFAULT, "Cannot get I/O functions in %s, using direct PCI I/O access.", openedlib… in hs_pci_open()
399 log_message(LOG_DEFAULT, "Cannot open %s, trying direct PCI I/O access.", openedlib); in hs_pci_open()
402 log_message(LOG_DEFAULT, "Using direct PCI I/O access."); in hs_pci_open()
406 …log_message(LOG_DEFAULT, "Cannot use direct PCI I/O access on Windows NT/2000/Server/XP/Vista/7/8/… in hs_pci_open()
413 log_message(LOG_DEFAULT, "No PCI HardSID found."); in hs_pci_open()
418 log_message(LOG_DEFAULT, "PCI HardSID board found at $%04X and $%04X", in hs_pci_open()
429 log_message(LOG_DEFAULT, "No PCI HardSID found."); in hs_pci_open()
441 log_message(LOG_DEFAULT, "PCI HardSID: opened, found %d SIDs.", sids_found); in hs_pci_open()
460 log_message(LOG_DEFAULT, "PCI HardSID: closed"); in hs_pci_close()