Home
last modified time | relevance | path

Searched refs:DM (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in21 open(DM, "/var/run/dmesg.boot");
22 while(<DM>) {
29 close(DM);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp68 DbgMarker *DM = getTrailingDbgRecords(); in createMarker() local
69 if (DM) in createMarker()
70 return DM; in createMarker()
71 DM = new DbgMarker(); in createMarker()
72 setTrailingDbgRecords(DM); in createMarker()
73 return DM; in createMarker()
1082 DbgMarker *DM = getTrailingDbgRecords(); in getMarker() local
1083 return DM; in getMarker()
1131 DbgMarker *DM = (*Pos)->getMarker(); in reinsertInstInDbgRecords() local
1132 auto Range = make_range(DM->StoredDbgRecords.begin(), (*Pos)); in reinsertInstInDbgRecords()
[all …]
H A DLegacyPassManager.cpp739 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local
740 AnalysisResolver *AR = new AnalysisResolver(*DM); in schedulePass()
742 DM->initializeAnalysisImpl(P); in schedulePass()
744 DM->recordAvailableAnalysis(IP); in schedulePass()
1052 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); in add() local
1053 RDepth = DM.getDepth(); in add()
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am62a.dtsi95 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM */
96 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM */
116 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
117 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
H A Dk3-am62p.dtsi113 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
114 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
H A Dk3-am62a-wakeup.dtsi75 /* Used by DM firmware */
H A Dk3-am62p-wakeup.dtsi72 /* Used by DM firmware */
H A Dk3-am62-wakeup.dtsi100 /* Used by DM firmware */
H A Dk3-j722s.dtsi219 <0x00 0x78000000 0x00 0x78000000 0x00 0x00008000>, /* DM R5 ATCM*/
220 <0x00 0x78100000 0x00 0x78100000 0x00 0x00008000>; /* DM R5 BTCM*/
H A Dk3-am62p-j722s-common-wakeup.dtsi78 /* Used by DM firmware */
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp358 if (auto DM = in setup() local
360 DylibMgr = std::make_unique<EPCGenericDylibManager>(std::move(*DM)); in setup()
362 return DM.takeError(); in setup()
H A DCOFFPlatform.cpp475 auto &DM = JDDepMap[CurJD]; in buildJDDepMap() local
477 DM.reserve(O.size()); in buildJDDepMap()
493 DM.push_back(KV.first); in buildJDDepMap()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp230 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local
232 addChildToLayout(std::move(DM)); in initializeChildren()
/freebsd/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt94 the PHY side DQ line (including DQS/DQ/DM line)
120 the PHY side DQ line (including DQS/DQ/DM line)
153 the PHY side DQ line (including DQS/DQ/DM line)
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c182 output_data ("%c%c", IAC, DM); in telrcv()
185 printoption("td: send IAC", DM)); in telrcv()
214 case DM: in telrcv()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h55 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h52 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd/include/arpa/
H A Dtelnet.h51 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h777 void pushAllDefs(Instr IA, DefStackMap &DM);
872 void pushClobbers(Instr IA, DefStackMap &DM);
873 void pushDefs(Instr IA, DefStackMap &DM);
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1699 case DM: in telrcv()
1705 printoption("RCVD", IAC, DM); in telrcv()
2264 NETADD(DM); in dosynch()
2265 printoption("SENT", IAC, DM); in dosynch()
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c1779 case DM: in telrcv()
1785 printoption("RCVD", IAC, DM); in telrcv()
2279 NETADD(DM); in dosynch()
2280 printoption("SENT", IAC, DM); in dosynch()
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dspi-davinci.txt3 Links on DM:
/freebsd/sys/dev/e1000/
H A DREADME210 Intel(R) 82566DM-2 Gigabit Network Connection
219 - Intel(R) 82578DM Gigabit Network Connection
232 - Intel(R) 82566DM Gigabit Network Connection
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c78 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd/secure/caroot/trusted/
H A DAffirmTrust_Commercial.pem80 ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL

123