Searched refs:win_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci_hwdata.c93 .win_type = BHNDB_REGWIN_T_DYN,
124 .win_type = BHNDB_REGWIN_T_DYN,
135 .win_type = BHNDB_REGWIN_T_CORE,
289 .win_type = BHNDB_REGWIN_T_DYN,
300 .win_type = BHNDB_REGWIN_T_SPROM,
308 .win_type = BHNDB_REGWIN_T_CORE,
339 .win_type = BHNDB_REGWIN_T_DYN,
350 .win_type = BHNDB_REGWIN_T_SPROM,
358 .win_type = BHNDB_REGWIN_T_CORE,
373 .win_type
[all...]
H A Dbhndb.h74 bhndb_regwin_type_t win_type; /**< window type */ member in struct:bhndb_regwin
H A Dbhndb_subr.c393 win->win_type != BHNDB_REGWIN_T_INVALID; win++)
398 if (win->win_type != BHNDB_REGWIN_T_DYN)
863 for (rw = table; rw->win_type != BHNDB_REGWIN_T_INVALID; rw++) {
864 if (type == BHNDB_REGWIN_T_INVALID || rw->win_type == type)
887 for (rw = table; rw->win_type != BHNDB_REGWIN_T_INVALID; rw++)
889 if (rw->win_type == type && rw->win_size >= min_size)
915 for (rw = table; rw->win_type != BHNDB_REGWIN_T_INVALID; rw++)
917 if (rw->win_type != BHNDB_REGWIN_T_CORE)
987 if (regw->win_type != BHNDB_REGWIN_T_CORE)
H A Dbhndb_pci.c433 if (rw->win_type != BHNDB_REGWIN_T_DYN)
463 switch (rw->win_type) {
H A Dbhndb.c257 regw->win_type != BHNDB_REGWIN_T_INVALID; regw++)
260 if (regw->win_type != BHNDB_REGWIN_T_CORE)
487 if (cc_win->win_type == BHNDB_REGWIN_T_DYN) {
1257 KASSERT(win != NULL && BHNDB_REGWIN_T_IS_STATIC(win->win_type),
1646 KASSERT(win->win_type == BHNDB_REGWIN_T_DYN,
/freebsd-11-stable/contrib/gdb/gdb/tui/
H A Dtui-layout.c827 enum tui_win_type win_type; local
838 win_type = SRC_WIN;
840 win_type = DISASSEM_WIN;
841 if (tui_win_list[win_type] == NULL)
843 if (win_type == SRC_WIN)
844 make_source_window (&tui_win_list[win_type], src_height, data_height - 1);
846 make_disasm_window (&tui_win_list[win_type], src_height, data_height - 1);
857 init_gen_win_info (&tui_win_list[win_type]->generic,
858 tui_win_list[win_type]->generic.type,
860 tui_win_list[win_type]
915 init_and_make_win(void ** win_info_ptr, enum tui_win_type win_type, int height, int width, int origin_x, int origin_y, int box_it) argument
[all...]
H A Dtui-data.h291 extern int tui_win_is_source_type (enum tui_win_type win_type);
292 extern int tui_win_is_auxillary (enum tui_win_type win_type);
H A Dtui-data.c71 tui_win_is_source_type (enum tui_win_type win_type) argument
73 return (win_type == SRC_WIN || win_type == DISASSEM_WIN);
77 tui_win_is_auxillary (enum tui_win_type win_type) argument
79 return (win_type > MAX_MAJOR_WINDOWS);
862 free_content (tui_win_content content, int content_size, enum tui_win_type win_type) argument
866 free_content_elements (content, content_size, win_type);
H A Dtui-win.c618 enum tui_win_type win_type; local
742 for (win_type = SRC_WIN; (win_type < MAX_MAJOR_WINDOWS); win_type++)
744 if (win_type != CMD_WIN && (tui_win_list[win_type] != NULL)
745 && !tui_win_list[win_type]->generic.is_visible)
747 tui_free_window (tui_win_list[win_type]);
748 tui_win_list[win_type] = (struct tui_win_info *) NULL;

Completed in 139 milliseconds