Home
last modified time | relevance | path

Searched defs:vh (Results 1 – 24 of 24) sorted by relevance

/netbsd/sys/dev/ic/
H A Dvgavar.h93 #define vga_raw_read(vh, reg) \ argument
98 #define vga_enable(vh) \ argument
101 #define vga_reset_state(vh) \ argument
170 #define vga_attr_read(vh, reg) \ argument
172 #define vga_attr_write(vh, reg, val) \ argument
174 #define vga_ts_read(vh, reg) \ argument
176 #define vga_ts_write(vh, reg, val) \ argument
178 #define vga_gdc_read(vh, reg) \ argument
180 #define vga_gdc_write(vh, reg, val) \ argument
183 #define vga_6845_read(vh, reg) \ argument
[all …]
H A Dvga_subr.c53 fontram(struct vga_handle *vh) in fontram()
71 textram(struct vga_handle *vh) in textram()
91 vga_loadchars(struct vga_handle *vh, int fontset, int first, int num, int lpc, in vga_loadchars()
112 vga_readoutchars(struct vga_handle *vh, int fontset, int first, int num, in vga_readoutchars()
134 vga_copyfont01(struct vga_handle *vh) in vga_copyfont01()
150 vga_setfontset(struct vga_handle *vh, int fontset1, int fontset2) in vga_setfontset()
169 vga_setscreentype(struct vga_handle *vh, const struct wsscreen_descr *type) in vga_setscreentype()
197 vga_load_builtinfont(struct vga_handle *vh, uint8_t *font, int firstchar, in vga_load_builtinfont()
221 vga_reset(struct vga_handle *vh, void (*md_initfunc)(struct vga_handle *)) in vga_reset()
373 vga_initregs(struct vga_handle *vh) in vga_initregs()
H A Dvga_raster.c380 struct vga_handle *vh = &vc->hdl; in vga_raster_init() local
443 struct vga_handle *vh; in vga_raster_init_screen() local
559 struct vga_handle *vh; in vga_cndetach() local
777 struct vga_handle *vh = &vc->hdl; in vga_switch_screen() local
1001 vga_set_mode(struct vga_handle *vh, struct vga_moderegs *regs) in vga_set_mode()
1185 struct vga_handle *vh = scr->hdl; in _vga_raster_putchar() local
1261 struct vga_handle *vh = scr->hdl; in vga_raster_copycols() local
1304 struct vga_handle *vh = scr->hdl; in vga_raster_copyrows() local
1362 struct vga_handle *vh = scr->hdl; in vga_raster_eraserows() local
1461 struct vga_handle *vh = &vc->hdl; in vga_raster_setscreentype() local
H A Dvga.c529 struct vga_handle *vh = &vc->hdl; in vga_init() local
716 struct vga_handle *vh; in vga_cndetach() local
1006 struct vga_handle *vh = &vc->hdl; in vga_doswitch() local
1461 struct vga_handle *vh = &vc->hdl; in vga_scroll() local
1509 struct vga_handle *vh = &vc->hdl; in vga_getborder() local
1529 struct vga_handle *vh = &vc->hdl; in vga_setborder() local
1557 struct vga_handle *vh = &vc->hdl; in vga_save_palette() local
1575 struct vga_handle *vh = &vc->hdl; in vga_restore_palette() local
/netbsd/external/lgpl3/gmp/dist/mpn/generic/
H A Dredc_2.c57 #define umul2low(ph, pl, uh, ul, vh, vl) \ argument
72 #define umul2low(ph, pl, uh, ul, vh, vl) \ argument
H A Dtoom4_sqr.c110 #define vh (scratch + 4 * n + 2) /* 2n+1 */ in mpn_toom4_sqr() macro
H A Dtoom62_mul.c248 #define vh (scratch + 4 * n + 2) /* 2n+1 */ in mpn_toom62_mul() macro
H A Dtoom53_mul.c246 #define vh (scratch + 4 * n + 2) /* 2n+1 */ in mpn_toom53_mul() macro
H A Dgcdext_lehmer.c281 mp_limb_t uh, vh; in mpn_gcdext_lehmer_n() local
H A Dtoom44_mul.c147 #define vh (scratch + 4 * n + 2) /* 2n+1 */ in mpn_toom44_mul() macro
H A Dgcd.c177 mp_limb_t uh, ul, vh, vl; in mpn_gcd() local
/netbsd/sys/arch/mipsco/stand/installboot/
H A Dinstallboot.c130 struct mips_volheader vh; in do_list() local
147 struct mips_volheader vh; in do_remove() local
165 struct mips_volheader vh; in do_install() local
/netbsd/sbin/svhlabel/
H A Dsvhlabel.c109 struct sgi_boot_block *vh; in getparts() local
238 struct sgi_boot_block *vh; in convert_sgi_boot_block() local
/netbsd/sys/arch/sun68k/sun68k/
H A Disr.c169 struct vector_handler *vh; in isr_vectored() local
212 struct vector_handler *vh; in isr_add_vectored() local
/netbsd/sys/arch/sgimips/sgimips/
H A Ddisksubr.c224 disklabel_sgimips_to_bsd(struct sgi_boot_block *vh, struct disklabel *lp) in disklabel_sgimips_to_bsd()
274 disklabel_bsd_to_sgimips(struct disklabel *lp, struct sgi_boot_block *vh) in disklabel_bsd_to_sgimips()
/netbsd/sys/arch/mipsco/mipsco/
H A Ddisksubr.c240 disklabel_mips_to_bsd(struct mips_volheader *vh, struct disklabel *lp) in disklabel_mips_to_bsd()
286 disklabel_bsd_to_mips(struct disklabel *lp, struct mips_volheader *vh) in disklabel_bsd_to_mips()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
H A Dunpack.h16 #define nvif_unpack(r,d,s,m,vl,vh,x) ({ \ argument
/netbsd/sys/arch/arc/arc/
H A Dc_nec_eisa.c271 gd54xx_initregs(struct vga_handle *vh) in gd54xx_initregs()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
H A Dnouveau_nvkm_subdev_fb_gddr5.c42 int pd, lf, xd, vh, vr, vo, l3; in nvkm_gddr5_calc() local
/netbsd/sys/netinet/
H A Dip_carp.c985 struct carp_softc *vh; in carp_send_ad_all() local
1349 struct carp_softc *vh; in carp_addrcount() local
1412 struct carp_softc *vh; in carp_iamatch6() local
1435 struct carp_softc *vh; in carp_ourether() local
1481 struct carp_softc *vh; in carp_input() local
/netbsd/sys/dev/isa/
H A Dega.c395 struct vga_handle *vh = &vc->hdl; in ega_init() local
676 struct vga_handle *vh = &vc->hdl; in ega_doswitch() local
/netbsd/sys/fs/hfs/
H A Dhfs_vfsops.c461 hfs_volume_header_t *vh; in hfs_statvfs() local
H A Dlibhfs.h450 hfs_volume_header_t vh; /* volume header */ member
/netbsd/external/bsd/dhcpcd/dist/src/
H A Dipv6.c522 uint64_t vh, vl, user_low, user_high; in ipv6_userprefix() local