Lines Matching defs:resp
324 struct mapid_res *resp = mapresp;
386 resp = (struct mapid_res *)door_args.rbuf;
387 switch (resp->status) {
389 *uid = resp->u_res.uid;
393 *uid = resp->u_res.uid;
394 error = resp->status;
404 error = resp->status;
412 if (resp != mapresp)
427 struct mapid_res *resp = mapresp;
468 resp = (struct mapid_res *)door_args.rbuf;
469 if (resp->status != NFSMAPID_OK) {
470 error = resp->status;
474 if (resp->u_res.len != strlen(resp->str)) {
476 resp->u_res.len, strlen(resp->str));
480 u8s->utf8string_len = resp->u_res.len;
481 bcopy(resp->str, u8s->utf8string_val, u8s->utf8string_len);
484 if (resp != mapresp)
498 struct mapid_res *resp = mapresp;
560 resp = (struct mapid_res *)door_args.rbuf;
561 switch (resp->status) {
563 *gid = resp->u_res.gid;
567 *gid = resp->u_res.gid;
568 error = resp->status;
578 error = resp->status;
586 if (resp != mapresp)
601 struct mapid_res *resp = mapresp;
643 resp = (struct mapid_res *)door_args.rbuf;
644 if (resp->status != NFSMAPID_OK) {
645 error = resp->status;
649 if (resp->u_res.len != strlen(resp->str)) {
651 resp->u_res.len, strlen(resp->str));
655 g8s->utf8string_len = resp->u_res.len;
656 bcopy(resp->str, g8s->utf8string_val, g8s->utf8string_len);
659 if (resp != mapresp)