| /f-stack/freebsd/x86/xen/ |
| H A D | xen_pci_bus.c | 51 struct pci_devinfo *dinfo = device_get_ivars(child); in xen_pci_enable_msi_method() local 52 struct pcicfg_msi *msi = &dinfo->cfg.msi; in xen_pci_enable_msi_method() 63 struct pci_devinfo *dinfo = device_get_ivars(child); in xen_pci_disable_msi_method() local 64 struct pcicfg_msi *msi = &dinfo->cfg.msi; in xen_pci_disable_msi_method() 74 struct pci_devinfo *dinfo; in xen_pci_child_added_method() local 78 dinfo = device_get_ivars(child); in xen_pci_child_added_method() 79 KASSERT((dinfo != NULL), in xen_pci_child_added_method() 83 add_pci.seg = dinfo->cfg.domain; in xen_pci_child_added_method() 84 add_pci.bus = dinfo->cfg.bus; in xen_pci_child_added_method() 85 add_pci.devfn = (dinfo->cfg.slot << 3) | dinfo->cfg.func; in xen_pci_child_added_method()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | gic_fdt.c | 264 struct arm_gic_devinfo *dinfo; in arm_gic_add_children() local 282 dinfo = malloc(sizeof(*dinfo), M_DEVBUF, M_WAITOK | M_ZERO); in arm_gic_add_children() 284 if (ofw_bus_gen_setup_devinfo(&dinfo->obdinfo, child) != 0) { in arm_gic_add_children() 285 free(dinfo, M_DEVBUF); in arm_gic_add_children() 289 resource_list_init(&dinfo->rl); in arm_gic_add_children() 291 sc->size_cells, &dinfo->rl); in arm_gic_add_children() 296 dinfo->obdinfo.obd_name); in arm_gic_add_children() 297 resource_list_free(&dinfo->rl); in arm_gic_add_children() 298 ofw_bus_gen_destroy_devinfo(&dinfo->obdinfo); in arm_gic_add_children() 299 free(dinfo, M_DEVBUF); in arm_gic_add_children() [all …]
|
| H A D | gic_acpi.c | 270 struct gic_acpi_devinfo *dinfo; in madt_gicv2m_handler() local 285 dinfo = malloc(sizeof(*dinfo), M_DEVBUF, M_WAITOK | M_ZERO); in madt_gicv2m_handler() 286 resource_list_init(&dinfo->rl); in madt_gicv2m_handler() 287 resource_list_add(&dinfo->rl, SYS_RES_MEMORY, 0, in madt_gicv2m_handler() 290 device_set_ivars(cdev, dinfo); in madt_gicv2m_handler()
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/02zfsexpandknowledge/ |
| H A D | module-setup.sh.in | 23 dinfo "zfsexpandknowledge: pool $1 cannot be listed: $poolconfigoutput" 33 dinfo "zfsexpandknowledge: pool $1 has device $pooldev (which resolves to $resolved)" 103 dinfo "zfsexpandknowledge: block devices backing ZFS dataset $mp: $blockdevs" 117 … dinfo "zfsexpandknowledge: underlying block device backing ZFS dataset $mp: $_depdevname" 126 dinfo "zfsexpandknowledge: host device $a" 130 dinfo "zfsexpandknowledge: device $a of type ${host_fs_types[$a]}"
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | max77620_rtc.c | 307 struct iicbus_ivar *dinfo; in max77620_rtc_probe() local 309 dinfo = device_get_ivars(dev); in max77620_rtc_probe() 310 if (dinfo == NULL) in max77620_rtc_probe() 312 if (dinfo->addr != MAX77620_RTC_I2C_ADDR << 1) in max77620_rtc_probe() 378 struct iicbus_ivar *dinfo; in max77620_rtc_create() local 386 dinfo = device_get_ivars(child); in max77620_rtc_create() 387 if (dinfo == NULL) { in max77620_rtc_create() 392 dinfo->addr = MAX77620_RTC_I2C_ADDR << 1; in max77620_rtc_create()
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | ppt.c | 128 struct pci_devinfo *dinfo; in ppt_probe() local 130 dinfo = (struct pci_devinfo *)device_get_ivars(dev); in ppt_probe() 141 if ((dinfo->cfg.hdrtype & PCIM_HDRTYPE) != PCIM_HDRTYPE_NORMAL) in ppt_probe() 595 struct pci_devinfo *dinfo; in ppt_setup_msix() local 607 dinfo = device_get_ivars(ppt->dev); in ppt_setup_msix() 608 if (!dinfo) in ppt_setup_msix() 634 rid = dinfo->cfg.msix.msix_table_bar; in ppt_setup_msix() 644 if (dinfo->cfg.msix.msix_table_bar != in ppt_setup_msix() 645 dinfo->cfg.msix.msix_pba_bar) { in ppt_setup_msix() 646 rid = dinfo->cfg.msix.msix_pba_bar; in ppt_setup_msix()
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | timvf_evdev.c | 125 struct timvf_mbox_dev_info dinfo; in timvf_ring_start() local 128 ret = timvf_mbox_dev_info_get(&dinfo); in timvf_ring_start() 135 interval = NSEC2CLK(timr->tck_nsec, dinfo.clk_freq); in timvf_ring_start() 142 interval = NSEC2CLK(timr->tck_nsec, dinfo.clk_freq); in timvf_ring_start() 145 interval = NSEC2CLK(timr->tck_nsec, dinfo.clk_freq); in timvf_ring_start()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | fse_decompress.c | 210 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw() local 223 dinfo[s].newState = 0; in FSE_buildDTable_raw() 224 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw() 225 dinfo[s].nbBits = (BYTE)nbBits; in FSE_buildDTable_raw()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | xlp_pci.c | 84 struct pci_devinfo *dinfo; in xlp_pci_attach() local 131 dinfo = pci_read_device(pcib, dev, pcib_get_domain(dev), in xlp_pci_attach() 133 pci_add_child(dev, dinfo); in xlp_pci_attach()
|
| /f-stack/freebsd/contrib/zstd/lib/legacy/ |
| H A D | zstd_v01.c | 619 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_raw() local 633 dinfo[s].newState = 0; in FSE_buildDTable_raw() 634 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw() 635 dinfo[s].nbBits = (BYTE)nbBits; in FSE_buildDTable_raw()
|
| H A D | zstd_v03.c | 1320 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; in FSE_buildDTable_raw() local 1334 dinfo[s].newState = 0; in FSE_buildDTable_raw() 1335 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw() 1336 dinfo[s].nbBits = (BYTE)nbBits; in FSE_buildDTable_raw()
|
| H A D | zstd_v04.c | 1299 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw() local 1313 dinfo[s].newState = 0; in FSE_buildDTable_raw() 1314 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw() 1315 dinfo[s].nbBits = (BYTE)nbBits; in FSE_buildDTable_raw()
|
| H A D | zstd_v02.c | 1319 FSE_decode_t* const dinfo = (FSE_decode_t*)(ptr) + 1; /* because dt is unsigned */ in FSE_buildDTable_raw() local 1333 dinfo[s].newState = 0; in FSE_buildDTable_raw() 1334 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw() 1335 dinfo[s].nbBits = (BYTE)nbBits; in FSE_buildDTable_raw()
|
| H A D | zstd_v06.c | 1550 FSEv06_decode_t* const dinfo = (FSEv06_decode_t*)dPtr; in FSEv06_buildDTable_raw() local 1563 dinfo[s].newState = 0; in FSEv06_buildDTable_raw() 1564 dinfo[s].symbol = (BYTE)s; in FSEv06_buildDTable_raw() 1565 dinfo[s].nbBits = (BYTE)nbBits; in FSEv06_buildDTable_raw()
|
| H A D | zstd_v05.c | 1407 FSEv05_decode_t* const dinfo = (FSEv05_decode_t*)dPtr; in FSEv05_buildDTable_raw() local 1420 dinfo[s].newState = 0; in FSEv05_buildDTable_raw() 1421 dinfo[s].symbol = (BYTE)s; in FSEv05_buildDTable_raw() 1422 dinfo[s].nbBits = (BYTE)nbBits; in FSEv05_buildDTable_raw()
|
| H A D | zstd_v07.c | 1570 FSEv07_decode_t* const dinfo = (FSEv07_decode_t*)dPtr; in FSEv07_buildDTable_raw() local 1583 dinfo[s].newState = 0; in FSEv07_buildDTable_raw() 1584 dinfo[s].symbol = (BYTE)s; in FSEv07_buildDTable_raw() 1585 dinfo[s].nbBits = (BYTE)nbBits; in FSEv07_buildDTable_raw()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 2908 FSE_decode_t* const dinfo = (FSE_decode_t*)dPtr; in FSE_buildDTable_raw() local 2921 dinfo[s].newState = 0; in FSE_buildDTable_raw() 2922 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw() 2923 dinfo[s].nbBits = (BYTE)nbBits; in FSE_buildDTable_raw()
|