Home
last modified time | relevance | path

Searched refs:regs_type (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/advansys/
H A Dadw_pci.c195 int regs_type; in adw_pci_attach() local
205 regs_type = 0; in adw_pci_attach()
209 regs_type = SYS_RES_MEMORY; in adw_pci_attach()
211 regs = bus_alloc_resource(dev, regs_type, in adw_pci_attach()
216 regs_type = SYS_RES_IOPORT; in adw_pci_attach()
218 regs = bus_alloc_resource(dev, regs_type, in adw_pci_attach()
227 adw = adw_alloc(dev, regs, regs_type, regs_id); in adw_pci_attach()
H A Dadwvar.h43 int regs_type, int regs_id);
H A Dadwcam.c818 adw_alloc(device_t dev, struct resource *regs, int regs_type, int regs_id) in adw_alloc() argument
831 adw->regs_res_type = regs_type; in adw_alloc()
/dragonfly/contrib/gdb-7/gdb/tui/
H A Dtui.c138 enum tui_register_display_type regs_type = TUI_UNDEFINED_REGS; in tui_rl_change_windows() local
170 tui_set_layout (new_layout, regs_type); in tui_rl_change_windows()
186 enum tui_register_display_type regs_type = TUI_UNDEFINED_REGS; in tui_rl_delete_other_windows() local
205 tui_set_layout (new_layout, regs_type); in tui_rl_delete_other_windows()