/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lvm.c | 571 #define Protect(x) { {x;} base = ci->u.l.base; } macro 574 Protect( luaC_condGC(L,{L->top = (c); /* limit of live values */ \ 587 else { Protect(luaV_arith(L, ra, rb, rc, tm)); } } 610 Protect(traceexec(L)); in luaV_execute() 646 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra)); in luaV_execute() 649 Protect(luaV_gettable(L, RB(i), RKC(i), ra)); in luaV_execute() 653 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i))); in luaV_execute() 661 Protect(luaV_settable(L, ra, RKB(i), RKC(i))); in luaV_execute() 675 Protect(luaV_gettable(L, rb, RKC(i), ra)); in luaV_execute() 705 Protect(luaV_arith(L, ra, rb, rb, TM_UNM)); in luaV_execute() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Memory.inc | 98 int Protect = getPosixProtectionFlags(PFlags); 101 Protect |= PROT_MPROTECT(PROT_READ | PROT_WRITE | PROT_EXEC); 116 Protect, MMFlags, fd, 0); 173 int Protect = getPosixProtectionFlags(Flags); 186 if (InvalidateCache && !(Protect & PROT_READ)) { 187 int Result = ::mprotect((void *)Start, End - Start, Protect | PROT_READ); 196 int Result = ::mprotect((void *)Start, End - Start, Protect);
|
/freebsd/contrib/lua/src/ |
H A D | lvm.c | 1024 Protect(cond = other(L, s2v(ra), rb)); \ 1045 Protect(cond = luaT_callorderiTM(L, s2v(ra), im, inv, isf, tm)); \ 1118 #define Protect(exp) (savestate(L,ci), (exp), updatetrap(ci)) macro 1265 Protect(luaV_finishget(L, upval, rc, ra, slot)); in luaV_execute() 1280 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1294 Protect(luaV_finishget(L, rb, &key, ra, slot)); in luaV_execute() 1308 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1321 Protect(luaV_finishset(L, upval, rb, rc, slot)); in luaV_execute() 1336 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot)); in luaV_execute() 1350 Protect(luaV_finishset(L, s2v(ra), &key, rc, slot)); in luaV_execute() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Memory.inc | 130 DWORD Protect = getWindowsProtectionFlags(Flags); 134 AllocType, Protect); 173 DWORD Protect = getWindowsProtectionFlags(Flags); 176 if (!VirtualProtect(M.Address, M.AllocatedSize, Protect, &OldFlags))
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | enable_execute_stack.c | 48 &mbi.Protect); in __enable_execute_stack()
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | mmc-spi-slot.txt | 14 Write-Protect GPIO. Note that this does not follow the
|
/freebsd/share/misc/ |
H A D | scsi_modes | 399 {SCSI-3 Associated Write Protect} t1 400 {SCSI-3 Persistent Write Protect} t1 401 {SCSI-3 Permanent Write Protect} t1 480 0x1d "Timeout and Protect" {
|
H A D | usb_hid_usages | 927 0x26D AC Protect
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win.cpp | 432 return mbi.Protect == PAGE_NOACCESS && in MemoryRangeIsAvailable() 964 if (info.Protect == 0 || info.Protect == PAGE_NOACCESS || in IsAccessibleMemoryRange() 965 info.Protect == PAGE_EXECUTE) in IsAccessibleMemoryRange()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MinidumpYAML.cpp | 121 IO &IO, MemoryProtection &Protect) { in bitset() argument 123 IO.bitSetCase(Protect, #NATIVENAME, MemoryProtection::NAME); in bitset() 253 mapOptionalAs<MemoryProtection>(IO, "Protect", Info.Protect, in mapping()
|
/freebsd/sys/contrib/device-tree/Bindings/dma/ |
H A D | ti-dma-crossbar.txt | 53 /* Protect the sDMA request ranges: 10-14 and 100-126 */
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | gpmi-nand.txt | 32 - fsl,use-minimum-ecc: Protect this NAND flash with the minimum ECC
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Minidump.h | 116 support::little_t<MemoryProtection> Protect; member
|
/freebsd/lib/libwrap/ |
H A D | hosts.allow | 28 # Protect against simple DNS spoofing attacks by checking that the
|
/freebsd/tools/test/stress2/misc/ |
H A D | uma_zalloc_arg.sh | 186 + /* Protect ourselves from the sysctl handlers. */
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | z_Windows_NT_util.cpp | 1530 ((lpBuffer.Protect == PAGE_NOACCESS) || in __kmp_is_address_mapped() 1531 (lpBuffer.Protect == PAGE_EXECUTE))); in __kmp_is_address_mapped()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
H A D | MinidumpParser.cpp | 532 MemoryProtection prot = entry.Protect; in CreateRegionsCacheFromMemoryInfoList()
|
/freebsd/contrib/expat/ |
H A D | Changes | 189 #812 #813 Protect against closing entities out of order 299 #663 Protect header expat_config.h from multiple inclusion 614 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks 1121 #43 Protect against compilation without any source of high
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | x509_vfy.h.in | 26 * Protect against recursion, x509.h and x509_vfy.h each include the other.
|
/freebsd/contrib/ntp/ |
H A D | CommitLog-4.1.0 | 2186 * ntpd/ntp_timer.c: Protect <unistd.h> 2366 * ntptrace/ntptrace.c: Protect sys/ioctl.h; grab config.h 2379 * ntpdate/ntpdate.c: Protect sys/ioctl.h 4405 * kernel/sys/ppsclock.h: Protect struct ppsclockev from 4408 * include/ntp_refclock.h: Protect it from multiple inclusion. 5231 * util/ntptime.c (main): Protect STA_NANO
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | ChangeLog | 98 o Protect min_heap_push_ against integer overflow. (8c899768 Tobias Stoeckmann) 99 o Revert "Protect min_heap_push_ against integer overflow." (18104973 Azat Khuzhin) 158 o Protect min_heap_push_ against integer overflow. (0b46bb8c Tobias Stoeckmann)
|
/freebsd/contrib/libevent/ |
H A D | ChangeLog | 98 o Protect min_heap_push_ against integer overflow. (8c899768 Tobias Stoeckmann) 99 o Revert "Protect min_heap_push_ against integer overflow." (18104973 Azat Khuzhin) 158 o Protect min_heap_push_ against integer overflow. (0b46bb8c Tobias Stoeckmann)
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 73 * lib/inttostr.c (inttostr): Protect i < 0 by compile-time 223 * lib/file-type.h: Protect against double inclusion. Detect 2970 * system.h [!USG && !_POSIX_VERSION]: Protect from conflicting
|
/freebsd/sys/contrib/zlib/ |
H A D | ChangeLog | 290 - Protect for long name and extra fields in contrib/minizip [Vollant] 642 - Protect against _FILE_OFFSET_BITS being defined when compiling zlib
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 493 40. Protect HAVE_ICONV with NLS_CATALOGS 1745 16. Hpux 8.0 has SIGWINDOW but we cannot get the window size. Protect
|