Searched refs:dmd (Results 1 – 8 of 8) sorted by relevance
| /src/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 …]
|
| /src/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 | 299 struct iommu_msi_data *dmd; in dmar_remap_intr() local 306 dmd = &unit->x86c.intrs[i]; in dmar_remap_intr() 307 if (irq == dmd->irq) { in dmar_remap_intr() 314 dmd->msi_data = msi_data; in dmar_remap_intr() 315 dmd->msi_addr = msi_addr; in dmar_remap_intr() 316 (dmd->disable_intr)(DMAR2IOMMU(unit)); in dmar_remap_intr() 317 dmar_write4(unit, dmd->msi_data_reg, dmd->msi_data); in dmar_remap_intr() 318 dmar_write4(unit, dmd->msi_addr_reg, dmd->msi_addr); in dmar_remap_intr() 319 dmar_write4(unit, dmd->msi_uaddr_reg, in dmar_remap_intr() 320 dmd->msi_addr >> 32); in dmar_remap_intr() [all …]
|
| /src/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 …]
|
| /src/sys/kern/ ! |
| H A D | subr_bus.c | 5271 struct driver_module_data *dmd; in driver_module_handler() local 5276 dmd = (struct driver_module_data *)arg; in driver_module_handler() 5277 bus_devclass = devclass_find_internal(dmd->dmd_busname, NULL, TRUE); in driver_module_handler() 5282 if (dmd->dmd_chainevh) in driver_module_handler() 5283 error = dmd->dmd_chainevh(mod,what,dmd->dmd_chainarg); in driver_module_handler() 5285 pass = dmd->dmd_pass; in driver_module_handler() 5286 driver = dmd->dmd_driver; in driver_module_handler() 5288 DRIVERNAME(driver), dmd->dmd_busname, pass)); in driver_module_handler() 5290 dmd->dmd_devclass); in driver_module_handler() 5295 DRIVERNAME(dmd->dmd_driver), in driver_module_handler() [all …]
|
| /src/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:\
|
| /src/ ! |
| H A D | ObsoleteFiles.inc | 6302 OLD_FILES+=usr/share/terminfo/d/dmd 6303 OLD_FILES+=usr/share/terminfo/d/dmd-24 6304 OLD_FILES+=usr/share/terminfo/d/dmd-34
|
| /src/contrib/ncurses/misc/ ! |
| H A D | terminfo.src | 14806 # Be aware that older versions of the dmd have a firmware bug that affects 14811 att5620|dmd|tty5620|ttydmd|5620|AT&T 5620 terminal 88 columns, 14823 att5620-24|tty5620-24|dmd-24|Teletype dmd 5620 in a 24x80 layer, 14825 att5620-34|tty5620-34|dmd-34|Teletype dmd 5620 in a 34x80 layer,
|