Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/os/
H A Drpcauth.c117 static XID rpc_id = (XID) ~0L; variable
134 if (rpc_id == (XID) ~0L) {
146 return rpc_id;
158 if (rpc_id == ~0L)
167 rpc_id = id;
174 rpc_id = (XID) ~0L;
/OK3568_Linux_fs/u-boot/net/
H A Dnfs.c49 static unsigned long rpc_id; variable
181 id = ++rpc_id; in rpc_req()
439 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in rpc_lookup_reply()
441 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in rpc_lookup_reply()
469 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in nfs_mount_reply()
471 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in nfs_mount_reply()
495 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in nfs_umountall_reply()
497 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in nfs_umountall_reply()
519 if (ntohl(rpc_pkt.u.reply.id) > rpc_id) in nfs_lookup_reply()
521 else if (ntohl(rpc_pkt.u.reply.id) < rpc_id) in nfs_lookup_reply()
[all …]
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map