Searched refs:dmd (Results 1 – 8 of 8) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_create.c | 93 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_smembers() local 97 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_smembers() 98 if (dmd->dmd_name) { in ctf_copy_smembers() 100 soff += strlen(dmd->dmd_name) + 1; in ctf_copy_smembers() 108 ctm.ctm_type = (ushort_t)dmd->dmd_type; in ctf_copy_smembers() 109 ctm.ctm_offset = (ushort_t)dmd->dmd_offset; in ctf_copy_smembers() 118 ctm.ctm_type = dmd->dmd_type; in ctf_copy_smembers() 119 ctm.ctm_offset = dmd->dmd_offset; in ctf_copy_smembers() 134 ctf_dmdef_t *dmd = ctf_list_next(&dtd->dtd_u.dtu_members); in ctf_copy_lmembers() local 138 for (; dmd != NULL; dmd = ctf_list_next(dmd)) { in ctf_copy_lmembers() [all …]
|
/freebsd/sys/x86/iommu/ |
H A D | iommu_utils.c | 568 struct iommu_msi_data *dmd; in iommu_alloc_irq() local 576 dmd = &IOMMU2X86C(unit)->intrs[idx]; in iommu_alloc_irq() 578 error = PCIB_ALLOC_MSIX(pcib, dev, &dmd->irq); in iommu_alloc_irq() 581 dmd->name, error); in iommu_alloc_irq() 584 error = bus_set_resource(dev, SYS_RES_IRQ, dmd->irq_rid, in iommu_alloc_irq() 585 dmd->irq, 1); in iommu_alloc_irq() 588 dmd->name, error); in iommu_alloc_irq() 591 dmd->irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, in iommu_alloc_irq() 592 &dmd->irq_rid, RF_ACTIVE); in iommu_alloc_irq() 593 if (dmd->irq_res == NULL) { in iommu_alloc_irq() [all …]
|
H A D | intel_drv.c | 298 struct iommu_msi_data *dmd; in dmar_remap_intr() local 305 dmd = &unit->x86c.intrs[i]; in dmar_remap_intr() 306 if (irq == dmd->irq) { in dmar_remap_intr() 313 dmd->msi_data = msi_data; in dmar_remap_intr() 314 dmd->msi_addr = msi_addr; in dmar_remap_intr() 315 (dmd->disable_intr)(DMAR2IOMMU(unit)); in dmar_remap_intr() 316 dmar_write4(unit, dmd->msi_data_reg, dmd->msi_data); in dmar_remap_intr() 317 dmar_write4(unit, dmd->msi_addr_reg, dmd->msi_addr); in dmar_remap_intr() 318 dmar_write4(unit, dmd->msi_uaddr_reg, in dmar_remap_intr() 319 dmd->msi_addr >> 32); in dmar_remap_intr() [all …]
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_macinfo.c | 35 Dwarf_Macro_Details *dmd, Dwarf_Unsigned *cnt, Dwarf_Error *error) in _dwarf_macinfo_parse() argument 47 if (dmd != NULL) in _dwarf_macinfo_parse() 48 dmd[i].dmd_offset = *off; in _dwarf_macinfo_parse() 52 if (dmd != NULL) { in _dwarf_macinfo_parse() 53 dmd[i].dmd_type = type; in _dwarf_macinfo_parse() 54 dmd[i].dmd_fileindex = fileindex[sp]; in _dwarf_macinfo_parse() 65 if (dmd != NULL) { in _dwarf_macinfo_parse() 66 dmd[i].dmd_lineno = lineno; in _dwarf_macinfo_parse() 67 dmd[i].dmd_macro = p + *off; in _dwarf_macinfo_parse() 79 if (dmd != NULL) { in _dwarf_macinfo_parse() [all …]
|
/freebsd/sys/kern/ |
H A D | subr_bus.c | 5244 struct driver_module_data *dmd; in driver_module_handler() local 5249 dmd = (struct driver_module_data *)arg; in driver_module_handler() 5250 bus_devclass = devclass_find_internal(dmd->dmd_busname, NULL, TRUE); in driver_module_handler() 5255 if (dmd->dmd_chainevh) in driver_module_handler() 5256 error = dmd->dmd_chainevh(mod,what,dmd->dmd_chainarg); in driver_module_handler() 5258 pass = dmd->dmd_pass; in driver_module_handler() 5259 driver = dmd->dmd_driver; in driver_module_handler() 5261 DRIVERNAME(driver), dmd->dmd_busname, pass)); in driver_module_handler() 5263 dmd->dmd_devclass); in driver_module_handler() 5268 DRIVERNAME(dmd->dmd_driver), in driver_module_handler() [all …]
|
/freebsd/share/termcap/ |
H A D | termcap | 218 att630|dmd630|ATT630|630DMD|630dmd|630MTG|AT&T 630 windowing terminal:\ 1765 dmd|5620|ttydmd|tty5620|5620 terminal 88 columns:\
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 14357 # Be aware that older versions of the dmd have a firmware bug that affects 14362 att5620|dmd|tty5620|ttydmd|5620|AT&T 5620 terminal 88 columns, 14374 att5620-24|tty5620-24|dmd-24|Teletype dmd 5620 in a 24x80 layer, 14376 att5620-34|tty5620-34|dmd-34|Teletype dmd 5620 in a 34x80 layer,
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 6056 OLD_FILES+=usr/share/terminfo/d/dmd 6057 OLD_FILES+=usr/share/terminfo/d/dmd-24 6058 OLD_FILES+=usr/share/terminfo/d/dmd-34
|