Home
last modified time | relevance | path

Searched refs:chan_err (Results 1 – 24 of 24) sorted by relevance

/dports/devel/thunar-vcs-plugin/thunar-vcs-plugin-0.2.0/tvp-git-helper/
H A Dtgh-stash.c64 GIOChannel *chan_out, *chan_err; in stash_list_spawn() local
79 chan_err = g_io_channel_unix_new(fd_err); in stash_list_spawn()
81 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in stash_list_spawn()
90 GIOChannel *chan_out, *chan_err; in stash_show_spawn() local
116 chan_err = g_io_channel_unix_new (fd_err); in stash_show_spawn()
118 g_io_add_watch (chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in stash_show_spawn()
127 GIOChannel *chan_err; in stash_action_spawn() local
157 chan_err = g_io_channel_unix_new (fd_err); in stash_action_spawn()
158 g_io_add_watch (chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in stash_action_spawn()
167 GIOChannel *chan_err; in stash_clear_spawn() local
[all …]
H A Dtgh-branch.c70 GIOChannel *chan_err; in branch_spawn() local
85 chan_err = g_io_channel_unix_new(fd_err); in branch_spawn()
87 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in branch_spawn()
96 GIOChannel *chan_err; in branch_checkout_spawn() local
125 chan_err = g_io_channel_unix_new(fd_err); in branch_checkout_spawn()
126 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in branch_checkout_spawn()
135 GIOChannel *chan_err; in branch_create_spawn() local
163 chan_err = g_io_channel_unix_new(fd_err); in branch_create_spawn()
164 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in branch_create_spawn()
H A Dtgh-status.c50 GIOChannel *chan_err; in status_spawn() local
63 chan_err = g_io_channel_unix_new(fd_err); in status_spawn()
65 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in status_spawn()
H A Dtgh-blame.c42 GIOChannel *chan_out, *chan_err; in blame_spawn() local
67 chan_err = g_io_channel_unix_new (fd_err); in blame_spawn()
69 g_io_add_watch (chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in blame_spawn()
H A Dtgh-clone.c73 GIOChannel *chan_err; in clone_spawn() local
103 chan_err = g_io_channel_unix_new(fd_err); in clone_spawn()
104 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in clone_spawn()
H A Dtgh-log.c42 GIOChannel *chan_out, *chan_err; in log_spawn() local
82 chan_err = g_io_channel_unix_new(fd_err); in log_spawn()
84 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in log_spawn()
H A Dtgh-add.c43 GIOChannel *chan_out, *chan_err; in add_spawn() local
77 chan_err = g_io_channel_unix_new(fd_err); in add_spawn()
79 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in add_spawn()
H A Dtgh-clean.c51 GIOChannel *chan_out, *chan_err; in clean_spawn() local
106 chan_err = g_io_channel_unix_new (fd_err); in clean_spawn()
108 g_io_add_watch (chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in clean_spawn()
H A Dtgh-reset.c73 GIOChannel *chan_err; in reset_spawn() local
111 chan_err = g_io_channel_unix_new(fd_err); in reset_spawn()
112 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in reset_spawn()
H A Dtgh-move.c73 GIOChannel *chan_err; in move_spawn() local
111 chan_err = g_io_channel_unix_new (fd_err); in move_spawn()
112 g_io_add_watch (chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in move_spawn()
H A Dtgh-file-selection-dialog.c149 GIOChannel *chan_out, *chan_err; in tgh_file_selection_dialog_new() local
177 chan_err = g_io_channel_unix_new(fd_err); in tgh_file_selection_dialog_new()
179 g_io_add_watch(chan_err, G_IO_IN|G_IO_HUP, (GIOFunc)tgh_parse_output_func, parser); in tgh_file_selection_dialog_new()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/
H A Dexec.cpp154 GIOChannel* const chan_err = g_io_channel_unix_new(std_err); in exec_spawn_process() local
155 g_io_channel_set_encoding(chan_err, NULL, NULL); in exec_spawn_process()
156 g_io_channel_set_buffered(chan_err, FALSE); in exec_spawn_process()
157 g_io_channel_set_flags(chan_err, G_IO_FLAG_NONBLOCK, NULL); in exec_spawn_process()
158 guint const chan_err_id = g_io_add_watch(chan_err, in exec_spawn_process()
169 g_io_channel_shutdown(chan_err, FALSE, NULL); in exec_spawn_process()
170 g_io_channel_unref(chan_err); in exec_spawn_process()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/
H A Dfsldma.c40 #define chan_err(chan, fmt, arg...) \ macro
239 chan_err(chan, "DMA halt timeout!\n"); in dma_halt()
705 chan_err(chan, "unable to allocate descriptor pool\n"); in fsl_dma_alloc_chan_resources()
780 chan_err(chan, "%s\n", msg_ld_oom); in fsl_dma_prep_memcpy()
928 chan_err(chan, "Transfer Error!\n"); in fsldma_chan_irq()
939 chan_err(chan, "Programming Error!\n"); in fsldma_chan_irq()
963 chan_err(chan, "irq: controller not idle!\n"); in fsldma_chan_irq()
967 chan_err(chan, "irq: unhandled sr 0x%08x\n", stat); in fsldma_chan_irq()
1070 chan_err(chan, "interrupts property missing in device tree\n"); in fsldma_request_irqs()
1079 chan_err(chan, "unable to request per-channel IRQ\n"); in fsldma_request_irqs()
H A Dste_dma40.c627 #define chan_err(d40c, format, arg...) \ macro
1094 chan_err(d40c, in __d40_execute_command_phy()
1199 chan_err(d40c, in __d40_config_set_event()
1708 chan_err(d40c, "Invalid direction.\n"); in d40_validate_conf()
1981 chan_err(d40c, "No memcpy\n"); in d40_config_memcpy()
2000 chan_err(d40c, "phy == null\n"); in d40_free_dma()
2006 chan_err(d40c, "channel already free\n"); in d40_free_dma()
2016 chan_err(d40c, "Unknown direction\n"); in d40_free_dma()
2023 chan_err(d40c, "stop failed\n"); in d40_free_dma()
2079 chan_err(d40c, "Unknown direction\n"); in d40_is_paused()
[all …]
H A Dxgene-dma.c195 #define chan_err(chan, fmt, arg...) \ macro
496 chan_err(chan, "Failed to allocate LDs\n"); in xgene_dma_alloc_descriptor()
722 chan_err(chan, "%s\n", xgene_dma_desc_err[status]); in xgene_dma_cleanup_descriptors()
786 chan_err(chan, "Failed to allocate descriptor pool\n"); in xgene_dma_alloc_chan_resources()
1157 chan_err(chan, "Unsupported cfg ring size %d\n", cfgsize); in xgene_dma_get_ring_size()
1204 chan_err(chan, "Failed to allocate ring desc\n"); in xgene_dma_create_ring_one()
1452 chan_err(chan, "Failed to register Rx IRQ %d\n", in xgene_dma_request_irqs()
1558 chan_err(chan, "Failed to register async device %d", ret); in xgene_dma_async_register()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/
H A Dfsldma.c40 #define chan_err(chan, fmt, arg...) \ macro
239 chan_err(chan, "DMA halt timeout!\n"); in dma_halt()
705 chan_err(chan, "unable to allocate descriptor pool\n"); in fsl_dma_alloc_chan_resources()
780 chan_err(chan, "%s\n", msg_ld_oom); in fsl_dma_prep_memcpy()
928 chan_err(chan, "Transfer Error!\n"); in fsldma_chan_irq()
939 chan_err(chan, "Programming Error!\n"); in fsldma_chan_irq()
963 chan_err(chan, "irq: controller not idle!\n"); in fsldma_chan_irq()
967 chan_err(chan, "irq: unhandled sr 0x%08x\n", stat); in fsldma_chan_irq()
1070 chan_err(chan, "interrupts property missing in device tree\n"); in fsldma_request_irqs()
1079 chan_err(chan, "unable to request per-channel IRQ\n"); in fsldma_request_irqs()
H A Dste_dma40.c627 #define chan_err(d40c, format, arg...) \ macro
1094 chan_err(d40c, in __d40_execute_command_phy()
1199 chan_err(d40c, in __d40_config_set_event()
1708 chan_err(d40c, "Invalid direction.\n"); in d40_validate_conf()
1981 chan_err(d40c, "No memcpy\n"); in d40_config_memcpy()
2000 chan_err(d40c, "phy == null\n"); in d40_free_dma()
2006 chan_err(d40c, "channel already free\n"); in d40_free_dma()
2016 chan_err(d40c, "Unknown direction\n"); in d40_free_dma()
2023 chan_err(d40c, "stop failed\n"); in d40_free_dma()
2079 chan_err(d40c, "Unknown direction\n"); in d40_is_paused()
[all …]
H A Dxgene-dma.c195 #define chan_err(chan, fmt, arg...) \ macro
496 chan_err(chan, "Failed to allocate LDs\n"); in xgene_dma_alloc_descriptor()
722 chan_err(chan, "%s\n", xgene_dma_desc_err[status]); in xgene_dma_cleanup_descriptors()
786 chan_err(chan, "Failed to allocate descriptor pool\n"); in xgene_dma_alloc_chan_resources()
1157 chan_err(chan, "Unsupported cfg ring size %d\n", cfgsize); in xgene_dma_get_ring_size()
1204 chan_err(chan, "Failed to allocate ring desc\n"); in xgene_dma_create_ring_one()
1452 chan_err(chan, "Failed to register Rx IRQ %d\n", in xgene_dma_request_irqs()
1558 chan_err(chan, "Failed to register async device %d", ret); in xgene_dma_async_register()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/
H A Dfsldma.c40 #define chan_err(chan, fmt, arg...) \ macro
239 chan_err(chan, "DMA halt timeout!\n"); in dma_halt()
705 chan_err(chan, "unable to allocate descriptor pool\n"); in fsl_dma_alloc_chan_resources()
780 chan_err(chan, "%s\n", msg_ld_oom); in fsl_dma_prep_memcpy()
928 chan_err(chan, "Transfer Error!\n"); in fsldma_chan_irq()
939 chan_err(chan, "Programming Error!\n"); in fsldma_chan_irq()
963 chan_err(chan, "irq: controller not idle!\n"); in fsldma_chan_irq()
967 chan_err(chan, "irq: unhandled sr 0x%08x\n", stat); in fsldma_chan_irq()
1070 chan_err(chan, "interrupts property missing in device tree\n"); in fsldma_request_irqs()
1079 chan_err(chan, "unable to request per-channel IRQ\n"); in fsldma_request_irqs()
H A Dste_dma40.c627 #define chan_err(d40c, format, arg...) \ macro
1094 chan_err(d40c, in __d40_execute_command_phy()
1199 chan_err(d40c, in __d40_config_set_event()
1708 chan_err(d40c, "Invalid direction.\n"); in d40_validate_conf()
1981 chan_err(d40c, "No memcpy\n"); in d40_config_memcpy()
2000 chan_err(d40c, "phy == null\n"); in d40_free_dma()
2006 chan_err(d40c, "channel already free\n"); in d40_free_dma()
2016 chan_err(d40c, "Unknown direction\n"); in d40_free_dma()
2023 chan_err(d40c, "stop failed\n"); in d40_free_dma()
2079 chan_err(d40c, "Unknown direction\n"); in d40_is_paused()
[all …]
H A Dxgene-dma.c195 #define chan_err(chan, fmt, arg...) \ macro
496 chan_err(chan, "Failed to allocate LDs\n"); in xgene_dma_alloc_descriptor()
722 chan_err(chan, "%s\n", xgene_dma_desc_err[status]); in xgene_dma_cleanup_descriptors()
786 chan_err(chan, "Failed to allocate descriptor pool\n"); in xgene_dma_alloc_chan_resources()
1157 chan_err(chan, "Unsupported cfg ring size %d\n", cfgsize); in xgene_dma_get_ring_size()
1204 chan_err(chan, "Failed to allocate ring desc\n"); in xgene_dma_create_ring_one()
1452 chan_err(chan, "Failed to register Rx IRQ %d\n", in xgene_dma_request_irqs()
1558 chan_err(chan, "Failed to register async device %d", ret); in xgene_dma_async_register()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/tty/serial/
H A Datmel_serial.c1026 goto chan_err; in atmel_prepare_tx_dma()
1045 goto chan_err; in atmel_prepare_tx_dma()
1066 goto chan_err; in atmel_prepare_tx_dma()
1071 chan_err: in atmel_prepare_tx_dma()
1203 goto chan_err; in atmel_prepare_rx_dma()
1222 goto chan_err; in atmel_prepare_rx_dma()
1241 goto chan_err; in atmel_prepare_rx_dma()
1255 goto chan_err; in atmel_prepare_rx_dma()
1264 chan_err: in atmel_prepare_rx_dma()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/tty/serial/
H A Datmel_serial.c1026 goto chan_err; in atmel_prepare_tx_dma()
1045 goto chan_err; in atmel_prepare_tx_dma()
1066 goto chan_err; in atmel_prepare_tx_dma()
1071 chan_err: in atmel_prepare_tx_dma()
1203 goto chan_err; in atmel_prepare_rx_dma()
1222 goto chan_err; in atmel_prepare_rx_dma()
1241 goto chan_err; in atmel_prepare_rx_dma()
1255 goto chan_err; in atmel_prepare_rx_dma()
1264 chan_err: in atmel_prepare_rx_dma()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/tty/serial/
H A Datmel_serial.c1026 goto chan_err; in atmel_prepare_tx_dma()
1045 goto chan_err; in atmel_prepare_tx_dma()
1066 goto chan_err; in atmel_prepare_tx_dma()
1071 chan_err: in atmel_prepare_tx_dma()
1203 goto chan_err; in atmel_prepare_rx_dma()
1222 goto chan_err; in atmel_prepare_rx_dma()
1241 goto chan_err; in atmel_prepare_rx_dma()
1255 goto chan_err; in atmel_prepare_rx_dma()
1264 chan_err: in atmel_prepare_rx_dma()