Home
last modified time | relevance | path

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

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