Searched refs:dupstat (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdcsrv.c | 174 int dupstat; in rdcsrv_dispdup() local 180 dupstat = SVC_DUP(xprt, req, 0, 0, &dr); in rdcsrv_dispdup() 182 switch (dupstat) { in rdcsrv_dispdup() 203 return (dupstat); in rdcsrv_dispdup()
|
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_dispatch.c | 113 int dupstat; in nlm_dispatch() local 154 dupstat = SVC_DUP_EXT(transp, rqstp, res, de->de_ressz, &dr, in nlm_dispatch() 157 switch (dupstat) { in nlm_dispatch()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 1499 int dupstat; in common_dispatch() local 1691 dupstat = SVC_DUP_EXT(xprt, req, res, disp->dis_ressz, &dr, in common_dispatch() 1694 switch (dupstat) { in common_dispatch()
|