Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c172 const struct bhndb_regwin *m_win; /**< mapped register window, or NULL if no mapping */ member
1304 p->m_win = NULL; in bhndb_pci_probe_alloc()
1462 KASSERT(probe->m_win != NULL, ("missing register window")); in bhndb_pci_probe_has_mapping()
1464 KASSERT(probe->m_win->win_type == BHNDB_REGWIN_T_DYN, in bhndb_pci_probe_has_mapping()
1465 ("unexpected window type %d", probe->m_win->win_type)); in bhndb_pci_probe_has_mapping()
1470 if (addr >= probe->m_target + probe->m_win->win_size) in bhndb_pci_probe_has_mapping()
1473 if ((probe->m_target + probe->m_win->win_size) - addr < size) in bhndb_pci_probe_has_mapping()
1518 probe->m_win->win_offset; in bhndb_pci_probe_map()
1555 probe->m_win = regwin; in bhndb_pci_probe_map()
/freebsd/lib/ncurses/menu/
H A DMakefile37 m_win.c
/freebsd/contrib/ncurses/menu/
H A Dmodules62 m_win lib $(srcdir) $(HEADER_DEPS)
H A Dllib-lmenut541 /* ./m_win.c */
H A Dllib-lmenutw541 /* ./m_win.c */
H A Dllib-lmenuw541 /* ./m_win.c */
H A Dllib-lmenu541 /* ./m_win.c */
/freebsd/contrib/ncurses/
H A DMANIFEST753 ./menu/m_win.c