Searched refs:__addr (Results 1 – 12 of 12) sorted by relevance
/bionic/libc/include/sys/ |
D | mman.h | 52 void* mmap(void* __addr, size_t __size, int __prot, int __flags, int __fd, off_t __offset) __RENAME… 54 void* mmap(void* __addr, size_t __size, int __prot, int __flags, int __fd, off_t __offset); 66 void* mmap64(void* __addr, size_t __size, int __prot, int __flags, int __fd, off64_t __offset) __IN… 75 int munmap(void* __addr, size_t __size); 83 int msync(void* __addr, size_t __size, int __flags); 91 int mprotect(void* __addr, size_t __size, int __prot); 130 int mlock(const void* __addr, size_t __size); 138 int mlock2(const void* __addr, size_t __size, int __flags) __INTRODUCED_IN(30); 146 int munlock(const void* __addr, size_t __size); 154 int mincore(void* __addr, size_t __size, unsigned char* __vector); [all …]
|
D | socket.h | 296 __socketcall int accept(int __fd, struct sockaddr* __addr, socklen_t* __addr_length); 297 __socketcall int accept4(int __fd, struct sockaddr* __addr, socklen_t* __addr_length, int __flags) … 298 __socketcall int bind(int __fd, const struct sockaddr* __addr, socklen_t __addr_length); 299 __socketcall int connect(int __fd, const struct sockaddr* __addr, socklen_t __addr_length); 300 __socketcall int getpeername(int __fd, struct sockaddr* __addr, socklen_t* __addr_length); 301 __socketcall int getsockname(int __fd, struct sockaddr* __addr, socklen_t* __addr_length);
|
D | shm.h | 50 void* shmat(int __shm_id, const void* __addr, int __flags) __INTRODUCED_IN(26); 54 int shmdt(const void* __addr) __INTRODUCED_IN(26);
|
D | quota.h | 54 int quotactl(int __cmd, const char* __special, int __id, char* __addr) __INTRODUCED_IN(26);
|
/bionic/libc/include/arpa/ |
D | inet.h | 40 int inet_aton(const char* __s, struct in_addr* __addr); 41 in_addr_t inet_lnaof(struct in_addr __addr) __INTRODUCED_IN(21); 43 in_addr_t inet_netof(struct in_addr __addr) __INTRODUCED_IN(21); 45 char* inet_ntoa(struct in_addr __addr);
|
/bionic/libc/include/android/ |
D | legacy_sys_mman_inlines.h | 47 static __inline void* mmap64(void* __addr, size_t __size, int __prot, int __flags, int __fd, 49 static __inline void* mmap64(void* __addr, size_t __size, int __prot, int __flags, int __fd, in mmap64() argument 64 extern void* __mmap2(void* __addr, size_t __size, int __prot, int __flags, int __fd, in mmap64() 66 return __mmap2(__addr, __size, __prot, __flags, __fd, __offset >> __mmap2_shift); in mmap64()
|
/bionic/libc/include/netinet/ |
D | ether.h | 47 char* ether_ntoa(const struct ether_addr* __addr); 55 char* ether_ntoa_r(const struct ether_addr* __addr, char* __buf); 71 struct ether_addr* ether_aton_r(const char* __ascii, struct ether_addr* __addr);
|
/bionic/libc/include/ |
D | netdb.h | 211 struct hostent* gethostbyaddr(const void* __addr, socklen_t __length, int __type); 212 int gethostbyaddr_r(const void* __addr, socklen_t __length, int __type, struct hostent* __ret, char…
|
D | pthread.h | 104 int pthread_attr_getstack(const pthread_attr_t* __attr, void** __addr, size_t* __size); 113 int pthread_attr_setstack(pthread_attr_t* __attr, void* __addr, size_t __size); 114 int pthread_attr_setstacksize(pthread_attr_t* __addr, size_t __size);
|
D | dlfcn.h | 53 int dladdr(const void* __addr, Dl_info* __info);
|
D | unistd.h | 276 int brk(void* __addr); 298 int cacheflush(long __addr, long __nbytes, long __cache);
|
/bionic/libc/bionic/ |
D | brk.cpp | 38 extern "C" void* __brk(void* __addr);
|