Searched refs:req_op (Results 1 – 4 of 4) sorted by relevance
277 struct op_info *req_op; member289 (*rinfo.req_op->op_done)(rinfo.resp_biov); in fwctl_response_done()299 rinfo.resp_error = (*rinfo.req_op->op_result)(&rinfo.resp_biov); in fwctl_request_done()318 rinfo.req_op = &errop_info; in fwctl_request_start()320 rinfo.req_op = ops[rinfo.req_type]; in fwctl_request_start()322 err = (*rinfo.req_op->op_start)(rinfo.req_size); in fwctl_request_start()326 rinfo.req_op = &errop_info; in fwctl_request_start()349 (*rinfo.req_op->op_data)(value); in fwctl_request_data()
301 int req_op; in unmet_constraint() local326 req_op = get_required_op(data_str, con_str); in unmet_constraint()328 if (!req_op) in unmet_constraint()330 if (con->op == '<' || con->op == req_op) { in unmet_constraint()
432 reqp->req_op = mode; in _aiorw()829 if (reqp->req_op == AIOFSYNC && reqp != aiowp->work_req) { in _aio_cancel_req()1072 switch (reqp->req_op) { in _aio_do_request()1403 np.np_event = reqp->req_op; in _aiodone()1493 reqp->req_op = AIONOTIFY; in _aiodone()1894 switch (reqp->req_op) { in _aio_req_get()2183 reqp->req_op = mode; in _aio_rw()2304 reqp->req_op = mode; in _aio_rw64()
137 char req_op; /* AIOREAD, etc. */ member