Home
last modified time | relevance | path

Searched refs:req_op (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dfwctl.c279 struct op_info *req_op; member
291 (*rinfo.req_op->op_done)(rinfo.resp_biov); in fwctl_response_done()
301 rinfo.resp_error = (*rinfo.req_op->op_result)(&rinfo.resp_biov); in fwctl_request_done()
320 rinfo.req_op = &errop_info; in fwctl_request_start()
322 rinfo.req_op = ops[rinfo.req_type]; in fwctl_request_start()
324 err = (*rinfo.req_op->op_start)(rinfo.req_size); in fwctl_request_start()
328 rinfo.req_op = &errop_info; in fwctl_request_start()
351 (*rinfo.req_op->op_data)(value, rinfo.req_size); in fwctl_request_data()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_constraints.c301 int req_op; in unmet_constraint() local
326 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()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c432 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()
1399 np.np_event = reqp->req_op; in _aiodone()
1489 reqp->req_op = AIONOTIFY; in _aiodone()
1890 switch (reqp->req_op) { in _aio_req_get()
2179 reqp->req_op = mode; in _aio_rw()
2300 reqp->req_op = mode; in _aio_rw64()
/illumos-gate/usr/src/lib/libc/inc/
H A Dasyncio.h137 char req_op; /* AIOREAD, etc. */ member