| /freebsd-12.1/contrib/ntp/scripts/deprecated/ |
| H A D | freq_adj.in | 21 open(DM, "/var/run/dmesg.boot"); 22 while(<DM>) { 29 close(DM);
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | Consumed.cpp | 1093 for (const auto &DM : VarMap) { in checkParamsForReturnTypestate() local 1094 if (isa<ParmVarDecl>(DM.first)) { in checkParamsForReturnTypestate() 1102 if (DM.second != ExpectedState) in checkParamsForReturnTypestate() 1105 stateToString(DM.second)); in checkParamsForReturnTypestate() 1141 for (const auto &DM : Other.VarMap) { in intersect() local 1147 if (LocalState != DM.second) in intersect() 1148 VarMap[DM.first] = CS_Unknown; in intersect() 1165 if (LocalState != DM.second) { in intersectAtLoopHead() 1166 VarMap[DM.first] = CS_Unknown; in intersectAtLoopHead() 1193 for (const auto &DM : Other->VarMap) in operator !=() local [all …]
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 228 auto DM = llvm::make_unique<DataMemberLayoutItem>(*this, std::move(Data)); in initializeChildren() local 230 addChildToLayout(std::move(DM)); in initializeChildren()
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | state.c | 182 output_data ("%c%c", IAC, DM); in telrcv() 185 printoption("td: send IAC", DM)); in telrcv() 214 case DM: in telrcv()
|
| H A D | telnetd.c | 1161 output_data ("%c%c", IAC, DM); in my_telnet() 1165 printoption("td: send IAC", DM)); in my_telnet()
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/arpa/ |
| H A D | telnet.h | 55 #define DM 242 /* data mark--for connect. cleaning */ macro
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | LegacyPassManager.cpp | 778 PMDataManager *DM = getAsPMDataManager(); in schedulePass() local 779 AnalysisResolver *AR = new AnalysisResolver(*DM); in schedulePass() 781 DM->initializeAnalysisImpl(P); in schedulePass() 783 DM->recordAvailableAnalysis(IP); in schedulePass() 1096 PMDataManager &DM = PUsed->getResolver()->getPMDataManager(); in add() local 1097 RDepth = DM.getDepth(); in add()
|
| /freebsd-12.1/include/arpa/ |
| H A D | telnet.h | 54 #define DM 242 /* data mark--for connect. cleaning */ macro
|
| /freebsd-12.1/contrib/telnet/arpa/ |
| H A D | telnet.h | 52 #define DM 242 /* data mark--for connect. cleaning */ macro
|
| /freebsd-12.1/contrib/telnet/telnetd/ |
| H A D | state.c | 204 output_data("%c%c", IAC, DM); in telrcv() 207 printoption("td: send IAC", DM)); in telrcv() 236 case DM: in telrcv()
|
| H A D | telnetd.c | 1115 output_data("%c%c", IAC, DM); in telnet() 1118 printoption("td: send IAC", DM)); in telnet()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | RDFGraph.h | 737 void pushAllDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM); 854 void pushClobbers(NodeAddr<InstrNode*> IA, DefStackMap &DM); 855 void pushDefs(NodeAddr<InstrNode*> IA, DefStackMap &DM);
|
| H A D | HexagonFrameLowering.cpp | 2234 HexagonBlockRanges::RegToRangeMap DM = HBR.computeDeadMap(IM, LM); in optimizeSpillSlots() local 2236 << HexagonBlockRanges::PrintRangeMap(DM, HRI)); in optimizeSpillSlots() 2258 unsigned FoundR = this->findPhysReg(MF, Range, IM, DM, RC); in optimizeSpillSlots() 2325 DM[RR].subtract(Range); in optimizeSpillSlots()
|
| H A D | RDFGraph.cpp | 975 DefStackMap DM; in build() local 976 linkBlockRefs(DM, EA); in build()
|
| /freebsd-12.1/crypto/heimdal/appl/telnet/telnet/ |
| H A D | telnet.c | 1699 case DM: in telrcv() 1705 printoption("RCVD", IAC, DM); in telrcv() 2264 NETADD(DM); in dosynch() 2265 printoption("SENT", IAC, DM); in dosynch()
|
| /freebsd-12.1/contrib/telnet/telnet/ |
| H A D | telnet.c | 1781 case DM: in telrcv() 1787 printoption("RCVD", IAC, DM); in telrcv() 2281 NETADD(DM); in dosynch() 2282 printoption("SENT", IAC, DM); in dosynch()
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-telnet.c | 83 #define DM 242 /* data mark--for connect. cleaning */ macro
|
| /freebsd-12.1/sys/dev/e1000/ |
| H A D | README | 216 Intel(R) 82566DM-2 Gigabit Network Connection 228 Intel(R) 82566DM Gigabit Network Connection
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | Debugify.cpp | 451 static RegisterPass<DebugifyModulePass> DM("debugify", variable
|
| /freebsd-12.1/sys/dev/sym/ |
| H A D | sym_defs.h | 340 #define DM 0x04 /* sta: DIFFSENS mismatch (895/6 only) */ macro
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelDAGToDAG.cpp | 4903 unsigned DM[2]; in Select() local 4907 DM[i] = 0; in Select() 4909 DM[i] = 1; in Select() 4911 if (Op1 == Op2 && DM[0] == 0 && DM[1] == 0 && in Select() 4935 unsigned tmp = DM[0]; in Select() 4936 DM[0] = 1 - DM[1]; in Select() 4937 DM[1] = 1 - tmp; in Select() 4940 SDValue DMV = CurDAG->getTargetConstant(DM[1] | (DM[0] << 1), dl, in Select()
|
| /freebsd-12.1/usr.sbin/services_mkdb/ |
| H A D | services | 1330 netviewdm1 729/tcp #IBM NetView DM/6000 Server/Client 1331 netviewdm1 729/udp #IBM NetView DM/6000 Server/Client 1332 netviewdm2 730/tcp #IBM NetView DM/6000 send/tcp 1333 netviewdm2 730/udp #IBM NetView DM/6000 send/tcp 1334 netviewdm3 731/tcp #IBM NetView DM/6000 receive/tcp 1335 netviewdm3 731/udp #IBM NetView DM/6000 receive/tcp
|
| /freebsd-12.1/sys/i386/conf/ |
| H A D | GENERIC | 262 device vte # DM&P Vortex86 RDC R6040 Fast Ethernet
|
| /freebsd-12.1/share/misc/ |
| H A D | iso3166 | 84 DM DMA 212 Dominica
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | zone1970.tab | 340 TT,AG,AI,BL,DM,GD,GP,KN,LC,MF,MS,VC,VG,VI +1039-06131 America/Port_of_Spain
|