Searched refs:raw_send (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp209 inline int os::raw_send(int fd, char* buf, size_t nBytes, uint flags) { function in class:os
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp213 inline int os::raw_send(int fd, char* buf, size_t nBytes, uint flags) { function in class:os
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp644 static int raw_send(int fd, char* buf, size_t nBytes, uint flags);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp1068 int result = os::raw_send(_socket, (char *)base(), size(), 0);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp5008 int os::raw_send(int fd, char* buf, size_t nBytes, uint flags) { function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp6734 int os::raw_send(int fd, char* buf, size_t nBytes, uint flags) { function in class:os

Completed in 78 milliseconds