/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
H A D | vdev_cache.c | 150 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve) in vdev_cache_evict() 170 vdev_cache_t *vc = &zio->io_vd->vdev_cache; in vdev_cache_allocate() local 204 vdev_cache_hit(vdev_cache_t *vc, vdev_cache_entry_t *ve, zio_t *zio) in vdev_cache_hit() 228 vdev_cache_t *vc = &vd->vdev_cache; in vdev_cache_fill() local 266 vdev_cache_t *vc = &zio->io_vd->vdev_cache; in vdev_cache_read() local 343 vdev_cache_t *vc = &zio->io_vd->vdev_cache; in vdev_cache_write() local 379 vdev_cache_t *vc = &vd->vdev_cache; in vdev_cache_purge() local 391 vdev_cache_t *vc = &vd->vdev_cache; in vdev_cache_init() local 407 vdev_cache_t *vc = &vd->vdev_cache; in vdev_cache_fini() local
|
/netbsd-src/sys/arch/hpcmips/vr/ |
H A D | vripif.h | 98 #define vrip_power(vc, unit, onoff) \ argument 100 #define vrip_intr_establish(vc, u, l, lv, fn, arg) \ argument 102 #define vrip_intr_disestablish(vc, handle) \ argument 104 #define vrip_intr_setmask1(vc, handle, enable) \ argument 106 #define vrip_intr_setmask2(vc, handle, mask, onoff) \ argument 108 #define vrip_intr_getstatus2(vc, handle, status) \ argument 110 #define vrip_register_cmu(vc, cmu) \ argument 112 #define vrip_register_gpio(vc, gpio) \ argument 114 #define vrip_register_dmaau(vc, dmaau) \ argument 116 #define vrip_register_dcu(vc, dcu) \ argument
|
H A D | vrip.c | 311 __vrip_power(vrip_chipset_tag_t vc, int unit, int onoff) in __vrip_power() 327 __vrip_intr_establish(vrip_chipset_tag_t vc, int unit, int line, int level, in __vrip_intr_establish() 353 __vrip_intr_disestablish(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) in __vrip_intr_disestablish() 390 __vrip_intr_setmask1(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, in __vrip_intr_setmask1() 418 __vrip_dump_level2mask(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) in __vrip_dump_level2mask() 439 __vrip_intr_getstatus2(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, in __vrip_intr_getstatus2() 457 __vrip_intr_setmask2(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, in __vrip_intr_setmask2() 525 __vrip_register_cmu(vrip_chipset_tag_t vc, vrcmu_chipset_tag_t cmu) in __vrip_register_cmu() 533 __vrip_register_gpio(vrip_chipset_tag_t vc, hpcio_chip_t chip) in __vrip_register_gpio() 544 __vrip_register_dmaau(vrip_chipset_tag_t vc, vrdmaau_chipset_tag_t dmaau) in __vrip_register_dmaau() [all …]
|
H A D | vrc4173bcu.c | 517 vrc4173bcu_dump_level2mask(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) in vrc4173bcu_dump_level2mask() 538 __vrc4173bcu_power(vrip_chipset_tag_t vc, int unit, int onoff) in __vrc4173bcu_power() 554 __vrc4173bcu_intr_establish(vrip_chipset_tag_t vc, int unit, int line, in __vrc4173bcu_intr_establish() 580 __vrc4173bcu_intr_disestablish(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) in __vrc4173bcu_intr_disestablish() 594 __vrc4173bcu_intr_setmask1(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, in __vrc4173bcu_intr_setmask1() 619 __vrc4173bcu_intr_getstatus2(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, in __vrc4173bcu_intr_getstatus2() 634 __vrc4173bcu_intr_setmask2(vrip_chipset_tag_t vc, vrip_intr_handle_t handle, in __vrc4173bcu_intr_setmask2() 695 __vrc4173bcu_register_cmu(vrip_chipset_tag_t vc, vrcmu_chipset_tag_t cmu) in __vrc4173bcu_register_cmu() 701 __vrc4173bcu_register_gpio(vrip_chipset_tag_t vc, hpcio_chip_t chip) in __vrc4173bcu_register_gpio() 707 __vrc4173bcu_register_dmaau(vrip_chipset_tag_t vc, vrdmaau_chipset_tag_t dmaau) in __vrc4173bcu_register_dmaau() [all …]
|
H A D | vr4181ip.c | 153 vr4181ip_comintr_establish(vrip_chipset_tag_t vc, int unit, int line, in vr4181ip_comintr_establish()
|
/netbsd-src/sys/dev/ic/ |
H A D | vga.c | 323 egavga_getfont(struct vga_config *vc, struct vgascreen *scr, const char *name, in egavga_getfont() 380 egavga_unreffont(struct vga_config *vc, struct egavga_font *f) in egavga_unreffont() 402 vga_selectfont(struct vga_config *vc, struct vgascreen *scr, const char *name1, in vga_selectfont() 441 vga_init_screen(struct vga_config *vc, struct vgascreen *scr, in vga_init_screen() 527 vga_init(struct vga_config *vc, bus_space_tag_t iot, bus_space_tag_t memt) in vga_init() 596 struct vga_config *vc; in vga_common_attach() local 715 struct vga_config *vc; in vga_cndetach() local 749 vga_get_video(struct vga_config *vc) in vga_get_video() 756 vga_set_video(struct vga_config *vc, int state) in vga_set_video() 782 struct vga_config *vc = v; in vga_ioctl() local [all …]
|
H A D | vga_raster.c | 377 vga_raster_init(struct vga_config *vc, bus_space_tag_t iot, in vga_raster_init() 438 vga_raster_init_screen(struct vga_config *vc, struct vgascreen *scr, in vga_raster_init_screen() 527 struct vga_config *vc; in vga_common_attach() local 558 struct vga_config *vc; in vga_cndetach() local 592 vga_get_video(struct vga_config *vc) in vga_get_video() 599 vga_set_video(struct vga_config *vc, int state) in vga_set_video() 626 struct vga_config *vc = v; in vga_raster_ioctl() local 688 struct vga_config *vc = v; in vga_raster_mmap() local 704 struct vga_config *vc = v; in vga_raster_alloc_screen() local 735 struct vga_config *vc = vs->cfg; in vga_raster_free_screen() local [all …]
|
/netbsd-src/sys/arch/vax/uba/ |
H A D | uba_sbi.c | 223 struct uba_vsoftc * const vc = (void *)sc; in dw780_beforescan() local 233 struct uba_vsoftc * const vc = (void *)sc; in dw780_afterscan() local 244 struct uba_vsoftc * const vc = (void *)sc; in dw780_errchk() local 258 struct uba_vsoftc *vc = arg; in uba_dw780int_common() local 301 struct uba_vsoftc *vc = (void *)sc; in dw780_init() local 313 struct uba_vsoftc *vc = (void *)sc; in dw780_purge() local 334 struct uba_vsoftc *vc = (void *)uh; in ubaerror() local
|
/netbsd-src/sys/dev/vme/ |
H A D | vmevar.h | 108 #define vme_space_map(vc, vmeaddr, len, am, datasize, swap, tag, handle, resc) \ argument 111 #define vme_space_unmap(vc, resc) \ argument 117 #define vme_probe(vc, vmeaddr, len, am, datasize, callback, cbarg) \ argument 124 #define vme_intr_map(vc, level, vector, handlep) \ argument 126 #define vme_intr_evcnt(vc, handle) \ argument 128 #define vme_intr_establish(vc, handle, prio, func, arg) \ argument 131 #define vme_intr_disestablish(vc, cookie) \ argument 137 #define vme_dmamap_create(vc, size, am, datasize, swap, nsegs, segsz, bound, \ argument 141 #define vme_dmamap_destroy(vc, map) \ argument 147 #define vme_dmamem_alloc(vc, size, am, datasize, swap, \ argument [all …]
|
/netbsd-src/sys/dev/hpc/ |
H A D | video_subr.c | 219 video_calibration_pattern(struct video_chip *vc) in video_calibration_pattern() 234 linebpp_unimpl(struct video_chip *vc, in linebpp_unimpl() 243 dotbpp_unimpl(struct video_chip *vc, int x, int y) in dotbpp_unimpl() 250 video_attach_drawfunc(struct video_chip *vc) in video_attach_drawfunc() 273 video_line(struct video_chip *vc, int x0, int y0, int x1, int y1) in video_line() 280 video_dot(struct video_chip *vc, int x, int y) in video_dot()
|
/netbsd-src/sys/ufs/chfs/ |
H A D | chfs_build.c | 70 struct chfs_vnode_cache *vc) in chfs_build_set_vnodecache_nlink() 111 struct chfs_vnode_cache *vc, in chfs_build_remove_unlinked_vnode() 211 struct chfs_vnode_cache *vc; in chfs_build_filesystem() local
|
H A D | chfs_nodeops.c | 72 struct chfs_vnode_cache *vc, in chfs_add_node_to_list() 121 struct chfs_vnode_cache *vc, in chfs_remove_node_from_list() 158 struct chfs_vnode_cache *vc, in chfs_remove_and_obsolete() 218 struct chfs_vnode_cache *vc, struct chfs_node_ref *new) in chfs_add_vnode_ref_to_vc()
|
H A D | chfs_scan.c | 43 struct chfs_vnode_cache *vc; in chfs_scan_make_vnode_cache() local 106 struct chfs_vnode_cache *vc; in chfs_scan_check_vnode() local 180 struct chfs_vnode_cache *vc, struct chfs_dirent *fd) in chfs_scan_mark_dirent_obsolete() 358 struct chfs_vnode_cache *vc; in chfs_scan_check_data_node() local
|
H A D | chfs_malloc.c | 154 struct chfs_vnode_cache* vc; in chfs_vnode_cache_alloc() local 171 chfs_vnode_cache_free(struct chfs_vnode_cache *vc) in chfs_vnode_cache_free()
|
H A D | chfs_readinode.c | 285 struct chfs_vnode_cache *vc; in chfs_kill_td() local 710 struct chfs_vnode_cache *vc; in chfs_obsolete_node_frag() local 990 struct chfs_vnode_cache *vc = ip->chvc; in chfs_read_inode() local
|
/netbsd-src/sys/dev/pci/ |
H A D | esa.c | 219 struct esa_voice *vc; in esa_set_format() local 233 struct esa_voice *vc; in esa_commit_settings() local 308 struct esa_voice *vc; in esa_halt_output() local 351 struct esa_voice *vc; in esa_halt_input() local 393 struct esa_voice *vc; in esa_malloc() local 417 struct esa_voice *vc; in esa_free() local 444 struct esa_voice *vc; in esa_set_port() local 455 struct esa_voice *vc; in esa_get_port() local 466 struct esa_voice *vc; in esa_query_devinfo() local 486 struct esa_voice *vc; in esa_trigger_output() local [all …]
|
H A D | vga_pci.c | 316 struct vga_config *vc = v; in vga_pci_ioctl() local 338 struct vga_config *vc = v; in vga_pci_mmap() local
|
/netbsd-src/sys/dev/isa/ |
H A D | ega.c | 286 ega_selectfont(struct ega_config *vc, struct egascreen *scr, char *name1, char *name2) in ega_selectfont() 336 ega_init_screen(struct ega_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, in… in ega_init_screen() 393 ega_init(struct ega_config *vc, bus_space_tag_t iot, bus_space_tag_t memt, int mono) in ega_init() 585 struct ega_config *vc = v; in ega_alloc_screen() local 621 struct ega_config *vc = vs->cfg; in ega_free_screen() local 634 ega_setfont(struct ega_config *vc, struct egascreen *scr) in ega_setfont() 652 struct ega_config *vc = scr->cfg; in ega_show_screen() local 673 ega_doswitch(struct ega_config *vc) in ega_doswitch() 744 struct ega_config *vc = v; in ega_load_font() local 800 struct ega_config *vc = scr->cfg; in ega_allocattr() local
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | mathimpl.h | 70 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro 74 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro 78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro 87 # define vc(name, value, x1,x2,x3,x4, bexp, xval) macro
|
/netbsd-src/sys/arch/hpcsh/dev/hd64461/ |
H A D | hd64461video.c | 106 struct video_chip vc; member 205 struct video_chip *vc = &hd64461video_chip.vc; in hd64461video_attach() local 329 struct video_chip *vc = &hvc->vc; in hd64461video_setup_hpcfbif() local 963 struct video_chip *vc = &hvc->vc; in hd64461video_update_videochip_status() local 1124 hd64461video_set_clut(struct hd64461video_chip *vc, int idx, int cnt, in hd64461video_set_clut() 1148 hd64461video_get_clut(struct hd64461video_chip *vc, int idx, int cnt, in hd64461video_get_clut() 1198 hd64461video_off(struct hd64461video_chip *vc) in hd64461video_off() 1213 hd64461video_on(struct hd64461video_chip *vc) in hd64461video_on()
|
/netbsd-src/sys/arch/hpcarm/dev/ |
H A D | epsonlcd.c | 177 struct video_chip *vc = &sc->sc_vc; in epsonlcd_setup_hpcfbif() local 247 epsonlcd_get_video_chip(struct epsonlcd_softc *sc, struct video_chip *vc) in epsonlcd_get_video_chip()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/vc/ |
H A D | vc.c | 162 vc_cb_t *vc = (vc_cb_t *)op->o_callback->sc_private; in vc_cb() local 197 vc_cb_t vc = { 0 }; in vc_exop() local
|
/netbsd-src/sys/arch/evbppc/virtex/dev/ |
H A D | tft_plb.c | 174 struct vcons_data *vc = arg; in plb_tft_mmap() local
|
/netbsd-src/usr.sbin/mrouted/ |
H A D | kern.c | 123 struct vifctl vc; in k_add_vif() local
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
H A D | oranking.cc | 175 volatile char *vc = 0; in test15() local 241 volatile char *vc = 0; in main() local
|