| /freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | BEGEMOT-WIRELESS-MIB.txt | 729 UNITS "frames" 1813 UNITS "frames" 1822 UNITS "frames" 1831 UNITS "frames" 1840 UNITS "frames" 1849 UNITS "frames" 1859 UNITS "frames" 1869 UNITS "frames" 1879 UNITS "frames" 1889 UNITS "frames" [all …]
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libexecinfo/ |
| H A D | t_backtrace.c | 58 } frames[] = { in myfunc3() local 75 for (j = 0; j < __arraycount(frames); ++j) { in myfunc3() 76 if (!frames[j].is_optional) in myfunc3() 102 if (frames[i].is_optional && in myfunc3() 103 strcmp(strings[j], frames[i].name)) { in myfunc3() 107 ATF_CHECK_STREQ(strings[j], frames[i].name); in myfunc3()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_suppressions.cpp | 84 SymbolizedStack *frames = symbolizer->SymbolizePC(addr); in IsStackTraceSuppressed() local 85 CHECK(frames); in IsStackTraceSuppressed() 86 for (SymbolizedStack *cur = frames; cur; cur = cur->next) { in IsStackTraceSuppressed() 94 frames->ClearAll(); in IsStackTraceSuppressed() 98 frames->ClearAll(); in IsStackTraceSuppressed()
|
| /freebsd-13.1/sys/dev/hwpmc/ |
| H A D | hwpmc_powerpc.c | 75 int frames = 0; in pmc_save_kernel_callchain() local 77 cc[frames++] = PMC_TRAPFRAME_TO_PC(tf); in pmc_save_kernel_callchain() 81 for (; frames < maxsamples; frames++) { in pmc_save_kernel_callchain() 100 cc[frames] = pc; in pmc_save_kernel_callchain() 104 return (frames); in pmc_save_kernel_callchain() 622 int frames = 0; in pmc_save_user_callchain() local 624 cc[frames++] = PMC_TRAPFRAME_TO_PC(tf); in pmc_save_user_callchain() 628 for (; frames < maxsamples; frames++) { in pmc_save_user_callchain() 638 cc[frames] = fuword(sp + 2); in pmc_save_user_callchain() 642 cc[frames] = fuword32((uint32_t *)sp + 1); in pmc_save_user_callchain() [all …]
|
| H A D | hwpmc_mips.c | 753 int frames = 0; in pmc_save_kernel_callchain() local 759 cc[frames++] = pc; in pmc_save_kernel_callchain() 766 if (frames >= nframes) in pmc_save_kernel_callchain() 772 cc[frames++] = pc; in pmc_save_kernel_callchain() 776 return (frames); in pmc_save_kernel_callchain() 784 int frames = 0; in pmc_save_user_callchain() local 790 cc[frames++] = pc; in pmc_save_user_callchain() 798 if (frames >= nframes) in pmc_save_user_callchain() 804 cc[frames++] = pc; in pmc_save_user_callchain() 808 return (frames); in pmc_save_user_callchain()
|
| /freebsd-13.1/share/examples/bootforth/ |
| H A D | frames.4th | 5 marker task-frames.4th 15 \ Single frames 22 \ Double frames 43 : f_single ( -- ) \ set frames to single 52 : f_double ( -- ) \ set frames to double
|
| H A D | boot.4th | 13 cr .( - frames.4th...) 14 s" /boot/frames.4th" O_RDONLY fopen dup fload fclose
|
| H A D | loader.rc | 19 cr .( - frames.4th...) 20 s" /boot/frames.4th" O_RDONLY fopen dup fload fclose
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_report.cpp | 22 ReportStack::ReportStack() : frames(nullptr), suppressable(false) {} in ReportStack() 124 if (ent == 0 || ent->frames == 0) { in PrintStack() 128 SymbolizedStack *frame = ent->frames; in PrintStack() 311 static SymbolizedStack *SkipTsanInternalFrames(SymbolizedStack *frames) { in SkipTsanInternalFrames() argument 312 while (FrameIsInternal(frames) && frames->next) in SkipTsanInternalFrames() 313 frames = frames->next; in SkipTsanInternalFrames() 314 return frames; in SkipTsanInternalFrames() 385 if (SymbolizedStack *frame = SkipTsanInternalFrames(stack->frames)) in PrintReport() 400 if (ent == 0 || ent->frames == 0) { in PrintStack() 404 SymbolizedStack *frame = ent->frames; in PrintStack()
|
| H A D | tsan_debugging.cpp | 86 if (rep->sleep) CopyTrace(rep->sleep->frames, sleep_trace, trace_size); in __tsan_get_report_data() 103 if (stack) CopyTrace(stack->frames, trace, trace_size); in __tsan_get_report_stack() 119 if (mop->stack) CopyTrace(mop->stack->frames, trace, trace_size); in __tsan_get_report_mop() 138 if (loc->stack) CopyTrace(loc->stack->frames, trace, trace_size); in __tsan_get_report_loc() 161 if (mutex->stack) CopyTrace(mutex->stack->frames, trace, trace_size); in __tsan_get_report_mutex() 177 if (thread->stack) CopyTrace(thread->stack->frames, trace, trace_size); in __tsan_get_report_thread()
|
| H A D | tsan_suppressions.cpp | 114 for (const SymbolizedStack *frame = stack->frames; frame; in IsSuppressed() 120 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr) in IsSuppressed() 121 return IsSuppressed(kSuppressionRaceTop, stack->frames->info, sp); in IsSuppressed()
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | misc.c | 102 int i, frames = backtrace(stack, sizeof(stack) / sizeof(stack[0])); in _krb5_debug_backtrace() local 103 if (frames > 0) in _krb5_debug_backtrace() 104 strs = backtrace_symbols(stack, frames); in _krb5_debug_backtrace() 106 for (i = 0; i < frames; i++) in _krb5_debug_backtrace()
|
| /freebsd-13.1/stand/forth/ |
| H A D | frames.4th | 28 marker task-frames.4th 43 \ ASCII frames (used when serial console is detected) 49 \ Single frames 56 \ Double frames 79 : f_ascii ( -- ) ( -- ) \ set frames to ascii 88 : f_single ( -- ) \ set frames to single 98 : f_double ( -- ) \ set frames to double
|
| /freebsd-13.1/usr.sbin/fwcontrol/ |
| H A D | fwdv.c | 264 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; in dvsend() local 322 frames = 0; in dvsend() 359 fprintf(stderr, "%d", frames % 10); in dvsend() 360 frames ++; in dvsend() 361 if (count > 0 && frames > count) in dvsend() 363 if (frames % frame_rate[system] == 0) in dvsend() 418 frames, rtime, frames/rtime); in dvsend()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | marvell,odmi-controller.txt | 17 - marvell,odmi-frames : Number of ODMI frames available. Each frame 36 marvell,odmi-frames = <4>;
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_libcdep.cpp | 35 SymbolizedStack *frames = symbolize_ in ProcessAddressFrames() local 38 if (!frames) in ProcessAddressFrames() 41 for (SymbolizedStack *cur = frames; cur; cur = cur->next) { in ProcessAddressFrames() 53 frames->ClearAll(); in ProcessAddressFrames()
|
| H A D | sanitizer_unwind_linux_libcdep.cpp | 161 InternalMmapVector<backtrace_frame_t> frames(kStackTraceMax); in UnwindSlow() local 164 frames.data(), in UnwindSlow() 174 trace_buffer[size++] = frames[i].absolute_pc + 2; in UnwindSlow()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBThread.i | 441 frames = [] 443 frames.append(frame) 444 return frames 451 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll…
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | README | 117 IEEE 802.1X uses Extensible Authentication Protocol (EAP). The frames 125 frames used by that server. RADIUS is suitable for this, but IEEE 129 is a relatively simple mechanism for denying normal frames going to 131 frames to be passed between the Supplicant and the Authenticator even 135 receives 802.1X (EAPOL) frames from the Supplicant using the wlan#ap 136 device that is also used with IEEE 802.11 management frames. The 137 frames to the Supplicant are sent using the same device. 143 relays the frames between the Supplicant and the Authentication 153 Unauthorized state and only IEEE 802.1X frames are accepted at this 156 the virtual port is set to Authorized state and frames from and to the [all …]
|
| H A D | README-MULTI-AP | 52 must use 4-address mode for all frames sent over this link ([3], section 14). 68 only be used for frames sent to a backhaul STA, not to a normal STA. Also, 69 frames sent to a backhaul STA must use 4-address mode, while frames sent to a 104 6. STA and AP both use 4-address mode for Data frames. 143 1. Fronthaul BSS Beacon frames advertise WPS support (nothing Multi-AP
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | flif | 20 >>5 ubyte <255 \b, %i frames 26 >>>6 beshort x \b, %i frames,
|
| /freebsd-13.1/tools/tools/net80211/wlaninject/ |
| H A D | README | 3 This tool generates raw 802.11 frames. The resulting frame will 22 -N Mark transmitted frames such that no ACK is expected. In practice, 61 This is mainly used for management frames. For data frames, -b
|
| /freebsd-13.1/sys/contrib/zstd/doc/ |
| H A D | README.md | 23 …m/facebook/zstd/tree/dev/tests#decodecorpus---tool-to-generate-zstandard-frames-for-decoder-testin… 24 This tool, stored in `/tests` directory, is able to generate random valid frames,
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_hole.h | 53 uint64_t frames; member
|
| /freebsd-13.1/sys/dev/usb/gadget/ |
| H A D | g_audio.c | 171 .frames = G_AUDIO_FRAMES, 183 .frames = G_AUDIO_FRAMES, 195 .frames = G_AUDIO_FRAMES, 207 .frames = G_AUDIO_FRAMES,
|