Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in21 open(DM, "/var/run/dmesg.boot");
22 while(<DM>) {
29 close(DM);
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp1092 for (const auto &DM : VarMap) { in checkParamsForReturnTypestate() local
1093 if (isa<ParmVarDecl>(DM.first)) { in checkParamsForReturnTypestate()
1101 if (DM.second != ExpectedState) in checkParamsForReturnTypestate()
1104 stateToString(DM.second)); in checkParamsForReturnTypestate()
1140 for (const auto &DM : Other.VarMap) { in intersect() local
1146 if (LocalState != DM.second) in intersect()
1147 VarMap[DM.first] = CS_Unknown; in intersect()
1164 if (LocalState != DM.second) { in intersectAtLoopHead()
1165 VarMap[DM.first] = CS_Unknown; in intersectAtLoopHead()
1192 for (const auto &DM : Other->VarMap) in operator !=() local
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp227 auto DM = std::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local
229 addChildToLayout(std::move(DM)); in initializeChildren()
/freebsd-13.1/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()
H A Dtelnetd.c1161 output_data ("%c%c", IAC, DM); in my_telnet()
1165 printoption("td: send IAC", DM)); in my_telnet()
/freebsd-13.1/sys/contrib/device-tree/Bindings/devfreq/
H A Drk3399_dmc.txt92 the PHY side DQ line (including DQS/DQ/DM line)
119 the PHY side DQ line (including DQS/DQ/DM line)
155 the PHY side DQ line (including DQS/DQ/DM line)
/freebsd-13.1/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h55 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp740 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local
741 AnalysisResolver *AR = new AnalysisResolver(*DM); in schedulePass()
743 DM->initializeAnalysisImpl(P); in schedulePass()
745 DM->recordAvailableAnalysis(IP); in schedulePass()
1056 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); in add() local
1057 RDepth = DM.getDepth(); in add()
/freebsd-13.1/include/arpa/
H A Dtelnet.h54 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd-13.1/contrib/telnet/arpa/
H A Dtelnet.h52 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd-13.1/contrib/telnet/telnetd/
H A Dstate.c204 output_data("%c%c", IAC, DM); in telrcv()
207 printoption("td: send IAC", DM)); in telrcv()
236 case DM: in telrcv()
H A Dtelnetd.c1114 output_data("%c%c", IAC, DM); in telnet()
1117 printoption("td: send IAC", DM)); in telnet()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h736 void pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
849 void pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DM);
850 void pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
/freebsd-13.1/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-13.1/contrib/telnet/telnet/
H A Dtelnet.c1781 case DM: in telrcv()
1787 printoption("RCVD", IAC, DM); in telrcv()
2281 NETADD(DM); in dosynch()
2282 printoption("SENT", IAC, DM); in dosynch()
/freebsd-13.1/sys/contrib/device-tree/Bindings/spi/
H A Dspi-davinci.txt3 Links on DM:
/freebsd-13.1/sys/contrib/device-tree/Bindings/usb/
H A Dqcom,dwc3.yaml86 - description: Wakeup event on DM line.
/freebsd-13.1/sys/dev/e1000/
H A DREADME211 Intel(R) 82566DM-2 Gigabit Network Connection
220 - Intel(R) 82578DM Gigabit Network Connection
233 - Intel(R) 82566DM Gigabit Network Connection
/freebsd-13.1/contrib/tcpdump/
H A Dprint-telnet.c83 #define DM 242 /* data mark--for connect. cleaning */ macro
/freebsd-13.1/secure/caroot/trusted/
H A DCertum_Trusted_Network_CA.pem84 kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x
H A DAffirmTrust_Commercial.pem80 ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL
/freebsd-13.1/sys/dev/sym/
H A Dsym_defs.h340 #define DM 0x04 /* sta: DIFFSENS mismatch (895/6 only) */ macro
/freebsd-13.1/sys/contrib/openzfs/tests/
H A DREADME.md71 destroying any pools named testpool, unused DM devices,
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.h954 auto DM = VM.getTypedMatcher(NK);
955 InnerArgs.push_back(DM);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5514 unsigned DM[2]; in Select() local
5518 DM[i] = 0; in Select()
5520 DM[i] = 1; in Select()
5522 if (Op1 == Op2 && DM[0] == 0 && DM[1] == 0 && in Select()
5546 unsigned tmp = DM[0]; in Select()
5547 DM[0] = 1 - DM[1]; in Select()
5548 DM[1] = 1 - tmp; in Select()
5551 SDValue DMV = CurDAG->getTargetConstant(DM[1] | (DM[0] << 1), dl, in Select()

12