Home
last modified time | relevance | path

Searched refs:completion_buffer (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/tme/tme-0.8/ic/stp22xx/
H A Dstp22xx.c375 struct tme_completion completion_buffer; in tme_stp22xx_callout_signal() local
400 completion_buffer.tme_completion_error = TME_OK; in tme_stp22xx_callout_signal()
401 (*handler)(stp22xx, &completion_buffer, (void *) NULL); in tme_stp22xx_callout_signal()
719 struct tme_completion completion_buffer; in tme_stp22xx_tlb_set_add_transition() local
720 tme_completion_init(&completion_buffer); in tme_stp22xx_tlb_set_add_transition()
723 &completion_buffer); in tme_stp22xx_tlb_set_add_transition()
724 return (completion_buffer.tme_completion_error); in tme_stp22xx_tlb_set_add_transition()
H A Dstp220x.c1154 struct tme_completion completion_buffer; in _tme_stp220x_signal_transition() local
1155 tme_completion_init(&completion_buffer); in _tme_stp220x_signal_transition()
1158 &completion_buffer); in _tme_stp220x_signal_transition()
1168 struct tme_completion completion_buffer; in _tme_stp220x_cycle_transition() local
1170 tme_completion_init(&completion_buffer); in _tme_stp220x_cycle_transition()
1174 &completion_buffer); in _tme_stp220x_cycle_transition()
1175 return (completion_buffer.tme_completion_error); in _tme_stp220x_cycle_transition()
1207 struct tme_completion completion_buffer; in _tme_stp220x_ebus_cycle_transition() local
1209 tme_completion_init(&completion_buffer); in _tme_stp220x_ebus_cycle_transition()
1213 &completion_buffer); in _tme_stp220x_ebus_cycle_transition()
[all …]
H A Dstp222x-main.c1185 struct tme_completion completion_buffer; in _tme_stp222x_signal_transition() local
1186 tme_completion_init(&completion_buffer); in _tme_stp222x_signal_transition()
1189 &completion_buffer); in _tme_stp222x_signal_transition()
1199 struct tme_completion completion_buffer; in _tme_stp222x_cycle_transition() local
1204 tme_completion_init(&completion_buffer); in _tme_stp222x_cycle_transition()
1214 &completion_buffer); in _tme_stp222x_cycle_transition()
1215 return (completion_buffer.tme_completion_error); in _tme_stp222x_cycle_transition()
/dports/emulators/tme/tme-0.8/ic/
H A Dstp2024.c788 struct tme_completion completion_buffer; in _tme_stp2024_cycle_transition() local
793 tme_completion_init(&completion_buffer); in _tme_stp2024_cycle_transition()
803 &completion_buffer); in _tme_stp2024_cycle_transition()
804 return (completion_buffer.tme_completion_error); in _tme_stp2024_cycle_transition()
843 struct tme_completion completion_buffer; in _tme_stp2024_tlb_set_add_transition() local
844 tme_completion_init(&completion_buffer); in _tme_stp2024_tlb_set_add_transition()
847 &completion_buffer); in _tme_stp2024_tlb_set_add_transition()
848 return (completion_buffer.tme_completion_error); in _tme_stp2024_tlb_set_add_transition()
H A Dad184x.c336 struct tme_completion completion_buffer; in _tme_ad184x_cycle_transition() local
341 tme_completion_init(&completion_buffer); in _tme_ad184x_cycle_transition()
348 &completion_buffer); in _tme_ad184x_cycle_transition()
349 return (completion_buffer.tme_completion_error); in _tme_ad184x_cycle_transition()
/dports/x11-toolkits/gtksourceview3/gtksourceview-3.24.11/gtksourceview/
H A Dgtksourcecompletioncontext.c339 GtkTextBuffer *completion_buffer; in gtk_source_completion_context_get_iter() local
364 completion_buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)); in gtk_source_completion_context_get_iter()
366 if (completion_buffer != mark_buffer) in gtk_source_completion_context_get_iter()
/dports/x11-toolkits/gtksourceview4/gtksourceview-4.8.1/gtksourceview/
H A Dgtksourcecompletioncontext.c341 GtkTextBuffer *completion_buffer; in gtk_source_completion_context_get_iter() local
366 completion_buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (view)); in gtk_source_completion_context_get_iter()
368 if (completion_buffer != mark_buffer) in gtk_source_completion_context_get_iter()
/dports/emulators/tme/tme-0.8/machine/sun/
H A Dsun-fb.c1133 struct tme_completion completion_buffer; in tme_sunfb_bus_cycle_transition() local
1138 tme_completion_init(&completion_buffer); in tme_sunfb_bus_cycle_transition()
1143 completion_buffer.tme_completion_error = 0x71aa; in tme_sunfb_bus_cycle_transition()
1158 &completion_buffer); in tme_sunfb_bus_cycle_transition()
1164 assert (completion_buffer.tme_completion_error != (int) 0x71aa); in tme_sunfb_bus_cycle_transition()
1166 return (completion_buffer.tme_completion_error); in tme_sunfb_bus_cycle_transition()