Lines Matching defs:resp
904 struct t_optmgmt req, resp;
987 resp.flags = 0;
988 resp.opt.buf = (char *)reqbuf;
989 resp.opt.maxlen = sizeof (reqbuf);
990 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) {
1015 resp.flags = 0;
1016 resp.opt.buf = (char *)reqbuf;
1017 resp.opt.maxlen = sizeof (reqbuf);
1018 if (t_optmgmt(fd, &req, &resp) < 0 || resp.flags != T_SUCCESS) {