Searched refs:generic (Results 1 - 25 of 111) sorted by relevance

12345

/haiku-fatelf/src/system/boot/platform/amiga_m68k/
H A Dconsole.h12 #include <boot/platform/generic/text_console.h>
/haiku-fatelf/src/system/boot/platform/atari_m68k/
H A Dconsole.h12 #include <boot/platform/generic/text_console.h>
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dconsole.h8 #include <boot/platform/generic/text_console.h>
/haiku-fatelf/src/system/boot/platform/cfe/
H A Dconsole.h8 #include <boot/platform/generic/text_console.h>
/haiku-fatelf/src/system/boot/platform/openfirmware/
H A Dconsole.h8 #include <boot/platform/generic/text_console.h>
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Dconsole.h8 #include <boot/platform/generic/text_console.h>
/haiku-fatelf/src/system/boot/platform/routerboard_mipsel/
H A Dconsole.h8 #include <boot/platform/generic/text_console.h>
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dconsole.h8 #include <boot/platform/generic/text_console.h>
H A Dmenu.cpp11 #include <boot/platform/generic/text_menu.h>
/haiku-fatelf/src/bin/gdb/gdb/tui/
H A Dtui-win.c1 /* TUI window generic functions.
425 tui_active ? TUI_CMD_WIN->generic.width : screenwidth);
428 tui_active ? TUI_CMD_WIN->generic.height : screenheight);
442 && win_with_focus->generic.type != CMD_WIN)
445 if (win_info->generic.type != CMD_WIN)
459 _num_to_scroll = win_to_scroll->generic.height - 3;
483 _num_to_scroll = win_to_scroll->generic.height - 3;
577 if (tui_win_list[type] && tui_win_list[type]->generic.is_visible)
626 keypad (TUI_CMD_WIN->generic.handle, FALSE);
650 first_win->generic
[all...]
H A Dtui-winsource.c91 if (win_info->generic.type == SRC_WIN)
106 if (win_info->generic.type == SRC_WIN)
111 (win_info->generic.content_size - 2);
205 win_info->generic.content_in_use = FALSE;
207 for (i = 0; i < win_info->generic.content_size; i++)
210 (struct tui_win_element *) win_info->generic.content[i];
222 int half_width = (win_info->generic.width - 2) / 2;
224 if (win_info->generic.handle != (WINDOW *) NULL)
226 werase (win_info->generic.handle);
232 if (win_info->generic
[all...]
H A Dtui-windata.c54 for (i = 0; (i < TUI_DATA_WIN->generic.content_size && element_no < 0); i++)
59 TUI_DATA_WIN->generic.content)[i]->which_element.data_window;
97 for (i = 0; (i < TUI_DATA_WIN->generic.content_size); i++)
100 TUI_DATA_WIN->generic.content)[i]->which_element.data_window;
111 werase (TUI_DATA_WIN->generic.handle);
115 int half_width = (TUI_DATA_WIN->generic.width - 2) / 2;
122 mvwaddstr (TUI_DATA_WIN->generic.handle,
123 (TUI_DATA_WIN->generic.height / 2),
127 wrefresh (TUI_DATA_WIN->generic.handle);
136 if (TUI_DATA_WIN->generic
[all...]
H A Dtui-layout.c320 h = tui_win_list[type]->generic.height;
330 h = tui_term_height () - TUI_CMD_WIN->generic.height;
338 h = (tui_term_height () - TUI_CMD_WIN->generic.height) / 2;
718 cmd_height = TUI_CMD_WIN->generic.height;
729 init_gen_win_info (&TUI_SRC_WIN->generic,
730 TUI_SRC_WIN->generic.type,
732 TUI_SRC_WIN->generic.width,
742 tui_make_visible (&TUI_SRC_WIN->generic);
772 &TUI_DISASM_WIN->generic,
773 TUI_DISASM_WIN->generic
919 struct tui_gen_win_info * generic; local
[all...]
H A Dtui-source.c56 line_width = TUI_SRC_WIN->generic.width - 1;
59 nlines = (line_no + (TUI_SRC_WIN->generic.height - 2)) - line_no;
94 if (TUI_SRC_WIN->generic.title)
95 xfree (TUI_SRC_WIN->generic.title);
96 TUI_SRC_WIN->generic.title = xstrdup (s->filename);
116 TUI_SRC_WIN->generic.content[cur_line];
123 TUI_SRC_WIN->generic.content[
201 strcpy (((struct tui_win_element *) TUI_SRC_WIN->generic.content[
206 TUI_SRC_WIN->generic.content[
214 TUI_SRC_WIN->generic
[all...]
H A Dtui-wingeneral.c115 if (win_info != NULL && win_info->generic.handle != (WINDOW *) NULL)
118 wrefresh (win_info->generic.handle);
129 && win_info->generic.handle != (WINDOW *) NULL)
132 wrefresh (win_info->generic.handle);
140 if (win_info != NULL && win_info->generic.type != CMD_WIN)
225 && ((tui_win_list[i])->generic.type) != CMD_WIN)
227 if (tui_win_is_source_type ((tui_win_list[i])->generic.type))
259 if (list[type] && list[type]->generic.is_visible)
266 touchwin (list[type]->generic.handle);
267 tui_refresh_win (&list[type]->generic);
[all...]
H A Dtui-data.c206 switch (win_info->generic.type)
328 enum tui_win_type type = cur_win->generic.type;
331 if (cur_win->generic.type == CMD_WIN)
334 type = cur_win->generic.type + 1;
335 while (type != cur_win->generic.type && (next_win == NULL))
337 if (tui_win_list[type] && tui_win_list[type]->generic.is_visible)
357 enum tui_win_type type = cur_win->generic.type;
360 if (cur_win->generic.type == SRC_WIN)
363 type = cur_win->generic.type - 1;
364 while (type != cur_win->generic
[all...]
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dinstall.sh26 /boot/beos/bin/install -d ~/config/add-ons/kernel/generic/usb_scsi_extension/
27 /boot/beos/bin/install `dirname $0`/$MODULE_NAME ~/config/add-ons/kernel/generic/usb_scsi_extension/$MODULE_NAME
36 mimeset ~/config/add-ons/kernel/generic/usb_scsi_extension/$MODULE_NAME
H A Duninstall.sh26 rm ~/config/add-ons/kernel/generic/usb_scsi_extension/$DRIVER_TARGET_NAME
H A Dmakefile43 # to fill in generic makefile
151 copyattr --data $(TARGET) /boot/home/config/add-ons/kernel/generic/usb_scsi_extensions/$(NAME)
/haiku-fatelf/src/tests/system/boot/loader/
H A Dplatform_console.cpp7 #include <boot/platform/generic/text_console.h>
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DACM.cpp41 usb_generic_descriptor *generic = &interface->generic[j]->generic; local
42 switch (generic->data[0]) {
44 cmDesc = (usb_cdc_cm_functional_descriptor*)generic;
51 unionDesc = (usb_cdc_union_functional_descriptor*)generic;
/haiku-fatelf/src/bin/diffutils/m4/
H A DMakefile203 mostlyclean-generic:
205 clean-generic:
207 distclean-generic:
210 maintainer-clean-generic:
215 clean-am: clean-generic mostlyclean-am
219 distclean-am: clean-am distclean-generic
241 maintainer-clean-am: distclean-am maintainer-clean-generic
245 mostlyclean-am: mostlyclean-generic
249 .PHONY: all all-am check check-am clean clean-generic distclean \
250 distclean-generic distdi
[all...]
/haiku-fatelf/src/bin/diffutils/ms/
H A DMakefile174 mostlyclean-generic:
176 clean-generic:
178 distclean-generic:
181 maintainer-clean-generic:
186 clean-am: clean-generic mostlyclean-am
190 distclean-am: clean-am distclean-generic
212 maintainer-clean-am: distclean-am maintainer-clean-generic
216 mostlyclean-am: mostlyclean-generic
220 .PHONY: all all-am check check-am clean clean-generic distclean \
221 distclean-generic distdi
[all...]
/haiku-fatelf/headers/private/kernel/arch/arm/
H A Darch_uart_pl011.h16 #include <arch/generic/debug_uart.h>
/haiku-fatelf/src/add-ons/kernel/busses/scsi/usb/datafab/
H A Dmakefile38 # to fill in generic makefile
146 copyattr --data $(TARGET) /boot/home/config/add-ons/kernel/generic/usb_scsi_extensions/$(NAME)

Completed in 397 milliseconds

12345