Home
last modified time | relevance | path

Searched refs:xdr_bp_whoami_res (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/rpc/
H A Dbootparam.h108 bool_t xdr_bp_whoami_res();
/titanic_44/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h78 bool_t xdr_bp_whoami_res();
H A Dmapfile-vers73 xdr_bp_whoami_res;
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dbootparam_xdr.c83 xdr_bp_whoami_res(XDR *xdrs, bp_whoami_res *objp) in xdr_bp_whoami_res() function
H A Dnfs_dlinet.c715 xdr_bp_whoami_res, (caddr_t)&res, in whoami()
/titanic_44/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_xdr.c112 xdr_bp_whoami_res(XDR *xdrs, bp_whoami_res *objp) in xdr_bp_whoami_res() function
H A Dbootparam_prot_svc.c189 xdr_result = xdr_bp_whoami_res; in bootparamprog_1()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c431 xdr_bp_whoami_arg, (caddr_t)&req, xdr_bp_whoami_res, (caddr_t)&res,
441 xdr_bp_whoami_res, (caddr_t)&res, (resultproc_t)bpanswer, "udp");
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c133 xdr_bp_whoami_res, (caddr_t)&bp, rexmit, resp_wait, in whoami()