Searched refs:cur_operation (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/crypto/ |
| H A D | core_algorithm.c | 43 int cur_operation, int no_store, void *cbdata) in algorithm_do_map() argument 56 } else if (!data->pre(provider, cur_operation, no_store, data->data, in algorithm_do_map() 84 } else if (!data->post(provider, cur_operation, no_store, data->data, in algorithm_do_map() 107 int cur_operation; in algorithm_do_this() local 113 for (cur_operation = first_operation; in algorithm_do_this() 114 cur_operation <= last_operation; in algorithm_do_this() 115 cur_operation++) { in algorithm_do_this() 120 map = ossl_provider_query_operation(provider, cur_operation, in algorithm_do_this() 122 ret = algorithm_do_map(provider, map, cur_operation, no_store, data); in algorithm_do_this() 123 ossl_provider_unquery_operation(provider, cur_operation, map); in algorithm_do_this()
|
| /freebsd/sys/dev/xen/blkback/ |
| H A D | blkback.c | 1732 int cur_operation; in xbb_run_queue() local 1761 cur_operation = reqlist->operation; in xbb_run_queue() 1763 cur_operation = 0; in xbb_run_queue() 1836 || (ring_req->operation != cur_operation) in xbb_run_queue() 1878 cur_operation = ring_req->operation; in xbb_run_queue()
|