Searched refs:xidp (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c327 dt_ident_t *xidp; local
401 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type);
403 dnp->dn_ident = dt_ident_create(idp->di_name, xidp->di_kind,
404 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr,
418 dnp->dn_ident->di_data = xidp->di_data;
419 dnp->dn_ident->di_ctfp = xidp->di_ctfp;
420 dnp->dn_ident->di_type = xidp->di_type;
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c617 u_int32_t *xidp; local
767 xidp = __rpcb_get_dg_xidp(transp);
768 switch (forward_register(*xidp, caller, fd, m_uaddr, reply_type,
795 *xidp, call_msg.rm_xid);
1203 u_int32_t *xidp; local
1206 xidp = __rpcb_get_dg_xidp(xprt);
1207 *xidp = fi->caller_xid;
/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs_commonkrpc.c471 u_char *retsum, int toplevel, u_int64_t *xidp)
489 if (xidp != NULL)
490 *xidp = 0;
468 newnfs_request(struct nfsrv_descript *nd, struct nfsmount *nmp, struct nfsclient *clp, struct nfssockreq *nrp, vnode_t vp, struct thread *td, struct ucred *cred, u_int32_t prog, u_int32_t vers, u_char *retsum, int toplevel, u_int64_t *xidp) argument
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c920 struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, u_int64_t *xidp)
937 NFS_PROG, vers, NULL, 1, xidp);
919 nfsrpc_getattrnovp(struct nfsmount *nmp, u_int8_t *fhp, int fhlen, int syscred, struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, u_int64_t *xidp) argument

Completed in 120 milliseconds