Home
last modified time | relevance | path

Searched refs:BOOTPARAMPROC_WHOAMI (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_bparam.c91 case BOOTPARAMPROC_WHOAMI:
110 case BOOTPARAMPROC_WHOAMI:
142 case BOOTPARAMPROC_WHOAMI:
155 case BOOTPARAMPROC_WHOAMI:
/illumos-gate/usr/src/head/rpcsvc/
H A Dbootparam_prot.x82 bp_whoami_res BOOTPARAMPROC_WHOAMI(bp_whoami_arg) = 1;
/illumos-gate/usr/src/uts/common/rpc/
H A Dbootparam.h97 #define BOOTPARAMPROC_WHOAMI 1 macro
/illumos-gate/usr/src/lib/librpcsvc/common/
H A Dbootparam_prot.h95 #define BOOTPARAMPROC_WHOAMI ((rpcproc_t)1) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dhostconfig.c426 stat = rpc_broadcast(BOOTPARAMPROG, BOOTPARAMVERS, BOOTPARAMPROC_WHOAMI,
436 BOOTPARAMPROC_WHOAMI, xdr_bp_whoami_arg, (caddr_t)&req,
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_prot_svc.c184 case BOOTPARAMPROC_WHOAMI: in bootparamprog_1()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dbootparams.c129 (rpcvers_t)BOOTPARAMVERS, (rpcproc_t)BOOTPARAMPROC_WHOAMI, in whoami()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c715 BOOTPARAMVERS, BOOTPARAMPROC_WHOAMI, in whoami()