Searched refs:bufp (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/nio/fs/
H A DUnixCopyFile.c74 char* bufp = buf; local
75 bufp += pos;
76 RESTARTABLE(write((int)dst, bufp, len), n);
H A DUnixNativeDispatcher.c365 void* bufp = jlong_to_ptr(address); local
366 RESTARTABLE(read((int)fd, bufp, (size_t)nbytes), n);
378 void* bufp = jlong_to_ptr(address); local
379 RESTARTABLE(write((int)fd, bufp, (size_t)nbytes), n);
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp246 const char* bufp; // pointer into buf local
248 for (bufp = buf; nr > 0; nr -= nw, bufp += nw) {
252 switch (bufp[nw]) {
270 file->write(bufp, nw);
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpChannelImpl.c459 char *bufp = (char*)addr; local
472 bufp = buf;
475 snp = (union sctp_notification *) bufp;

Completed in 37 milliseconds