/freebsd/sys/i386/linux/ |
H A D | linux_dummy_machdep.c | 48 UNIMPLEMENTED(break); 49 UNIMPLEMENTED(ftime); 50 UNIMPLEMENTED(fstat); 51 UNIMPLEMENTED(gtty); 52 UNIMPLEMENTED(stty); 53 UNIMPLEMENTED(lock); 54 UNIMPLEMENTED(mpx); 55 UNIMPLEMENTED(prof); 56 UNIMPLEMENTED(profil); 57 UNIMPLEMENTED(ulimit);
|
/freebsd/sys/compat/linux/ |
H A D | linux_dummy.c | 47 UNIMPLEMENTED(afs_syscall); 48 UNIMPLEMENTED(create_module); /* Added in Linux 1.0 removed in 2.6. */ 49 UNIMPLEMENTED(epoll_ctl_old); 50 UNIMPLEMENTED(epoll_wait_old); 51 UNIMPLEMENTED(get_kernel_syms); /* Added in Linux 1.0 removed in 2.6. */ 52 UNIMPLEMENTED(getpmsg); 53 UNIMPLEMENTED(nfsservctl); /* Added in Linux 2.2 removed in 3.1. */ 54 UNIMPLEMENTED(putpmsg); 55 UNIMPLEMENTED(query_module); /* Added in Linux 2.2 removed in 2.6. */ 56 UNIMPLEMENTED(security); [all …]
|
H A D | linux_util.h | 72 #define UNIMPLEMENTED(s) 71 #define UNIMPLEMENTED( global() macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stoptheworld.h | 37 UNIMPLEMENTED(); in GetRegistersAndSP() 40 virtual uptr ThreadCount() const { UNIMPLEMENTED(); } in ThreadCount() 41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); } in GetThreadID()
|
H A D | sanitizer_symbolizer_internal.h | 53 UNIMPLEMENTED(); in SymbolizePC() 59 UNIMPLEMENTED(); in SymbolizeData() 100 UNIMPLEMENTED(); in ReachedEndOfOutput() 106 UNIMPLEMENTED(); in GetArgV()
|
H A D | sanitizer_stacktrace_printer.h | 35 UNIMPLEMENTED(); 40 UNIMPLEMENTED(); in RenderNeedsSymbolization() 54 UNIMPLEMENTED();
|
H A D | sanitizer_procmaps.h | 72 virtual bool Next(MemoryMappedSegment *segment) { UNIMPLEMENTED(); } in Next() 73 virtual bool Error() const { UNIMPLEMENTED(); }; in Error() 74 virtual void Reset() { UNIMPLEMENTED(); } in Reset()
|
H A D | sanitizer_win.cpp | 106 UNIMPLEMENTED(); in internal_dlinfo() 437 UNIMPLEMENTED(); in MapFileToMemory() 441 UNIMPLEMENTED(); in MapWritableFileToMemory() 480 UNIMPLEMENTED(); in GetPwd() 484 UNIMPLEMENTED(); in GetUid() 539 UNIMPLEMENTED(); in ReExec() 545 UNIMPLEMENTED(); in StackSizeIsUnlimited() 549 UNIMPLEMENTED(); in SetStackSizeLimitInBytes() 553 UNIMPLEMENTED(); in AddressSpaceIsUnlimited() 557 UNIMPLEMENTED(); in SetAddressSpaceUnlimited() [all …]
|
H A D | sanitizer_fuchsia.cpp | 67 int internal_dlinfo(void *handle, int request, void *p) { UNIMPLEMENTED(); } in internal_dlinfo() 100 void SignalContext::DumpAllRegisters(void *context) { UNIMPLEMENTED(); } in DumpAllRegisters() 101 const char *SignalContext::Describe() const { UNIMPLEMENTED(); } in Describe() 334 UNIMPLEMENTED(); in MmapFixedNoAccess() 529 uptr GetRSS() { UNIMPLEMENTED(); } in GetRSS()
|
H A D | sanitizer_malloc_mac.inc | 280 UNIMPLEMENTED(); 333 UNIMPLEMENTED(); 337 UNIMPLEMENTED(); 357 // UNIMPLEMENTED();
|
H A D | sanitizer_coverage_fuchsia.cpp | 215 UNIMPLEMENTED(); in __sanitizer_dump_coverage()
|
H A D | sanitizer_symbolizer_posix_libcdep.cpp | 169 UNIMPLEMENTED(); in StartSymbolizerSubprocess()
|
H A D | sanitizer_internal_defs.h | 364 #define UNIMPLEMENTED() UNREACHABLE("unimplemented") macro
|
H A D | sanitizer_mac.cpp | 231 UNIMPLEMENTED(); in internal_dlinfo() 485 UNIMPLEMENTED(); in ReExec()
|
H A D | sanitizer_linux.cpp | 844 UNIMPLEMENTED(); in internal_dlinfo()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fuchsia.cpp | 53 UNIMPLEMENTED(); in AsanApplyToGlobals() 62 UNIMPLEMENTED(); in AsanOnDeadlySignal()
|
H A D | asan_win.cpp | 209 UNIMPLEMENTED(); in AsanApplyToGlobals() 279 void AsanOnDeadlySignal(int, void *siginfo, void *context) { UNIMPLEMENTED(); } in AsanOnDeadlySignal()
|
H A D | asan_linux.cpp | 101 UNIMPLEMENTED(); in AsanApplyToGlobals()
|
/freebsd/crypto/heimdal/appl/ftp/ftpd/ |
H A D | ftpcmd.y | 229 UNIMPLEMENTED for NBBY != 8
|
H A D | ftpcmd.c | 1887 UNIMPLEMENTED for NBBY != 8 in yyparse()
|
/freebsd/libexec/ftpd/ |
H A D | ftpcmd.y | 371 UNIMPLEMENTED for CHAR_BIT != 8
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 119 #define UNIMPLEMENTED if (linuxkpi_debug_80211 & D80211_TODO) \ macro 124 #define UNIMPLEMENTED do { } while (0) macro 989 UNIMPLEMENTED; in lkpi_net80211_state_to_sta_state() 3738 UNIMPLEMENTED; in lkpi_ic_update_promisc() 3745 UNIMPLEMENTED; in lkpi_ic_update_chw()
|
/freebsd/sys/powerpc/aim/ |
H A D | mmu_radix.c | 618 #define UNIMPLEMENTED() panic("%s not implemented", __func__) macro 6163 UNIMPLEMENTED(); in mmu_radix_scan_init() 6171 UNIMPLEMENTED(); in mmu_radix_dumpsys_map()
|