Searched refs:xid (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_vnops.c85 u_int64_t xid; local
112 error = nfs_request(np, NULL, &nmreq, NFSPROC4_COMPOUND, ctx, &nmrep, &xid, &status);
134 nfsm_chain_loadattr(error, &nmrep, np, nfsvers, NULL, &xid);
207 u_int64_t xid; local
231 error = nfs_request(np, NULL, &nmreq, NFSPROC4_COMPOUND, ctx, &nmrep, &xid, &status);
239 nfsm_chain_loadattr(error, &nmrep, np, NFS_VER4, NULL, &xid);
323 u_int64_t xid; local
335 error = nfs_request_async_finish(req, &nmrep, &xid, &status);
352 nfsm_chain_loadattr(error, &nmrep, np, nfsvers, NULL, &xid);
436 u_int64_t xid, wver local
503 u_int64_t xid; local
565 u_int64_t xid, savedxid; local
656 u_int64_t xid, savexid; local
1046 u_int64_t xid; local
1094 u_int64_t xid, wverf; local
1165 u_int64_t xid; local
1316 u_int64_t xid; local
1427 u_int64_t xid, savedxid = 0; local
1716 u_int64_t xid, savedxid = 0; local
1995 u_int64_t xid, savedxid; local
[all...]
H A Dnfs_vnops.c442 u_int64_t xid; local
456 &nmrep, &xid, &status);
457 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
831 u_int64_t xid; local
889 error = nmp->nm_funcs->nf_getattr_rpc(np, NULL, np->n_fhp, np->n_fhsize, ctx, nvap, &xid);
891 error = nfs_loadattrcache(np, nvap, &xid, 0);
893 if (!xid) { /* out-of-order rpc - attributes were dropped */
1226 u_int64_t xid; local
1332 &nmrep, &xid, &status);
1337 nfsm_chain_get_wcc_data(error, &nmrep, np, &premtime, &wccpostattr, &xid);
1387 u_int64_t xid; local
1669 u_int64_t xid; local
1813 uint64_t xid; local
2589 u_int64_t xid, wverf; local
2685 u_int64_t xid, dxid; local
2833 u_int64_t xid, dxid; local
3178 u_int64_t xid; local
3416 u_int64_t xid, txid; local
3490 u_int64_t xid, txid; local
3582 u_int64_t xid, dxid; local
3744 u_int64_t xid, dxid; local
3895 u_int64_t xid; local
4062 u_int64_t xid; local
4297 u_int64_t xid, savexid; local
4711 u_int64_t xid; local
4768 u_int64_t xid; local
4899 u_int64_t xid; local
4941 u_int64_t xid, wverf; local
5052 u_int64_t xid; local
[all...]
H A Dnfs_srvcache.c95 #define NFSRCHASH(xid) \
96 (&nfsrv_reqcache_hashtbl[((xid) + ((xid) >> 24)) & nfsrv_reqcache_hash])
H A Dkrpc_subr.c129 #define MIN_REPLY_HDR 16 /* xid, dir, astat, errno */
221 static u_int32_t xid = ~0xFF; local
346 xid++;
347 call->rp_xid = htonl(xid);
474 if (reply->rp_xid != htonl(xid))
H A Dnfs_vfsops.c138 u_long nfs_xidwrap = 0; /* to build a (non-wrapping) 64 bit xid */
329 u_int64_t xid; local
346 &nmrep, &xid, &status);
350 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
401 u_int64_t xid; local
430 error = nfs_request(np, NULL, &nmreq, NFSPROC4_COMPOUND, ctx, &nmrep, &xid, &status);
445 nfs_loadattrcache(np, &nvattr, &xid, 0);
724 u_int64_t xid; local
736 &nmrep, &xid, &status);
739 nfsm_chain_postop_attr_update(error, &nmrep, np, &xid);
1316 u_int64_t xid; local
1384 u_int64_t xid; local
2004 nfs_aux_request( struct nfsmount *nmp, thread_t thd, struct sockaddr_in *saddr, mbuf_t mreq, uint32_t xid, int timeo, struct nfsm_chain *nmrep) argument
2093 uint64_t xid = 0; local
2202 u_int64_t xid; local
[all...]
H A Dnfs4_subs.c84 u_int64_t xid; local
143 error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, R_SETUP, &nmrep, &xid, &status);
166 error = nfs_request2(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, thd, cred, R_SETUP, &nmrep, &xid, &status);
188 u_int64_t xid; local
207 error = nfs_request(NULL, nmp->nm_mountp, &nmreq, NFSPROC4_COMPOUND, ctx, &nmrep, &xid, &status);
H A Dnfs_gss.c1071 u_int64_t xid; local
1086 req->r_thread, req->r_cred, 0, &nmrep, &xid, &status);
1502 u_int64_t xid; local
1536 current_thread(), cred, 0, &nmrep, &xid, &status);
H A Dnfs_socket.c365 u_int64_t xid; local
377 current_thread(), NULL, R_SETUP, &nmrep, &xid, &status);
1178 /* Get the xid and check that it is an rpc reply */
2296 NFS_SOCK_DBG(("nfs timeout: proc %d %d xid %llx rtt %d to %d # %d, t %ld/%d\n",
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dlacp.h395 la_marker_transaction_id xid)
398 = (la_marker_transaction_id)htonl(xid);
394 la_marker_pdu_set_requestor_transaction_id(la_marker_pdu_ref lmpdu, la_marker_transaction_id xid) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_dhcp.c132 uint32_t xid; member in struct:dhcp_context
440 if (ntohl(reply->dp_xid) != context->xid
556 request->dhcp.dp_xid = htonl(context->xid);
629 if (ntohl(reply->dp_xid) != context->xid
757 request->dhcp.dp_xid = htonl(context->xid);
786 context->xid++;
924 context->xid = random();

Completed in 125 milliseconds