Home
last modified time | relevance | path

Searched refs:LOG_DEFAULT (Results 51 – 75 of 510) sorted by relevance

12345678910>>...21

/dports/irc/inspircd/inspircd-3.11.0/src/
H A Dinspircd.cpp169 …ServerInstance->Logs->Log("STARTUP", LOG_DEFAULT, "setgroups() failed (wtf?): %s", strerror(errno)… in DropRoot()
182 …ServerInstance->Logs->Log("STARTUP", LOG_DEFAULT, "setgid(%d) failed (wrong group?): %s", g->gr_gi… in DropRoot()
200 …ServerInstance->Logs->Log("STARTUP", LOG_DEFAULT, "setuid(%d) failed (wrong user?): %s", u->pw_uid… in DropRoot()
253 ServerInstance->Logs->Log("STARTUP", LOG_DEFAULT, "fork() failed: %s", strerror(errno)); in ForkIntoBackground()
447 …this->Logs->Log("STARTUP", LOG_DEFAULT, "--nopid specified on command line; PID file not written."… in WritePID()
522 this->Logs->Log("STARTUP", LOG_DEFAULT, "Unable to open config file %s", ConfigFileName.c_str()); in InspIRCd()
572 Logs->Log("STARTUP", LOG_DEFAULT, "Error killing parent process: %s",strerror(errno)); in InspIRCd()
595 Logs->Log("STARTUP", LOG_DEFAULT, "Failed to dup /dev/null to stdin."); in InspIRCd()
597 Logs->Log("STARTUP", LOG_DEFAULT, "Failed to dup /dev/null to stdout."); in InspIRCd()
599 Logs->Log("STARTUP", LOG_DEFAULT, "Failed to dup /dev/null to stderr."); in InspIRCd()
[all …]
/dports/emulators/vice/vice-3.5/src/arch/gtk3/
H A Drender_thread.c80 log_message(LOG_DEFAULT, "Created render thread %d", thread->index); in render_thread_create()
94 log_message(LOG_DEFAULT, "Initiating render thread %d shutdown", thread->index); in render_thread_initiate_shutdown()
105 log_message(LOG_DEFAULT, "Joining render thread %d ...", thread->index); in render_thread_join()
114 log_message(LOG_DEFAULT, "Joined render thread %d.", thread->index); in render_thread_join()
134 …log_message(LOG_DEFAULT, "Ignoring new render job as render thread %d %s down", thread->index, thr… in render_thread_push_job()
/dports/emulators/vice/vice-3.5/src/hwsiddrv/
H A Dhs-beos-isa.c149 log_message(LOG_DEFAULT, "Detecting ISA HardSID boards."); in hs_isa_open()
152 log_message(LOG_DEFAULT, "Cannot get permission to access $%X.", HARDSID_BASE); in hs_isa_open()
164 log_message(LOG_DEFAULT, "No ISA HardSID boards found."); in hs_isa_open()
177 log_message(LOG_DEFAULT, "%s: opened, found %d SIDs.", HStype, sids_found); in hs_isa_open()
194 log_message(LOG_DEFAULT, "%s: closed.", HStype); in hs_isa_close()
H A Dparsid-beos-drv.c199 log_message(LOG_DEFAULT, "Detecting direct I/O ParSIDs."); in parsid_drv_open()
204 log_message(LOG_DEFAULT, "Cannot get access to I/O."); in parsid_drv_open()
212 log_message(LOG_DEFAULT, "ParSID found at %X.", ports[i]); in parsid_drv_open()
214 log_message(LOG_DEFAULT, "No ParSID at %X.", ports[i]); in parsid_drv_open()
223 log_message(LOG_DEFAULT, "Direct I/O ParSID: opened, found %d SIDs.", sids_found); in parsid_drv_open()
242 log_message(LOG_DEFAULT, "Direct I/O ParSID: closed."); in parsid_drv_close()
H A Dps-unix-io.c220 log_message(LOG_DEFAULT, "Detecting direct I/O ParSIDs."); in ps_io_open()
229 log_message(LOG_DEFAULT, "ParSID found at %X.", ports[i]); in ps_io_open()
231 log_message(LOG_DEFAULT, "No ParSID at %X.", ports[i]); in ps_io_open()
234 log_message(LOG_DEFAULT, "Could not get permission to access %X.", ports[i]); in ps_io_open()
243 log_message(LOG_DEFAULT, "Direct I/O ParSID: opened, found %d SIDs.", sids_found); in ps_io_open()
254 log_message(LOG_DEFAULT, "Direct I/O ParSID: closed."); in ps_io_close()
H A Dhs-unix-isa.c160 log_message(LOG_DEFAULT, "Detecting ISA HardSID boards."); in hs_isa_open()
163 log_message(LOG_DEFAULT, "Cannot get permission to access $%X.", in hs_isa_open()
176 log_message(LOG_DEFAULT, "No ISA HardSID boards found."); in hs_isa_open()
189 log_message(LOG_DEFAULT, "%s: opened, found %d SIDs.", HStype, sids_found); in hs_isa_open()
206 log_message(LOG_DEFAULT, "%s: closed.", HStype); in hs_isa_close()
H A Dcw-unix-device.c86 log_message(LOG_DEFAULT, "Detecting driver based CatWeasel boards."); in cw_device_open()
98 log_error(LOG_DEFAULT, "Could not open SID device /dev/sid or /dev/misc/sid"); in cw_device_open()
111 log_message(LOG_DEFAULT, "PCI CatWeasel driver SID: opened."); in cw_device_open()
139 log_message(LOG_DEFAULT, "PCI CatWeasel driver SID: closed."); in cw_device_close()
H A Dhs-unix-linux.c74 log_error(LOG_DEFAULT, "Could not open SID device /dev/sid."); in hardsid_init()
80 log_error(LOG_DEFAULT, "Could not find any SID installed."); in hardsid_init()
109 log_message(LOG_DEFAULT, "Detecting Linux HardSID boards."); in hs_linux_open()
117 log_message(LOG_DEFAULT, "Linux HardSID: opened."); in hs_linux_open()
130 log_message(LOG_DEFAULT, "Linux HardSID: closed."); in hs_linux_close()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/hwsiddrv/
H A Dhs-beos-isa.c149 log_message(LOG_DEFAULT, "Detecting ISA HardSID boards."); in hs_isa_open()
152 log_message(LOG_DEFAULT, "Cannot get permission to access $%X.", HARDSID_BASE); in hs_isa_open()
164 log_message(LOG_DEFAULT, "No ISA HardSID boards found."); in hs_isa_open()
177 log_message(LOG_DEFAULT, "%s: opened, found %d SIDs.", HStype, sids_found); in hs_isa_open()
194 log_message(LOG_DEFAULT, "%s: closed.", HStype); in hs_isa_close()
H A Dps-unix-io.c220 log_message(LOG_DEFAULT, "Detecting direct I/O ParSIDs."); in ps_io_open()
229 log_message(LOG_DEFAULT, "ParSID found at %X.", ports[i]); in ps_io_open()
231 log_message(LOG_DEFAULT, "No ParSID at %X.", ports[i]); in ps_io_open()
234 log_message(LOG_DEFAULT, "Could not get permission to access %X.", ports[i]); in ps_io_open()
243 log_message(LOG_DEFAULT, "Direct I/O ParSID: opened, found %d SIDs.", sids_found); in ps_io_open()
254 log_message(LOG_DEFAULT, "Direct I/O ParSID: closed."); in ps_io_close()
H A Dparsid-beos-drv.c199 log_message(LOG_DEFAULT, "Detecting direct I/O ParSIDs."); in parsid_drv_open()
204 log_message(LOG_DEFAULT, "Cannot get access to I/O."); in parsid_drv_open()
212 log_message(LOG_DEFAULT, "ParSID found at %X.", ports[i]); in parsid_drv_open()
214 log_message(LOG_DEFAULT, "No ParSID at %X.", ports[i]); in parsid_drv_open()
223 log_message(LOG_DEFAULT, "Direct I/O ParSID: opened, found %d SIDs.", sids_found); in parsid_drv_open()
242 log_message(LOG_DEFAULT, "Direct I/O ParSID: closed."); in parsid_drv_close()
H A Dhs-unix-isa.c159 log_message(LOG_DEFAULT, "Detecting ISA HardSID boards."); in hs_isa_open()
162 log_message(LOG_DEFAULT, "Cannot get permission to access $%X.", HARDSID_BASE); in hs_isa_open()
174 log_message(LOG_DEFAULT, "No ISA HardSID boards found."); in hs_isa_open()
187 log_message(LOG_DEFAULT, "%s: opened, found %d SIDs.", HStype, sids_found); in hs_isa_open()
204 log_message(LOG_DEFAULT, "%s: closed.", HStype); in hs_isa_close()
H A Dcw-unix-device.c86 log_message(LOG_DEFAULT, "Detecting driver based CatWeasel boards."); in cw_device_open()
98 log_error(LOG_DEFAULT, "Could not open SID device /dev/sid or /dev/misc/sid"); in cw_device_open()
111 log_message(LOG_DEFAULT, "PCI CatWeasel driver SID: opened."); in cw_device_open()
139 log_message(LOG_DEFAULT, "PCI CatWeasel driver SID: closed."); in cw_device_close()
H A Dhs-unix-linux.c74 log_error(LOG_DEFAULT, "Could not open SID device /dev/sid."); in hardsid_init()
80 log_error(LOG_DEFAULT, "Could not find any SID installed."); in hardsid_init()
109 log_message(LOG_DEFAULT, "Detecting Linux HardSID boards."); in hs_linux_open()
117 log_message(LOG_DEFAULT, "Linux HardSID: opened."); in hs_linux_open()
130 log_message(LOG_DEFAULT, "Linux HardSID: closed."); in hs_linux_close()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/parallel/
H A Dparallel.c206 log_warning(LOG_DEFAULT, in unexpected()
243 log_warning(LOG_DEFAULT, in In1_atnhi()
268 log_warning(LOG_DEFAULT, "IEEE488: sendbyte returns %04x", par_status); in In1_davlo()
338 log_warning(LOG_DEFAULT, "OPet_nrfdlo()"); in OPet_nrfdlo()
426 log_warning(LOG_DEFAULT, \
431 log_warning(LOG_DEFAULT, \
439 log_warning(LOG_DEFAULT, \
443 log_warning(LOG_DEFAULT, \
513 log_warning(LOG_DEFAULT, "set_atn(%02x) -> ATNlo", mask); in parallel_restore_set_atn()
525 log_warning(LOG_DEFAULT, "clr_atn(%02x) -> ATNhi", ~mask & 0xff); in parallel_restore_clr_atn()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c64/
H A Dpatchrom.c469 …log_error(LOG_DEFAULT, "ROM not patched: Unknown Kernal image. ID: %d ($%02X) Sum: %d ($%04X).", … in patch_rom_idx()
479 log_error(LOG_DEFAULT, "ROM not patched: Unknown ID: %d ($%02X).", rev, rev); in patch_rom_idx()
504 log_error(LOG_DEFAULT, "Cannot patch ROM to revision #%d.", rev); in patch_rom_idx()
508 log_message(LOG_DEFAULT, "Installing ROM patch for revision #%d:", num); in patch_rom_idx()
H A Dc64iec.c82 …log_message(LOG_DEFAULT, "#%lu: cpu_bus changed from $%02x to $%02x.", time_usec, old_iecbus.cpu_b… in iec_debug_ports()
87 …log_message(LOG_DEFAULT, "#%lu: cpu_port changed from $%02x to $%02x.", time_usec, old_iecbus.cpu_… in iec_debug_ports()
92 …log_message(LOG_DEFAULT, "#%lu: drv_port changed from $%02x to $%02x.", time_usec, old_iecbus.drv_… in iec_debug_ports()
98 …log_message(LOG_DEFAULT, "#%lu: drv_bus[ %2u] changed from $%02x to $%02x.", time_usec, unit, old_… in iec_debug_ports()
103 …log_message(LOG_DEFAULT, "#%lu: drv_data[%2u] changed from $%02x to $%02x.", time_usec, unit, old_… in iec_debug_ports()
/dports/emulators/vice/vice-3.5/src/c64/
H A Dpatchrom.c469 log_error(LOG_DEFAULT, in patch_rom_idx()
481 log_error(LOG_DEFAULT, "ROM not patched: Unknown ID: %d ($%02X).", rev, (unsigned int)rev); in patch_rom_idx()
506 log_error(LOG_DEFAULT, "Cannot patch ROM to revision #%d.", rev); in patch_rom_idx()
510 log_message(LOG_DEFAULT, "Installing ROM patch for revision #%d:", num); in patch_rom_idx()
H A Dc64iec.c82 …log_message(LOG_DEFAULT, "#%lu: cpu_bus changed from $%02x to $%02x.", time_usec, old_iecbus.cpu_b… in iec_debug_ports()
87 …log_message(LOG_DEFAULT, "#%lu: cpu_port changed from $%02x to $%02x.", time_usec, old_iecbus.cpu_… in iec_debug_ports()
92 …log_message(LOG_DEFAULT, "#%lu: drv_port changed from $%02x to $%02x.", time_usec, old_iecbus.drv_… in iec_debug_ports()
98 …log_message(LOG_DEFAULT, "#%lu: drv_bus[ %2u] changed from $%02x to $%02x.", time_usec, unit, old_… in iec_debug_ports()
103 …log_message(LOG_DEFAULT, "#%lu: drv_data[%2u] changed from $%02x to $%02x.", time_usec, unit, old_… in iec_debug_ports()
/dports/emulators/vice/vice-3.5/src/sounddrv/
H A Dsoundpulse.c76 log_error(LOG_DEFAULT, "pa_simple_new(): %s", pa_strerror(error)); in pulsedrv_init()
87 log_error(LOG_DEFAULT, "pa_simple_write(,%d): %s", (int)nr, pa_strerror(error)); in pulsedrv_write()
98 log_error(LOG_DEFAULT, "pa_simple_flush(): %s", pa_strerror(error)); in pulsedrv_suspend()
108 log_error(LOG_DEFAULT, "pa_simple_flush(): %s", pa_strerror(error)); in pulsedrv_close()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/sounddrv/
H A Dsoundpulse.c76 log_error(LOG_DEFAULT, "pa_simple_new(): %s", pa_strerror(error)); in pulsedrv_init()
87 log_error(LOG_DEFAULT, "pa_simple_write(,%d): %s", (int)nr, pa_strerror(error)); in pulsedrv_write()
98 log_error(LOG_DEFAULT, "pa_simple_flush(): %s", pa_strerror(error)); in pulsedrv_suspend()
108 log_error(LOG_DEFAULT, "pa_simple_flush(): %s", pa_strerror(error)); in pulsedrv_close()
/dports/emulators/vice/vice-3.5/src/iodrv/
H A Dio-unix-access.c112 log_message(LOG_DEFAULT, "Could not open '/devices/pseudo/iop@0:iop'."); in device_io_open()
115 log_message(LOG_DEFAULT, "Opened '/devices/pseudo/iop@0:iop' for I/O access."); in device_io_open()
148 log_message(LOG_DEFAULT, "Could not open '/dev/port'."); in device_io_open()
151 log_message(LOG_DEFAULT, "Opened '/dev/port' for I/O access."); in device_io_open()
161 log_message(LOG_DEFAULT, "Could not read from '/dev/io'."); in device_io_inb()
171 log_message(LOG_DEFAULT, "Could not write to '/dev/io'."); in device_io_outb()
182 log_message(LOG_DEFAULT, "Could not open '/dev/io'."); in device_io_open()
185 log_message(LOG_DEFAULT, "Opened '/dev/io' for I/O access."); in device_io_open()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/iodrv/
H A Dio-unix-access.c107 log_message(LOG_DEFAULT, "Could not open '/devices/pseudo/iop@0:iop'."); in device_io_open()
110 log_message(LOG_DEFAULT, "Opened '/devices/pseudo/iop@0:iop' for I/O access."); in device_io_open()
143 log_message(LOG_DEFAULT, "Could not open '/dev/port'."); in device_io_open()
146 log_message(LOG_DEFAULT, "Opened '/dev/port' for I/O access."); in device_io_open()
156 log_message(LOG_DEFAULT, "Could not read from '/dev/io'."); in device_io_inb()
166 log_message(LOG_DEFAULT, "Could not write to '/dev/io'."); in device_io_outb()
177 log_message(LOG_DEFAULT, "Could not open '/dev/io'."); in device_io_open()
180 log_message(LOG_DEFAULT, "Opened '/dev/io' for I/O access."); in device_io_open()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/sdl/
H A Dvsidui.c418 log_message(LOG_DEFAULT, "Title: %s", vsidstrings[VSID_S_TITLE]); in vsid_ui_display_name()
424 log_message(LOG_DEFAULT, "Author: %s", vsidstrings[VSID_S_AUTHOR]); in vsid_ui_display_author()
430 log_message(LOG_DEFAULT, "Released: %s", vsidstrings[VSID_S_RELEASED]); in vsid_ui_display_copyright()
436 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_SYNC]); in vsid_ui_display_sync()
442 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_MODEL]); in vsid_ui_display_sid_model()
448 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_DEFAULT]); in vsid_ui_set_default_tune()
455 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_PLAYING]); in vsid_ui_display_tune_nr()
466 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_TUNES]); in vsid_ui_display_nr_of_tunes()
/dports/emulators/vice/vice-3.5/src/arch/sdl/
H A Dvsidui.c419 log_message(LOG_DEFAULT, "Title: %s", vsidstrings[VSID_S_TITLE]); in vsid_ui_display_name()
425 log_message(LOG_DEFAULT, "Author: %s", vsidstrings[VSID_S_AUTHOR]); in vsid_ui_display_author()
431 log_message(LOG_DEFAULT, "Released: %s", vsidstrings[VSID_S_RELEASED]); in vsid_ui_display_copyright()
437 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_SYNC]); in vsid_ui_display_sync()
443 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_MODEL]); in vsid_ui_display_sid_model()
449 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_DEFAULT]); in vsid_ui_set_default_tune()
456 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_PLAYING]); in vsid_ui_display_tune_nr()
467 log_message(LOG_DEFAULT, "%s", vsidstrings[VSID_S_TUNES]); in vsid_ui_display_nr_of_tunes()

12345678910>>...21