Searched refs:write_fully (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A DattachListener_bsd.cpp101 static int write_fully(int s, char* buf, int len);
280 write_fully(s, msg, strlen(msg));
386 int BsdAttachListener::write_fully(int s, char* buf, int len) { function in class:BsdAttachListener
419 int rc = BsdAttachListener::write_fully(this->socket(), msg, strlen(msg));
423 BsdAttachListener::write_fully(this->socket(), (char*) st->base(), st->size());
/openjdk7/hotspot/src/os/linux/vm/
H A DattachListener_linux.cpp101 static int write_fully(int s, char* buf, int len);
275 write_fully(s, msg, strlen(msg));
369 int LinuxAttachListener::write_fully(int s, char* buf, int len) { function in class:LinuxAttachListener
402 int rc = LinuxAttachListener::write_fully(this->socket(), msg, strlen(msg));
406 LinuxAttachListener::write_fully(this->socket(), (char*) st->base(), st->size());
/openjdk7/hotspot/src/os/solaris/vm/
H A DattachListener_solaris.cpp509 static int write_fully(int s, char* buf, int len) { function
543 int rc = write_fully(this->socket(), msg, strlen(msg));
547 write_fully(this->socket(), (char*) st->base(), st->size());

Completed in 26 milliseconds