Lines Matching refs:st

290 	int pos, st;
297 st = SVC_GETARGS(xprt, xdr_rread, (char *)&diskio);
298 if (!st) {
299 (void) svc_sendreply(xprt, xdr_int, (char *)&st);
319 st = 0;
320 (void) svc_sendreply(xprt, xdr_int, (char *)&st);
323 st = rdc_readmaxfba(diskio.cd, diskio.pos, diskio.len,
326 if (!svc_sendreply(xprt, xdr_int, (char *)&st)) {
327 if (st != 0) {
329 if (dset = rdc_net_get_set(diskio.cd, st)) {
407 st = svc_sendreply(xprt, xdr_readres, (char *)&resp); /* send data */
412 if (!st ||
448 int pos, st;
455 st = SVC_GETARGS(xprt, xdr_rread6, (char *)&diskio);
456 if (!st) {
457 (void) svc_sendreply(xprt, xdr_int, (char *)&st);
476 st = 0;
477 (void) svc_sendreply(xprt, xdr_int, (char *)&st);
480 st = rdc_readmaxfba(diskio.cd, diskio.pos, diskio.len,
483 if (!svc_sendreply(xprt, xdr_int, (char *)&st)) {
484 if (st != 0) {
486 if (dset = rdc_net_get_set(diskio.cd, st)) {
564 st = svc_sendreply(xprt, xdr_readres, (char *)&resp); /* send data */
569 if (!st ||
613 int st;
623 st = SVC_GETARGS(xprt, xdr_net_data5, (char *)&diskio);
624 if (!st) {
627 cmn_err(CE_NOTE, "!r_net_write5:SVC_GETARGS failed: st %d", st);
764 st = svc_sendreply(xprt, xdr_int, (char *)&ret2);
766 st = svc_sendreply(xprt, xdr_int, (char *)&ret);
778 if (!st || !RDC_SUCCESS(ret2)) {
780 cmn_err(CE_WARN, "!r_net_write5 error case? st %x ret %d",
781 st, ret2);
819 int st;
833 st = SVC_GETARGS(xprt, xdr_net_data6, (char *)&diskio);
834 if (!st) {
838 "!r_net_write6:SVC_GETARGS failed: st %d", st);
1090 st = svc_sendreply(xprt, xdr_netwriteres,
1133 st = svc_sendreply(xprt, xdr_netwriteres, (char *)&netret);
1149 if (!st || !RDC_SUCCESS(ret2)) {
1151 cmn_err(CE_WARN, "!r_net_write6 error st %x ret %d seq %u",
1152 st, ret2, diskio.seq);