Home
last modified time | relevance | path

Searched refs:addr (Results 1 – 5 of 5) sorted by relevance

/support/
A Dxmprotect.c24 xmprotect (void *addr, size_t length, int prot) in xmprotect() argument
26 if (mprotect (addr, length, prot) != 0) in xmprotect()
27 FAIL_EXIT1 ("mprotect (%p, %zu, 0x%x): %m", addr, length, prot); in xmprotect()
A Dxmunmap.c24 xmunmap (void *addr, size_t length) in xmunmap() argument
26 if (munmap (addr, length) != 0) in xmunmap()
A Dxmmap.c24 xmmap (void *addr, size_t length, int prot, int flags, int fd) in xmmap() argument
26 void *result = mmap (addr, length, prot, flags, fd, 0); in xmmap()
A Dxunistd.h80 void *xmmap (void *addr, size_t length, int prot, int flags, int fd);
81 void xmprotect (void *addr, size_t length, int prot);
82 void xmunmap (void *addr, size_t length);
A Dresolv_test.c1056 const struct sockaddr *addr) in make_server_sockets_for_address() argument
1061 if (addr->sa_family == AF_INET) in make_server_sockets_for_address()
1062 server->address = *(const struct sockaddr_in *) addr; in make_server_sockets_for_address()

Completed in 9 milliseconds