HomeSort by relevance Sort by last modified time
    Searched refs:prot (Results 201 - 225 of 243) sorted by null

1 2 3 4 5 6 7 8910

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 592 TSAN_INTERCEPTOR(void*, mmap, void *addr, long_t sz, int prot,
594 SCOPED_TSAN_INTERCEPTOR(mmap, addr, sz, prot, flags, fd, off);
597 void *res = REAL(mmap)(addr, sz, prot, flags, fd, off);
606 TSAN_INTERCEPTOR(void*, mmap64, void *addr, long_t sz, int prot,
608 SCOPED_TSAN_INTERCEPTOR(mmap64, addr, sz, prot, flags, fd, off);
611 void *res = REAL(mmap64)(addr, sz, prot, flags, fd, off);
    [all...]
  /external/ppp/pppd/
lcp.c 550 u_short prot; local
557 GETSHORT(prot, inp);
572 if (protp->protocol == prot && protp->enabled_flag) {
577 warn("Protocol-Reject for unsupported protocol 0x%x", prot);
    [all...]
  /external/v8/src/
platform-win32.cc 929 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE; local
933 prot);
1538 int prot = is_executable ? PAGE_EXECUTE_READWRITE : PAGE_READWRITE; local
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Posix.java 87 public native long mmap(long address, long byteCount, int prot, int flags, FileDescriptor fd, long offset) throws ErrnoException;
  /external/dnsmasq/src/
dnsmasq.h 696 unsigned short prot);
698 char *name, time_t now, unsigned short prot);
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c 940 void VG_(di_notify_mprotect)( Addr a, SizeT len, UInt prot )
942 Bool exe_ok = toBool(prot & VKI_PROT_EXEC);
944 exe_ok = exe_ok || toBool(prot & VKI_PROT_READ);
956 void VG_(di_notify_vm_protect)( Addr a, SizeT len, UInt prot )
965 Bool r_ok = toBool(prot & VKI_PROT_READ);
966 Bool w_ok = toBool(prot & VKI_PROT_WRITE);
967 Bool x_ok = toBool(prot & VKI_PROT_EXEC);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbvideo.c 184 static void *do_mmap(void *start, size_t length, int prot, int flags, int fd, off_t offset)
187 ret = mmap(start, length, prot, flags, fd, offset);
189 ret = mmap(start, length, prot,
    [all...]
  /external/svox/pico/lib/
picoos.c 462 int prot = PICOPAL_PROT_READ; local
464 prot |= PICOPAL_PROT_WRITE;
466 picopal_mpr_protect(addr, len, prot);
    [all...]
  /external/mdnsresponder/Clients/
dns-sd.c 1232 DNSServiceProtocol prot = GetProtocol(argv[opi+0]); \/\/ Must specify TCP or UDP local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc32-linux.c 701 unsigned long, prot, unsigned long, flags,
720 unsigned long, prot, unsigned long, flags,
    [all...]
syswrap-darwin.c 659 cs->prot, VKI_MAP_PRIVATE, 0, cs->offset);
5427 UInt prot = MACH_ARG(vm_protect.new_protection); local
5816 UInt prot = reply->cur_protection & reply->max_protection; local
6120 UInt prot = MACH_ARG(mach_vm_protect.new_protection); local
    [all...]
syswrap-mips32-linux.c     [all...]
syswrap-ppc64-linux.c 728 unsigned long, prot, unsigned long, flags,
747 //zz unsigned long, prot, unsigned long, flags,
    [all...]
syswrap-amd64-linux.c 1009 unsigned long, prot, unsigned long, flags,
    [all...]
syswrap-arm-linux.c     [all...]
syswrap-x86-linux.c     [all...]
  /dalvik/vm/alloc/
Copying.cpp 262 int prot = PROT_READ | PROT_WRITE; local
263 void *addr = mmap(NULL, length, prot, flags, -1, 0);
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 108 public static boolean checkLevel(boolean pub, boolean prot, boolean pkgp, boolean priv,
117 if (prot && checkLevel(SHOW_PROTECTED)) {
    [all...]
  /external/mdnsresponder/mDNSCore/
uDNS.c 519 const char *prot = n->Protocol == NATOp_MapUDP ? "UDP" : n->Protocol == NATOp_MapTCP ? "TCP" : "?"; local
520 (void)prot;
525 n, prot, mDNSVal16(n->IntPort), mDNSVal16(extport), lease, err);
540 n, prot, mDNSVal16(n->IntPort), mDNSVal16(n->RequestedPort), mDNSVal16(extport));
546 n, prot, mDNSVal16(n->IntPort), mDNSVal16(extport), lease);
566 LogMsg("Error! Tried to add a NAT traversal that's already in the active list: request %p Prot %d Int %d TTL %d",
575 LogMsg("Warning: Created port mapping request %p Prot %d Int %d TTL %d "
576 "duplicates existing port mapping request %p Prot %d Int %d TTL %d",
638 LogMsg("Warning: Removed port mapping request %p Prot %d Int %d TTL %d "
639 "duplicates existing port mapping request %p Prot %d Int %d TTL %d"
4125 const mDNSu8 *prot = (const mDNSu8 *)"\\004_udp"; local
    [all...]
  /external/blktrace/
blktrace.c 709 static void *my_mmap(void *addr, size_t length, int prot, int flags, int fd,
715 new = mmap(addr, length, prot, flags, fd, offset);
    [all...]
  /libcore/luni/src/main/native/
libcore_io_Posix.cpp     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 2578 unsigned int prot = 0; local
    [all...]
  /external/openssh/
sshd.c 83 #include <prot.h>
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 56 class HasProt { protected: int prot; }; member in class:HasProt
    [all...]

Completed in 3369 milliseconds

1 2 3 4 5 6 7 8910