| /freebsd-11-stable/usr.sbin/ppp/ |
| HD | mppe.c | 120 struct mppe_state *mop = (struct mppe_state *)v; in MPPEResetOutput() local 122 if (mop->stateless) in MPPEResetOutput() 126 mop->flushnext = 1; in MPPEResetOutput() 163 struct mppe_state *mop = (struct mppe_state *)v; in MPPEOutput() local 187 prefix = MPPE_ENCRYPTED | mop->cohnum; in MPPEOutput() 189 if (mop->stateless || in MPPEOutput() 190 (mop->cohnum & MPPE_HEADER_FLAGMASK) == MPPE_HEADER_FLAG) { in MPPEOutput() 192 log_Printf(LogDEBUG, "MPPEOutput: Key changed [%d]\n", mop->cohnum); in MPPEOutput() 193 MPPEKeyChange(mop); in MPPEOutput() 197 if (mop->stateless || mop->flushnext) { in MPPEOutput() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_report.cpp | 161 static void PrintMop(const ReportMop *mop, bool first) { in PrintMop() argument 165 if (mop->external_tag == kExternalTagNone) { in PrintMop() 167 MopDesc(first, mop->write, mop->atomic), mop->size, in PrintMop() 168 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop() 170 const char *object_type = GetObjectTypeFromTag(mop->external_tag); in PrintMop() 174 ExternalMopDesc(first, mop->write), object_type, in PrintMop() 175 (void *)mop->addr, thread_name(thrbuf, mop->tid)); in PrintMop() 177 PrintMutexSet(mop->mset); in PrintMop() 180 PrintStack(mop->stack); in PrintMop() 411 static void PrintMop(const ReportMop *mop, bool first) { in PrintMop() argument [all …]
|
| HD | tsan_debugging.cpp | 113 ReportMop *mop = rep->mops[idx]; in __tsan_get_report_mop() local 114 *tid = mop->tid; in __tsan_get_report_mop() 115 *addr = (void *)mop->addr; in __tsan_get_report_mop() 116 *size = mop->size; in __tsan_get_report_mop() 117 *write = mop->write ? 1 : 0; in __tsan_get_report_mop() 118 *atomic = mop->atomic ? 1 : 0; in __tsan_get_report_mop() 119 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop()
|
| HD | tsan_rtl_report.cpp | 169 ReportMop *mop = new(mem) ReportMop; in AddMemoryAccess() local 170 rep_->mops.PushBack(mop); in AddMemoryAccess() 171 mop->tid = s.tid(); in AddMemoryAccess() 172 mop->addr = addr + s.addr0(); in AddMemoryAccess() 173 mop->size = s.size(); in AddMemoryAccess() 174 mop->write = s.IsWrite(); in AddMemoryAccess() 175 mop->atomic = s.IsAtomic(); in AddMemoryAccess() 176 mop->stack = SymbolizeStack(stack); in AddMemoryAccess() 177 mop->external_tag = external_tag; in AddMemoryAccess() 178 if (mop->stack) in AddMemoryAccess() [all …]
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-s390.c | 2116 unsigned short mop; local 2118 mop = bfd_getb16 ((unsigned char *) where); 2119 mop |= (unsigned short) (value & 0xfff); 2120 bfd_putb16 ((bfd_vma) mop, (unsigned char *) where); 2129 unsigned int mop; local 2130 mop = bfd_getb32 ((unsigned char *) where); 2131 mop |= (unsigned int) ((value & 0xfff) << 8 | 2133 bfd_putb32 ((bfd_vma) mop, (unsigned char *) where);
|
| /freebsd-11-stable/sys/net80211/ |
| HD | ieee80211_ioctl.c | 1312 struct mlmeop *mop = arg; in domlme() local 1315 if (vap != mop->vap) in domlme() 1324 mlmedebug(vap, ni->ni_macaddr, mop->op, mop->reason); in domlme() 1325 if (mop->op == IEEE80211_MLME_DEAUTH) { in domlme() 1327 mop->reason); in domlme() 1330 mop->reason); in domlme()
|
| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | sparc-opc.c | 1179 #define fmovrs(mop, mask, flags) /* v9 */ \ argument 1180 …fmrrs(mop, F3(2, 0x35, 0)|OPF_LOW5(5)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~5)|RCOND(~(mask)), (… 1181 #define fmovrd(mop, mask, flags) /* v9 */ \ argument 1182 …fmrrd(mop, F3(2, 0x35, 0)|OPF_LOW5(6)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~6)|RCOND(~(mask)), (… 1183 #define fmovrq(mop, mask, flags) /* v9 */ \ argument 1184 …fmrrq(mop, F3(2, 0x35, 0)|OPF_LOW5(7)|RCOND(mask), F3(~2, ~0x35, 0)|OPF_LOW5(~7)|RCOND(~(mask)), (…
|
| /freebsd-11-stable/share/dict/ |
| HD | web2a | 16923 dish mop 17315 dolly-mop 22317 floor mop 35956 mop-up
|
| HD | web2 | 119431 mop
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | ChangeLog-2003 | 24861 mop up unnecessarly moves through LO.
|