Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/rpc/
H A Dxdr_rdma.c151 caddr_t xp_offp; member
220 if (cle->c_xdroff != (xdrp->xp_offp - xdrs->x_base)) in xdrrdma_getrdmablk()
317 xdrp->xp_offp = addr; in xdrrdma_create()
393 *int32p = (int32_t)ntohl((uint32_t)(*((int32_t *)(xdrp->xp_offp)))); in xdrrdma_getint32()
397 xdrp->xp_offp += sizeof (int32_t); in xdrrdma_getint32()
418 *(int32_t *)xdrp->xp_offp = (int32_t)htonl((uint32_t)(*int32p)); in xdrrdma_putint32()
419 xdrp->xp_offp += sizeof (int32_t); in xdrrdma_putint32()
455 xpoff = (xdrp->xp_offp - xdrs->x_base); in xdrrdma_getbytes()
585 bcopy(xdrp->xp_offp, addr, len); in xdrrdma_getbytes()
587 xdrp->xp_offp += len; in xdrrdma_getbytes()
[all …]