Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_ident.c327 dt_ident_t *xidp; in dt_idcook_args() local
401 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args()
403 dnp->dn_ident = dt_ident_create(idp->di_name, xidp->di_kind, in dt_idcook_args()
404 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args()
418 dnp->dn_ident->di_data = xidp->di_data; in dt_idcook_args()
419 dnp->dn_ident->di_ctfp = xidp->di_ctfp; in dt_idcook_args()
420 dnp->dn_ident->di_type = xidp->di_type; in dt_idcook_args()
/freebsd-9-stable/usr.sbin/rpcbind/
Drpcb_svc_com.c617 u_int32_t *xidp; in rpcbproc_callit_com() local
767 xidp = __rpcb_get_dg_xidp(transp); in rpcbproc_callit_com()
768 switch (forward_register(*xidp, caller, fd, m_uaddr, reply_type, in rpcbproc_callit_com()
795 *xidp, call_msg.rm_xid); in rpcbproc_callit_com()
1203 u_int32_t *xidp; in xprt_set_caller() local
1206 xidp = __rpcb_get_dg_xidp(xprt); in xprt_set_caller()
1207 *xidp = fi->caller_xid; in xprt_set_caller()
/freebsd-9-stable/sys/fs/nfs/
Dnfs_commonkrpc.c471 u_char *retsum, int toplevel, u_int64_t *xidp) in newnfs_request() argument
489 if (xidp != NULL) in newnfs_request()
490 *xidp = 0; in newnfs_request()
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clrpcops.c920 struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, u_int64_t *xidp) in nfsrpc_getattrnovp() argument
937 NFS_PROG, vers, NULL, 1, xidp); in nfsrpc_getattrnovp()