Lines Matching refs:bufferPtr
361 int mem_val = *(int*)buf.bufferPtr();
388 int mem_val = *(int*)buf.bufferPtr();
421 int oldval = *(int*)buf.bufferPtr();
443 *(int*)buf.bufferPtr() = newval;
710 ifconf *conf = (ifconf*)conf_arg.bufferPtr();
715 conf->ifc_buf = (char*)ifc_buf_arg.bufferPtr();
717 status = ioctl(sfdp->getSimFD(), req, conf_arg.bufferPtr());
740 status = ioctl(sfdp->getSimFD(), req, req_arg.bufferPtr());
1079 temp_tgt_fds[index] = ((struct pollfd *)fdsBuf.bufferPtr())[index].fd;
1085 ((struct pollfd *)fdsBuf.bufferPtr())[index].fd = host_fd;
1096 status = poll((struct pollfd *)fdsBuf.bufferPtr(), nfds, 0);
1111 status = poll((struct pollfd *)fdsBuf.bufferPtr(), nfds, 0);
1122 ((struct pollfd *)fdsBuf.bufferPtr())[index].fd = tgt_fd;
1574 long *ptid = (long *)ptidBuf.bufferPtr();
1595 long *ctid = (long *)ctidBuf.bufferPtr();
1933 int bytes_written = pwrite(sim_fd, bufArg.bufferPtr(), nbytes, offset);
2153 if (!*(Addr*)b.bufferPtr())
2157 mem_proxy.tryReadString(vect[inc], *(Addr*)b.bufferPtr());
2403 int status = socketpair(domain, type, prot, (int *)svBuf.bufferPtr());
2407 int *fds = (int *)svBuf.bufferPtr();
2637 int bytes_read = read(sim_fd, buf_arg.bufferPtr(), nbytes);
2679 int bytes_written = write(sim_fd, buf_arg.bufferPtr(), nbytes);
2740 *(int *)statusBuf.bufferPtr() = EXITED;
2786 memcpy(&addrLen, (socklen_t *)lenBufPtr->bufferPtr(),
2793 memcpy(&sa, (struct sockaddr *)addrBufPtr->bufferPtr(),
2803 memcpy(addrBufPtr->bufferPtr(), &sa, sizeof(sa));
2809 *(socklen_t *)lenBufPtr->bufferPtr() = addrLen;