| /freebsd-14.2/usr.sbin/ppp/ |
| H A D | mppe.c | 120 if (mop->stateless) in MPPEResetOutput() 195 if (mop->stateless || mop->flushnext) { in MPPEOutput() 205 RC4_set_key(&mop->rc4key, mop->keylen, mop->sesskey); in MPPEOutput() 219 mop->cohnum++; in MPPEOutput() 755 if (mop->keylen > sizeof mop->mastkey) in MPPEInitOutput() 756 mop->keylen = sizeof mop->mastkey; in MPPEInitOutput() 757 memcpy(mop->mastkey, bundle->radius.mppe.sendkey, mop->keylen); in MPPEInitOutput() 760 GetAsymetricStartKey(MPPE_MasterKey, mop->mastkey, mop->keylen, 1, in MPPEInitOutput() 763 GetNewKeyFromSHA(mop->mastkey, mop->mastkey, mop->keylen, mop->sesskey); in MPPEInitOutput() 776 RC4_set_key(&mop->rc4key, mop->keylen, mop->sesskey); in MPPEInitOutput() [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cpp | 146 if (mop->external_tag == kExternalTagNone) { in PrintMop() 148 MopDesc(first, mop->write, mop->atomic), mop->size, in PrintMop() 149 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop() 156 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop() 158 PrintMutexSet(mop->mset); in PrintMop() 161 PrintStack(mop->stack); in PrintMop() 384 (first ? (mop->write ? "Write" : "Read") in PrintMop() 386 reinterpret_cast<void *>(mop->addr)); in PrintMop() 387 if (mop->tid == kMainGoroutineId) in PrintMop() 390 Printf("goroutine %d:\n", mop->tid); in PrintMop() [all …]
|
| H A D | tsan_debugging.cpp | 115 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop() local 116 *tid = mop->tid; in __tsan_get_report_mop() 117 *addr = (void *)mop->addr; in __tsan_get_report_mop() 118 *size = mop->size; in __tsan_get_report_mop() 119 *write = mop->write ? 1 : 0; in __tsan_get_report_mop() 120 *atomic = mop->atomic ? 1 : 0; in __tsan_get_report_mop() 121 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop()
|
| H A D | tsan_rtl_report.cpp | 183 auto *mop = New<ReportMop>(); in AddMemoryAccess() local 184 rep_->mops.PushBack(mop); in AddMemoryAccess() 185 mop->tid = tid; in AddMemoryAccess() 186 mop->addr = addr + addr0; in AddMemoryAccess() 187 mop->size = size; in AddMemoryAccess() 188 mop->write = !(typ & kAccessRead); in AddMemoryAccess() 189 mop->atomic = typ & kAccessAtomic; in AddMemoryAccess() 191 mop->external_tag = external_tag; in AddMemoryAccess() 192 if (mop->stack) in AddMemoryAccess() 193 mop->stack->suppressable = true; in AddMemoryAccess() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoZimop.td | 51 def MOPR#i : RVMopr<0b1000111, i, 0b100, OPC_SYSTEM, "mop.r."#i>, 57 def MOPRR#i : RVMoprr<0b1001, i, 0b100, OPC_SYSTEM, "mop.rr."#i>,
|
| H A D | RISCVInstrFormatsV.td | 249 class RVInstVLX<bits<3> nf, bit mew, RISCVMOP mop, bits<3> width, 259 let Inst{27-26} = mop.Value; 313 class RVInstVSX<bits<3> nf, bit mew, RISCVMOP mop, bits<3> width, 323 let Inst{27-26} = mop.Value;
|
| H A D | RISCVInstrInfoV.td | 339 class VIndexedLoad<RISCVMOP mop, RISCVWidth width, string opcodestr> 340 : RVInstVLX<0b000, width.Value{3}, mop, width.Value{2-0}, 365 class VIndexedSegmentLoad<bits<3> nf, RISCVMOP mop, RISCVWidth width, 367 : RVInstVLX<nf, width.Value{3}, mop, width.Value{2-0}, 403 class VIndexedStore<RISCVMOP mop, RISCVWidth width, string opcodestr> 404 : RVInstVSX<0b000, width.Value{3}, mop, width.Value{2-0}, (outs), 421 class VIndexedSegmentStore<bits<3> nf, RISCVMOP mop, RISCVWidth width, 423 : RVInstVSX<nf, width.Value{3}, mop, width.Value{2-0}, (outs),
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | abilis,tb10x-iomux.txt | 30 - Parallel TS output port: mop
|
| /freebsd-14.2/sys/net80211/ |
| H A D | ieee80211_ioctl.c | 1342 struct mlmeop *mop = arg; in domlme() local 1345 if (vap != mop->vap) in domlme() 1354 mlmedebug(vap, ni->ni_macaddr, mop->op, mop->reason); in domlme() 1355 if (mop->op == IEEE80211_MLME_DEAUTH) { in domlme() 1357 mop->reason); in domlme() 1360 mop->reason); in domlme()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arc/ |
| H A D | abilis_tb100.dtsi | 97 abilis,function = "mop";
|
| H A D | abilis_tb101.dtsi | 103 abilis,function = "mop";
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | bmake.cat1 | 372 Variable assignments have the form `[4mNAME[24m [4mop[24m [4mvalue[24m', where: 377 [4mop[24m is one of the variable assignment operators described be- 383 Whitespace around [4mNAME[24m, [4mop[24m and [4mvalue[24m is discarded.
|
| /freebsd-14.2/share/dict/ |
| H A D | web2a | 16923 dish mop 17315 dolly-mop 22317 floor mop 35956 mop-up
|
| H A D | web2 | 119453 mop
|