Searched refs:xidp (Results 1 – 4 of 4) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_ident.c | 331 dt_ident_t *xidp; in dt_idcook_args() local 407 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args() 409 dnp->dn_ident = dt_ident_create(idp->di_name, xidp->di_kind, in dt_idcook_args() 410 xidp->di_flags | DT_IDFLG_ORPHAN, idp->di_id, idp->di_attr, in dt_idcook_args() 424 dnp->dn_ident->di_data = xidp->di_data; in dt_idcook_args() 425 dnp->dn_ident->di_ctfp = xidp->di_ctfp; in dt_idcook_args() 426 dnp->dn_ident->di_type = xidp->di_type; in dt_idcook_args()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcb_svc_com.c | 611 u_int32_t *xidp; in rpcbproc_callit_com() local 759 xidp = __rpcb_get_dg_xidp(transp); in rpcbproc_callit_com() 760 switch (forward_register(*xidp, caller, fd, m_uaddr, reply_type, in rpcbproc_callit_com() 787 *xidp, call_msg.rm_xid); in rpcbproc_callit_com() 1208 u_int32_t *xidp; in xprt_set_caller() local 1211 xidp = __rpcb_get_dg_xidp(xprt); in xprt_set_caller() 1212 *xidp = fi->caller_xid; in xprt_set_caller()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_commonkrpc.c | 671 u_char *retsum, int toplevel, u_int64_t *xidp, struct nfsclsession *dssep) in newnfs_request() argument 697 if (xidp != NULL) in newnfs_request() 698 *xidp = 0; in newnfs_request()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 1330 struct ucred *cred, NFSPROC_T *p, struct nfsvattr *nap, u_int64_t *xidp, in nfsrpc_getattrnovp() argument 1350 NFS_PROG, vers, NULL, 1, xidp, NULL); in nfsrpc_getattrnovp()
|