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

/freebsd-10-stable/include/rpc/
H A Drpc_com.h55 #define __RPC_GETXID(now) ((u_int32_t)getpid() ^ (u_int32_t)(now)->tv_sec ^ \ macro
/freebsd-10-stable/lib/libc/rpc/
H A Drpc_com.h58 #define __RPC_GETXID(now) ((u_int32_t)getpid() ^ (u_int32_t)(now)->tv_sec ^ \ macro
/freebsd-10-stable/sys/rpc/
H A Drpc_com.h60 #define __RPC_GETXID(now) ((uint32_t)curproc->p_pid ^ (uint32_t)(now)->tv_sec ^ \ macro
65 #define __RPC_GETXID(now) ((uint32_t)getpid() ^ (uint32_t)(now)->tv_sec ^ \ macro

Completed in 40 milliseconds