| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_value.c | 129 struct namedobj_instance *vi; in get_value_ptrs() local 133 vi = CHAIN_TO_VI(ch); in get_value_ptrs() 136 vi = NULL; in get_value_ptrs() 143 *pvi = vi; in get_value_ptrs() 179 struct namedobj_instance *vi; in resize_shared_value_storage() local 192 vi = CHAIN_TO_VI(ch); in resize_shared_value_storage() 337 struct namedobj_instance *vi; in rollback_table_values() local 416 struct namedobj_instance *vi; in ipfw_garbage_table_values() local 474 struct namedobj_instance *vi; in ipfw_link_table_values() local 725 struct namedobj_instance *vi; in list_table_values() local [all …]
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_lcd_syscons.c | 339 video_info_t *vi; in am335x_syscons_update_margins() local 342 vi = &adp->va_info; in am335x_syscons_update_margins() 344 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_update_margins() 345 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in am335x_syscons_update_margins() 419 video_info_t *vi; in am335x_syscons_init() local 422 vi = &adp->va_info; in am335x_syscons_init() 428 vi->vi_cwidth = 8; in am335x_syscons_init() 431 vi->vi_height = sc->height/vi->vi_cheight; in am335x_syscons_init() 437 vi->vi_width = COL; in am335x_syscons_init() 441 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in am335x_syscons_init() [all …]
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fb.c | 423 video_info_t *vi; in bcmfb_update_margins() local 426 vi = &adp->va_info; in bcmfb_update_margins() 428 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_update_margins() 429 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight)) / 2; in bcmfb_update_margins() 511 video_info_t *vi; in bcmfb_init() local 514 vi = &adp->va_info; in bcmfb_init() 521 vi->vi_width = sc->width / vi->vi_cwidth; in bcmfb_init() 522 vi->vi_height = sc->height / vi->vi_cheight; in bcmfb_init() 528 vi->vi_width = COL; in bcmfb_init() 532 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in bcmfb_init() [all …]
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | versatile_clcd.c | 576 video_info_t *vi; in versatilefb_update_margins() local 579 vi = &adp->va_info; in versatilefb_update_margins() 581 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in versatilefb_update_margins() 582 sc->ymargin = (sc->height - (vi->vi_height * vi->vi_cheight))/2; in versatilefb_update_margins() 617 video_info_t *vi; in versatilefb_init() local 620 vi = &adp->va_info; in versatilefb_init() 626 vi->vi_cwidth = 8; in versatilefb_init() 629 vi->vi_height = sc->height/vi->vi_cheight; in versatilefb_init() 635 vi->vi_width = COL; in versatilefb_init() 639 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in versatilefb_init() [all …]
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_memory.c | 342 struct virtiova *vi = arg; in find_virt() local 343 if (vi->iova >= ms->iova && vi->iova < (ms->iova + ms->len)) { in find_virt() 344 size_t offset = vi->iova - ms->iova; in find_virt() 355 struct virtiova *vi = arg; in find_virt_legacy() local 356 if (vi->iova >= ms->iova && vi->iova < (ms->iova + len)) { in find_virt_legacy() 357 size_t offset = vi->iova - ms->iova; in find_virt_legacy() 368 struct virtiova vi; in rte_mem_iova2virt() local 372 memset(&vi, 0, sizeof(vi)); in rte_mem_iova2virt() 374 vi.iova = iova; in rte_mem_iova2virt() 381 rte_memseg_walk(find_virt, &vi); in rte_mem_iova2virt() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_ioctl.h | 86 #define DMU_GET_STREAM_HDRTYPE(vi) BF64_GET((vi), 0, 2) argument 87 #define DMU_SET_STREAM_HDRTYPE(vi, x) BF64_SET((vi), 0, 2, x) argument 89 #define DMU_GET_FEATUREFLAGS(vi) BF64_GET((vi), 2, 30) argument 90 #define DMU_SET_FEATUREFLAGS(vi, x) BF64_SET((vi), 2, 30, x) argument
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx51_ipuv3.c | 549 video_info_t *vi; in ipu3fb_init() local 552 vi = &adp->va_info; in ipu3fb_init() 558 vi->vi_cwidth = 8; in ipu3fb_init() 559 vi->vi_width = sc->width/8; in ipu3fb_init() 560 vi->vi_height = sc->height/vi->vi_cheight; in ipu3fb_init() 565 if (vi->vi_width > COL) in ipu3fb_init() 566 vi->vi_width = COL; in ipu3fb_init() 567 if (vi->vi_height > ROW) in ipu3fb_init() 568 vi->vi_height = ROW; in ipu3fb_init() 570 sc->xmargin = (sc->width - (vi->vi_width * vi->vi_cwidth)) / 2; in ipu3fb_init() [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_terminal.c | 449 vid_info_t *vi = (vid_info_t *)data; in termtty_ioctl() local 453 if (vi->size != sizeof(vid_info_t)) in termtty_ioctl() 458 vi->mv_row = p->tp_row; in termtty_ioctl() 459 vi->mv_col = p->tp_col; in termtty_ioctl() 462 vi->mv_rsz = p->tp_row; in termtty_ioctl() 463 vi->mv_csz = p->tp_col; in termtty_ioctl() 466 vi->mv_norm.fore = fg; in termtty_ioctl() 467 vi->mv_norm.back = bg; in termtty_ioctl() 469 vi->mv_rev.fore = bg; in termtty_ioctl() 470 vi->mv_rev.back = fg & 0x7; in termtty_ioctl()
|
| H A D | vfs_subr.c | 4872 knlist_destroy(&vi->vpi_selinfo.si_note); in destroy_vpollinfo_free() 4873 mtx_destroy(&vi->vpi_lock); in destroy_vpollinfo_free() 4874 free(vi, M_VNODEPOLL); in destroy_vpollinfo_free() 4878 destroy_vpollinfo(struct vpollinfo *vi) in destroy_vpollinfo() argument 4881 knlist_clear(&vi->vpi_selinfo.si_note, 1); in destroy_vpollinfo() 4882 seldrain(&vi->vpi_selinfo); in destroy_vpollinfo() 4883 destroy_vpollinfo_free(vi); in destroy_vpollinfo() 4892 struct vpollinfo *vi; in v_addpollinfo() local 4896 vi = malloc(sizeof(*vi), M_VNODEPOLL, M_WAITOK | M_ZERO); in v_addpollinfo() 4903 destroy_vpollinfo_free(vi); in v_addpollinfo() [all …]
|
| H A D | kern_lockf.c | 2237 int nF, n, vi, i; in graph_add_edge() local 2278 for (vi = 0; vi < g->g_size; vi++) { in graph_add_edge() 2279 g->g_vertices[vi]->v_gen = 0; in graph_add_edge()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | nvidia,tegra20-i2c.txt | 38 nvidia,tegra210-i2c-vi: Tegra210 has one I2C controller that is on host1x bus 58 - slow (only for nvidia,tegra210-i2c-vi compatible node) 63 - power-domains: Only for nvidia,tegra210-i2c-vi compatible node and must 64 include venc powergate node as vi i2c is part of VE power domain. 65 tegra210-i2c-vi:
|
| /f-stack/app/redis-5.0.5/utils/releasetools/ |
| H A D | 04_release_hash.sh | 5 vi ~/hack/redis-hashes/README
|
| /f-stack/dpdk/drivers/raw/skeleton/ |
| H A D | skeleton_rawdev.c | 486 struct skeleton_firmware_version_info *vi; in skeleton_rawdev_firmware_version_get() local 491 vi = version_info; in skeleton_rawdev_firmware_version_get() 493 vi->major = skeldev->fw.firmware_version.major; in skeleton_rawdev_firmware_version_get() 494 vi->minor = skeldev->fw.firmware_version.minor; in skeleton_rawdev_firmware_version_get() 495 vi->subrel = skeldev->fw.firmware_version.subrel; in skeleton_rawdev_firmware_version_get()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/tegra/ |
| H A D | nvidia,tegra20-host1x.txt | 39 - vi: video input 42 - compatible: "nvidia,tegra<chip>-vi" 51 - vi 53 - power-domains: Must include venc powergate node as vi is in VE partition. 57 - csi: mipi csi interface to vi 328 vi@54080000 { 329 compatible = "nvidia,tegra210-vi";
|
| /f-stack/freebsd/contrib/device-tree/src/powerpc/ |
| H A D | wii.dts | 66 compatible = "nintendo,hollywood-vi", 67 "nintendo,flipper-vi";
|
| H A D | gamecube.dts | 53 compatible = "nintendo,flipper-vi";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | wii.txt | 30 - compatible : should be "nintendo,hollywood-vi","nintendo,flipper-vi"
|
| H A D | gamecube.txt | 21 - compatible : should be "nintendo,flipper-vi"
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | tegra20.dtsi | 58 vi@54080000 { 59 compatible = "nvidia,tegra20-vi"; 64 reset-names = "vi";
|
| H A D | tegra30-apalis.dtsi | 315 vi-vsync-pd6 { 331 nvidia,function = "vi"; 370 vi-mclk-pt1 {
|
| H A D | tegra114-tn7.dts | 210 regulator-name = "vi-sdcard";
|
| H A D | tegra30.dtsi | 141 vi@54080000 { 142 compatible = "nvidia,tegra30-vi"; 147 reset-names = "vi";
|
| /f-stack/freebsd/contrib/device-tree/Bindings/pinctrl/ |
| H A D | nvidia,tegra114-pinmux.txt | 92 usb, vgp1, vgp2, vgp3, vgp4, vgp5, vgp6, vi, vi_alt1, vi_alt3
|
| H A D | nvidia,tegra30-pinmux.txt | 104 vi, vi_alt1, vi_alt2, vi_alt3
|
| H A D | nvidia,tegra124-pinmux.txt | 111 vi, vi_alt1, vi_alt3, vimclk2, vimclk2_alt, sata, ccla, pe0, pe, pe1,
|