Searched defs:__RPC_GETXID (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/include/rpc/
H A Drpc_com.h56 #define __RPC_GETXID(now) ((u_int32_t)getpid() ^ (u_int32_t)(now)->tv_sec ^ \ macro
/freebsd-10.0-release/lib/libc/rpc/
H A Drpc_com.h59 #define __RPC_GETXID(now) ((u_int32_t)getpid() ^ (u_int32_t)(now)->tv_sec ^ \ macro
/freebsd-10.0-release/sys/rpc/
H A Drpc_com.h61 #define __RPC_GETXID(now) ((uint32_t)curproc->p_pid ^ (uint32_t)(now)->tv_sec ^ \ macro
66 #define __RPC_GETXID(now) ((uint32_t)getpid() ^ (uint32_t)(now)->tv_sec ^ \ macro

Completed in 64 milliseconds