Home
last modified time | relevance | path

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

/minix/minix/lib/libhgfs/
H A Dfile.c81 if (buf != RPC_PTR) in hgfs_read()
82 memcpy(buf, RPC_PTR, len); in hgfs_read()
109 if (RPC_PTR != buf) in hgfs_write()
110 memcpy(RPC_PTR, buf, len); in hgfs_write()
151 *ptr = RPC_PTR; in hgfs_readbuf()
172 *ptr = RPC_PTR; in hgfs_writebuf()
H A Dpath.c36 memcpy(RPC_PTR, buf, len); in path_put()
58 for (p = path, q = RPC_PTR; n--; p++, q++) { in path_get()
H A Dconst.h24 #define RPC_PTR (rpc_ptr) /* pointer to next data */ macro