| /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 | 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 …]
|
| /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/contrib/device-tree/Bindings/display/bridge/ |
| H A D | ti,dlpc3433.yaml | 7 title: TI DLPC3433 MIPI DSI to DMD bridge 15 for processing high resolution DMD based projectors. 18 input that produces a DMD output in RGB565, RGB666, RGB888 68 description: Video port for DMD output.
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 263 } else if (auto *DMD = dyn_cast<OMPDeclareMapperDecl>(Member)) { in HandleTagDeclDefinition() local 264 if (Ctx->DeclMustBeEmitted(DMD)) in HandleTagDeclDefinition() 265 Builder->EmitGlobal(DMD); in HandleTagDeclDefinition()
|
| H A D | CodeGenModule.cpp | 3784 if (auto *DMD = dyn_cast<OMPDeclareMapperDecl>(Global)) { in EmitGlobal() local 3786 EmitOMPDeclareMapper(DMD); in EmitGlobal()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | blit | 22 # Need more values for WE32 DMD executables.
|
| /freebsd/sys/kern/ |
| H A D | subr_bus.c | 5253 struct driver_module_data *dmd; in driver_module_handler() local 5258 dmd = (struct driver_module_data *)arg; in driver_module_handler() 5259 bus_devclass = devclass_find_internal(dmd->dmd_busname, NULL, TRUE); in driver_module_handler() 5264 if (dmd->dmd_chainevh) in driver_module_handler() 5265 error = dmd->dmd_chainevh(mod,what,dmd->dmd_chainarg); in driver_module_handler() 5267 pass = dmd->dmd_pass; in driver_module_handler() 5268 driver = dmd->dmd_driver; in driver_module_handler() 5270 DRIVERNAME(driver), dmd->dmd_busname, pass)); in driver_module_handler() 5272 dmd->dmd_devclass); in driver_module_handler() 5277 DRIVERNAME(dmd->dmd_driver), in driver_module_handler() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroInfo.cpp | 250 if (auto *DMD = dyn_cast<DefMacroDirective>(this)) { in dump() local 251 if (auto *Info = DMD->getInfo()) { in dump()
|
| H A D | PPMacroExpansion.cpp | 231 if (auto *DMD = dyn_cast_or_null<DefMacroDirective>(MD)) { in updateModuleMacroInfo() local 232 MI = DMD->getInfo(); in updateModuleMacroInfo() 233 IsSystemMacro &= SourceMgr.isInSystemHeader(DMD->getLocation()); in updateModuleMacroInfo()
|
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | Makefile.in | 106 $(CC) -DMD=4 $(ALL_CFLAGS) -o t_mddriver4.o -c $(srcdir)/t_mddriver.c
|
| /freebsd/sys/contrib/device-tree/src/arm/socionext/ |
| H A D | uniphier-ld4.dtsi | 167 /* chip-internal connection for DMD */
|
| H A D | uniphier-sld8.dtsi | 171 /* chip-internal connection for DMD */
|
| H A D | uniphier-pro5.dtsi | 305 /* chip-internal connection for DMD */
|
| H A D | uniphier-pro4.dtsi | 205 /* chip-internal connection for DMD */
|
| H A D | uniphier-pxs2.dtsi | 374 /* chip-internal connection for DMD */
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 171 /// The DMD compiler emits 'D' for the CV source language. Microsoft does not
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInstance.cpp | 1576 if (auto *DMD = dyn_cast<DefMacroDirective>(MD)) in checkConfigMacro() local 1577 CmdLineDefinition = DMD->getMacroInfo(); in checkConfigMacro()
|
| /freebsd/share/termcap/ |
| H A D | termcap | 217 # AT&T 630 MTG DMD from muller%sdcc7@ucsd.edu (Keith Muller) 218 att630|dmd630|ATT630|630DMD|630dmd|630MTG|AT&T 630 windowing terminal:\ 228 dmd630-24|att630-24|ATT630-24|630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\ 230 dmd615|att615|ATT615|615DMD|615MTG|AT&T 615 windowing terminal 80 column:\ 232 dmd615-w|att615-w|ATT615-w|615DMD-w|615MTG-w|AT&T 615 windowing terminal 132 column:\ 234 dmd620|att620|ATT620|620DMD|620MTG|AT&T 620 windowing terminal 80 column:\ 236 dmd620-w|att620-w|ATT620-w|620DMD-w|620MTG-w|AT&T 620 windowing terminal 132 column:\ 1765 dmd|5620|ttydmd|tty5620|5620 terminal 88 columns:\
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 20813 auto *DMD = cast<OMPDeclareMapperDecl>(D); in buildUserDefinedMapperRef() local 20814 assert(DMD && "Expect valid OMPDeclareMapperDecl during instantiation."); in buildUserDefinedMapperRef() 20815 Lookups.back().addDecl(DMD); in buildUserDefinedMapperRef() 21648 auto *DMD = OMPDeclareMapperDecl::Create(getASTContext(), DC, StartLoc, Name, in ActOnOpenMPDeclareMapperDirective() local 21652 SemaRef.PushOnScopeChains(DMD, S); in ActOnOpenMPDeclareMapperDirective() 21654 DC->addDecl(DMD); in ActOnOpenMPDeclareMapperDirective() 21655 DMD->setAccess(AS); in ActOnOpenMPDeclareMapperDirective() 21657 DMD->setInvalidDecl(); in ActOnOpenMPDeclareMapperDirective() 21660 VD->setDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective() 21661 VD->setLexicalDeclContext(DMD); in ActOnOpenMPDeclareMapperDirective() [all …]
|
| /freebsd/ |
| H A D | ObsoleteFiles.inc | 5400 OLD_FILES+=usr/share/terminfo/5/5630DMD-24 6230 OLD_FILES+=usr/share/terminfo/d/dmd 6231 OLD_FILES+=usr/share/terminfo/d/dmd-24 6232 OLD_FILES+=usr/share/terminfo/d/dmd-34
|
| /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, 14595 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines, 25582 # * Tim Theisen pinned down a bug in the DMD firmware.
|
| /freebsd/share/misc/ |
| H A D | pci_vendors | 8234 9999 DMD-I0928-1 "Monster sound" sound chip
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 30982 ** mode and specifically when the DMD "Dark Matter Detector" is enabled in mallocWithAlarm()
|