HomeSort by relevance Sort by last modified time
    Searched defs:prot (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /external/v8/src/
platform-openbsd.cc 189 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); local
191 void* mbase = mmap(addr, msize, prot, MAP_PRIVATE | MAP_ANON, -1, 0);
490 int prot = PROT_READ | PROT_WRITE | (is_executable ? PROT_EXEC : 0); local
493 prot,
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...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 335 void (*record_mapping)( Addr addr, SizeT len, UInt prot,
863 static void sync_check_mapping_callback ( Addr addr, SizeT len, UInt prot,
2837 UInt prot; local
3230 UInt prot; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 145 static void notify_core_of_mmap(Addr a, SizeT len, UInt prot,
155 d = VG_(am_notify_client_mmap)( a, len, prot, flags, fd, offset );
162 static void notify_tool_of_mmap(Addr a, SizeT len, UInt prot, ULong di_handle)
171 rr = toBool(prot & VKI_PROT_READ);
172 ww = toBool(prot & VKI_PROT_WRITE);
173 xx = toBool(prot & VKI_PROT_EXEC);
196 ML_(notify_core_and_tool_of_mmap) ( Addr a, SizeT len, UInt prot,
202 notify_core_of_mmap(a, len, prot, flags, fd, offset);
203 notify_tool_of_mmap(a, len, prot, 0/*di_handle*/);
221 ML_(notify_core_and_tool_of_mprotect) ( Addr a, SizeT len, Int prot )
1773 UInt prot = VKI_PROT_READ|VKI_PROT_WRITE; local
3542 Int prot = ARG3; local
    [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...]
  /external/clang/test/SemaCXX/
type-traits.cpp 81 class HasProt { protected: int prot; }; member in class:HasProt
    [all...]
  /external/iproute2/misc/
ss.c 2264 int prot; local
2340 int prot, pid; local
    [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/qemu/
monitor.c 1281 uint32_t end, int prot)
1285 if (prot != prot1) {
1304 int l1, l2, prot, last_prot; local
    [all...]
exec.c 1160 int prot; local
2146 int i, j, prot, prot1; local
2284 unsigned int page_index, prot, pindex; local
    [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/wpa_supplicant_8/src/drivers/
driver_nl80211.c 2925 unsigned int prot = 0; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 5353 uint16 prot; \/* L4 protocol (only TCP or UDP) *\/ member in struct:trf_mgmt_filter
    [all...]

Completed in 986 milliseconds

1 2 3 45