Home
last modified time | relevance | path

Searched refs:ELOG (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/games/kobodeluxe/KoboDeluxe-0.5.1/sound/
H A Daudiodev.c18 log_printf(ELOG, "OSS sound output not compiled in!\n"); in audiodev_init()
69 log_printf(ELOG, "Failed to open audio device!\n"); in audiodev_open()
78 log_printf(ELOG, "Failed to set blocking mode!\n"); in audiodev_open()
87 log_printf(ELOG, "Failed to reset device!\n"); in audiodev_open()
97 log_printf(ELOG, "16 bit samples not supported!\n"); in audiodev_open()
106 log_printf(ELOG, "Failed to set sample format!\n"); in audiodev_open()
112 log_printf(ELOG, "16 bit stereo LE not supported!\n"); in audiodev_open()
121 log_printf(ELOG, "Stereo not supported!\n"); in audiodev_open()
130 log_printf(ELOG, "Failed to set %d Hz sample rate!\n", in audiodev_open()
141 log_printf(ELOG, "Full duplex not supported!\n"); in audiodev_open()
[all …]
H A Da_commands.c65 log_printf(ELOG, "audio_bus_control(): Bus out of range!\n"); in audio_bus_control()
70 log_printf(ELOG, "audio_bus_control(): Control out of range!\n"); in audio_bus_control()
93 log_printf(ELOG, "audio_group_stop(): Group out of range!\n"); in audio_group_stop()
123 log_printf(ELOG, "audio_group_control(): Group out of range!\n"); in audio_group_control()
128 log_printf(ELOG, "audio_group_control(): Control out of range!\n"); in audio_group_control()
150 log_printf(ELOG, "audio_play(): Channel out of range!\n"); in audio_channel_play()
176 log_printf(ELOG, "audio_channel_control(): Channel out of range!\n"); in audio_channel_control()
181 log_printf(ELOG, "audio_channel_control(): Control out of range!\n"); in audio_channel_control()
200 log_printf(ELOG, "audio_stop(): Channel out of range!\n"); in audio_channel_stop()
/dports/comms/tcpser/tcpser/src/
H A Dip.c27 ELOG(LOG_FATAL,"Server socket could not be created"); in ip_init_server_conn()
46 ELOG(LOG_ERROR,"bind address checking could not be turned off"); in ip_init_server_conn()
61 ELOG(LOG_FATAL,"Server socket could not be bound to port"); in ip_init_server_conn()
69 ELOG(LOG_FATAL,"Server socket could not listen on port"); in ip_init_server_conn()
104 ELOG(LOG_ERROR,"Host %s was invalid",addy); in ip_connect()
117 ELOG(LOG_ERROR,"could not create client socket"); in ip_connect()
123 ELOG(LOG_ERROR,"could not connect to address"); in ip_connect()
145 ELOG(LOG_ERROR,"Could not accept incoming connection"); in ip_accept()
153 ELOG(LOG_WARN,"Could not obtain peer name"); in ip_accept()
H A Dserial.c67 ELOG(LOG_FATAL,"Unknown baud rate"); in ser_get_bps_const()
91 ELOG(LOG_FATAL,"TTY %s could not be opened",tty); in ser_init_conn()
123 ELOG(LOG_FATAL,"Could not get serial port attributes"); in ser_set_flow_control()
130 ELOG(LOG_FATAL,"Could not set serial port attributes"); in ser_set_flow_control()
141 ELOG(LOG_FATAL,"Could not obtain serial port status"); in ser_get_control_lines()
159 ELOG(LOG_FATAL,"Could not set serial port status"); in ser_set_control_lines()
162 ELOG(LOG_WARN,"Could not set serial port status, CYGWIN bug?"); in ser_set_control_lines()
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/graphics/
H A Dsprite.c352 log_printf(ELOG, "sprite: Too many frames!\n"); in extract_sprite()
420 log_printf(ELOG, "sprite: Couldn't get source sprite %d:%d!\n", in s_copy_rect()
427 log_printf(ELOG, "sprite: Sprite %d:%d" in s_copy_rect()
437 log_printf(ELOG, "sprite: Failed to allocate bank %d!\n", bank); in s_copy_rect()
443 log_printf(ELOG, "sprite: Something went wrong while " in s_copy_rect()
465 log_printf(ELOG, "sprite: Failed to load sprite \"%s\"!\n", name); in s_load_image()
478 log_printf(ELOG, "sprite: Something went wrong while" in s_load_image()
497 log_printf(ELOG, "sprite: While loading \"%s\":" in s_load_sprite()
512 log_printf(ELOG, "sprite: Warning: Sprite \"%s\" cropped" in s_load_sprite()
520 log_printf(ELOG, "sprite: Something went wrong while" in s_load_sprite()
[all …]
/dports/x11-wm/i3/i3-4.20.1/src/
H A Dconfig_parser.c457 ELOG("CONFIG: %s\n", errormessage); in parse_config()
458 ELOG("CONFIG: (in file %s)\n", context->filename); in parse_config()
474 ELOG("CONFIG: Line %3d: %s\n", linecnt, error_copy); in parse_config()
475 ELOG("CONFIG: %s\n", position); in parse_config()
825 ELOG("Failed to open the resource database.\n"); in get_resource()
874 ELOG("chdir(%s) failed: %s\n", dir, strerror(errno)); in parse_file()
1064 ELOG("\n"); in parse_file()
1067 ELOG("\n"); in parse_file()
1069 ELOG(" mv %s %s.O\n", f, f); in parse_file()
1072 ELOG("\n"); in parse_file()
[all …]
H A Dmain.c273 ELOG("Malformed _I3_RESTART_FD \"%s\"\n", restart_fd); in parse_restart_fd()
504 ELOG("Could not get i3 IPC socket path\n"); in main()
711 ELOG("Failed to intern the WM_Sn atom, exiting\n"); in main()
758 ELOG("The old window manager is not exiting"); in main()
801 ELOG("Could not get geometry of the root window, exiting\n"); in main()
862 ELOG("Could not set " #_value "\n"); \ in main()
974 ELOG("Could not query pointer position, using first screen\n"); in main()
994 ELOG("Could not create the IPC socket, IPC disabled\n"); in main()
1018 ELOG("socket activation: Error in sd_listen_fds\n"); in main()
1033 ELOG("Could not disable FD_CLOEXEC on fd %d\n", fd); in main()
[all …]
/dports/x11-wm/i3-gaps/i3-4.20.1/src/
H A Dconfig_parser.c457 ELOG("CONFIG: %s\n", errormessage); in parse_config()
458 ELOG("CONFIG: (in file %s)\n", context->filename); in parse_config()
474 ELOG("CONFIG: Line %3d: %s\n", linecnt, error_copy); in parse_config()
475 ELOG("CONFIG: %s\n", position); in parse_config()
825 ELOG("Failed to open the resource database.\n"); in get_resource()
874 ELOG("chdir(%s) failed: %s\n", dir, strerror(errno)); in parse_file()
1064 ELOG("\n"); in parse_file()
1067 ELOG("\n"); in parse_file()
1069 ELOG(" mv %s %s.O\n", f, f); in parse_file()
1072 ELOG("\n"); in parse_file()
[all …]
H A Dmain.c273 ELOG("Malformed _I3_RESTART_FD \"%s\"\n", restart_fd); in parse_restart_fd()
504 ELOG("Could not get i3 IPC socket path\n"); in main()
711 ELOG("Failed to intern the WM_Sn atom, exiting\n"); in main()
758 ELOG("The old window manager is not exiting"); in main()
801 ELOG("Could not get geometry of the root window, exiting\n"); in main()
862 ELOG("Could not set " #_value "\n"); \ in main()
974 ELOG("Could not query pointer position, using first screen\n"); in main()
994 ELOG("Could not create the IPC socket, IPC disabled\n"); in main()
1018 ELOG("socket activation: Error in sd_listen_fds\n"); in main()
1033 ELOG("Could not disable FD_CLOEXEC on fd %d\n", fd); in main()
[all …]
/dports/devel/stlink/stlink-1.7.0/src/st-trace/
H A Dtrace.c171 ELOG("Unknown command line option: '%c' (0x%02x)\n", c, c); in parse_options()
179 ELOG("Unknown command line argument: '%s'\n", argv[optind++]); in parse_options()
199 ELOG("Unable to debug device\n"); in enable_trace()
205 ELOG("Unable to reset device\n"); in enable_trace()
228 ELOG("Unable to turn on tracing in stlink\n"); in enable_trace()
389 ELOG("Error reading trace (%d)\n", length); in read_trace()
535 ELOG("Unable to locate an stlink\n"); in main()
542 ELOG("Your stlink is not connected to a device\n"); in main()
548 ELOG("Your stlink does not support tracing\n"); in main()
572 ELOG("Unable to enable trace mode\n"); in main()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/skiboot/doc/release-notes/
H A Dskiboot-5.2.5.rst17 - FSP/ELOG: Fix OPAL generated elog resend logic
19 - FSP/ELOG: Fix possible event notifier hangs
21 - FSP/ELOG: Disable event notification if list is not consistent
23 - FSP/ELOG: Improve elog event states
25 - FSP/ELOG: Fix OPAL generated elog event notification
27 - FSP/ELOG: Disable event notification during kexec
H A Dskiboot-5.1.18.rst31 - FSP/ELOG: Fix OPAL generated elog resend logic
32 - FSP/ELOG: Fix possible event notifier hangs
33 - FSP/ELOG: Disable event notification if list is not consistent
34 - FSP/ELOG: Fix OPAL generated elog event notification
35 - FSP/ELOG: Disable event notification during kexec
/dports/emulators/qemu5/qemu-5.2.0/roms/skiboot/doc/release-notes/
H A Dskiboot-5.2.5.rst17 - FSP/ELOG: Fix OPAL generated elog resend logic
19 - FSP/ELOG: Fix possible event notifier hangs
21 - FSP/ELOG: Disable event notification if list is not consistent
23 - FSP/ELOG: Improve elog event states
25 - FSP/ELOG: Fix OPAL generated elog event notification
27 - FSP/ELOG: Disable event notification during kexec
H A Dskiboot-5.1.18.rst31 - FSP/ELOG: Fix OPAL generated elog resend logic
32 - FSP/ELOG: Fix possible event notifier hangs
33 - FSP/ELOG: Disable event notification if list is not consistent
34 - FSP/ELOG: Fix OPAL generated elog event notification
35 - FSP/ELOG: Disable event notification during kexec
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/skiboot/doc/release-notes/
H A Dskiboot-5.2.5.rst17 - FSP/ELOG: Fix OPAL generated elog resend logic
19 - FSP/ELOG: Fix possible event notifier hangs
21 - FSP/ELOG: Disable event notification if list is not consistent
23 - FSP/ELOG: Improve elog event states
25 - FSP/ELOG: Fix OPAL generated elog event notification
27 - FSP/ELOG: Disable event notification during kexec
H A Dskiboot-5.1.18.rst31 - FSP/ELOG: Fix OPAL generated elog resend logic
32 - FSP/ELOG: Fix possible event notifier hangs
33 - FSP/ELOG: Disable event notification if list is not consistent
34 - FSP/ELOG: Fix OPAL generated elog event notification
35 - FSP/ELOG: Disable event notification during kexec
/dports/emulators/qemu42/qemu-4.2.1/roms/skiboot/doc/release-notes/
H A Dskiboot-5.2.5.rst17 - FSP/ELOG: Fix OPAL generated elog resend logic
19 - FSP/ELOG: Fix possible event notifier hangs
21 - FSP/ELOG: Disable event notification if list is not consistent
23 - FSP/ELOG: Improve elog event states
25 - FSP/ELOG: Fix OPAL generated elog event notification
27 - FSP/ELOG: Disable event notification during kexec
H A Dskiboot-5.1.18.rst31 - FSP/ELOG: Fix OPAL generated elog resend logic
32 - FSP/ELOG: Fix possible event notifier hangs
33 - FSP/ELOG: Disable event notification if list is not consistent
34 - FSP/ELOG: Fix OPAL generated elog event notification
35 - FSP/ELOG: Disable event notification during kexec
/dports/emulators/qemu-utils/qemu-4.2.1/roms/skiboot/doc/release-notes/
H A Dskiboot-5.2.5.rst17 - FSP/ELOG: Fix OPAL generated elog resend logic
19 - FSP/ELOG: Fix possible event notifier hangs
21 - FSP/ELOG: Disable event notification if list is not consistent
23 - FSP/ELOG: Improve elog event states
25 - FSP/ELOG: Fix OPAL generated elog event notification
27 - FSP/ELOG: Disable event notification during kexec
H A Dskiboot-5.1.18.rst31 - FSP/ELOG: Fix OPAL generated elog resend logic
32 - FSP/ELOG: Fix possible event notifier hangs
33 - FSP/ELOG: Disable event notification if list is not consistent
34 - FSP/ELOG: Fix OPAL generated elog event notification
35 - FSP/ELOG: Disable event notification during kexec
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/skiboot/doc/release-notes/
H A Dskiboot-5.2.5.rst17 - FSP/ELOG: Fix OPAL generated elog resend logic
19 - FSP/ELOG: Fix possible event notifier hangs
21 - FSP/ELOG: Disable event notification if list is not consistent
23 - FSP/ELOG: Improve elog event states
25 - FSP/ELOG: Fix OPAL generated elog event notification
27 - FSP/ELOG: Disable event notification during kexec
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/doc/release-notes/
H A Dskiboot-5.2.5.rst17 - FSP/ELOG: Fix OPAL generated elog resend logic
19 - FSP/ELOG: Fix possible event notifier hangs
21 - FSP/ELOG: Disable event notification if list is not consistent
23 - FSP/ELOG: Improve elog event states
25 - FSP/ELOG: Fix OPAL generated elog event notification
27 - FSP/ELOG: Disable event notification during kexec
/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dpty_process_unix.c75 ELOG("forkpty failed: %s", strerror(errno)); in pty_process_spawn()
85 ELOG("Failed to get master descriptor status flags: %s", strerror(errno)); in pty_process_spawn()
90 ELOG("Failed to make master descriptor non-blocking: %s", strerror(errno)); in pty_process_spawn()
97 ELOG("Failed to set CLOEXEC on ptmx file descriptor"); in pty_process_spawn()
176 ELOG("chdir(%s) failed: %s", proc->cwd, strerror(errno)); in init_child()
185 ELOG("execvp(%s) failed: %s", prog, strerror(errno)); in init_child()
252 ELOG("Failed to dup descriptor %d: %s", fd, strerror(errno)); in set_duplicating_descriptor()
258 ELOG("Failed to set CLOEXEC on duplicate fd"); in set_duplicating_descriptor()
264 ELOG("Failed to set pipe to descriptor %d: %s", in set_duplicating_descriptor()
/dports/x11-wm/i3/i3-4.20.1/i3bar/src/
H A Dconfig.c58 ELOG("No such bar config. Use 'i3-msg -t get_bar_config' to get the available configs.\n"); in config_null_cb()
59 ELOG("Are you starting i3bar by hand? You should not:\n"); in config_null_cb()
60 ELOG("Configure a 'bar' block in your i3 config and i3 will launch i3bar automatically.\n"); in config_null_cb()
81 ELOG("There is no binding to put the current command onto. This is a bug in i3.\n"); in config_string_cb()
86ELOG("The binding for input_code = %d already has a command. This is a bug in i3.\n", binding->inp… in config_string_cb()
94 ELOG("Unknown key \"%s\" while parsing bar bindings.\n", cur_key); in config_string_cb()
269 ELOG("There is no binding to put the current command onto. This is a bug in i3.\n"); in config_boolean_cb()
277 ELOG("Unknown key \"%s\" while parsing bar bindings.\n", cur_key); in config_boolean_cb()
329 ELOG("Unknown key \"%s\" while parsing bar bindings.\n", cur_key); in config_integer_cb()
382 ELOG("Could not parse config reply!\n"); in parse_config_json()
/dports/x11-wm/i3-gaps/i3-4.20.1/i3bar/src/
H A Dconfig.c58 ELOG("No such bar config. Use 'i3-msg -t get_bar_config' to get the available configs.\n"); in config_null_cb()
59 ELOG("Are you starting i3bar by hand? You should not:\n"); in config_null_cb()
60 ELOG("Configure a 'bar' block in your i3 config and i3 will launch i3bar automatically.\n"); in config_null_cb()
81 ELOG("There is no binding to put the current command onto. This is a bug in i3.\n"); in config_string_cb()
86ELOG("The binding for input_code = %d already has a command. This is a bug in i3.\n", binding->inp… in config_string_cb()
94 ELOG("Unknown key \"%s\" while parsing bar bindings.\n", cur_key); in config_string_cb()
269 ELOG("There is no binding to put the current command onto. This is a bug in i3.\n"); in config_boolean_cb()
277 ELOG("Unknown key \"%s\" while parsing bar bindings.\n", cur_key); in config_boolean_cb()
329 ELOG("Unknown key \"%s\" while parsing bar bindings.\n", cur_key); in config_integer_cb()
388 ELOG("Could not parse config reply!\n"); in parse_config_json()

12345678910