Home
last modified time | relevance | path

Searched refs:blk (Results 1 – 25 of 5424) sorted by relevance

12345678910>>...217

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos_blocks/includes/
H A Dscicos_block4.h165 #define GetNin(blk) (blk->nin) argument
175 #define GetNout(blk) (blk->nout) argument
204 blk->insz[2*(blk->nin)+(x-1)])
240 ((blk->insz[(x-1)])*(blk->insz[blk->nin+(x-1)]))))
252 ((blk->outsz[(x-1)])*(blk->outsz[blk->nout+(x-1)]))))
347 #define GetState(blk) (blk->x) argument
372 #define GetDstate(blk) (blk->z) argument
422 ((blk->oparsz[x-1])*(blk->oparsz[blk->nopar+(x-1)])))
457 #define GetNoz(blk) (blk->noz) argument
487 ((blk->ozsz[x-1])*(blk->ozsz[blk->noz+(x-1)])))
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dblock-backend.c176 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
218 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
234 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
488 return blk ? blk->refcnt : 0; in blk_get_refcnt()
528 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
716 while ((blk = blk_next(blk)) != NULL) { in blk_by_name()
889 if (blk->root && !blk->disable_perm) { in blk_set_perm()
1050 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1372 acb->blk = blk; in blk_abort_aio_request()
1427 .blk = blk, in blk_aio_prwv()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dblock-backend.c175 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
217 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
233 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
487 return blk ? blk->refcnt : 0; in blk_get_refcnt()
527 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
888 if (blk->root && !blk->disable_perm) { in blk_set_perm()
1049 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1343 .blk = blk, in blk_prw()
1404 acb->blk = blk; in blk_abort_aio_request()
1458 .blk = blk, in blk_aio_prwv()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dblock-backend.c177 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
219 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
235 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
473 return blk ? blk->refcnt : 0; in blk_get_refcnt()
513 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
843 blk->ctx, blk->perm, blk->shared_perm, in blk_insert_bs()
1027 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1321 .blk = blk, in blk_prw()
1382 acb->blk = blk; in blk_abort_aio_request()
1436 .blk = blk, in blk_aio_prwv()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dblock-backend.c177 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
219 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
235 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
473 return blk ? blk->refcnt : 0; in blk_get_refcnt()
513 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
843 blk->ctx, blk->perm, blk->shared_perm, in blk_insert_bs()
1027 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1321 .blk = blk, in blk_prw()
1382 acb->blk = blk; in blk_abort_aio_request()
1436 .blk = blk, in blk_aio_prwv()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dblock-backend.c164 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
206 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
222 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
431 return blk ? blk->refcnt : 0; in blk_get_refcnt()
471 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
659 while ((blk = blk_next(blk)) != NULL) { in blk_by_name()
820 if (blk->root && !blk->disable_perm) { in blk_set_perm()
1011 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1248 .blk = blk, in blk_prw()
1323 acb->blk = blk; in blk_abort_aio_request()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dblock-backend.c176 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
218 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
234 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
448 return blk ? blk->refcnt : 0; in blk_get_refcnt()
488 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
837 if (blk->root && !blk->disable_perm) { in blk_set_perm()
998 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1292 .blk = blk, in blk_prw()
1353 acb->blk = blk; in blk_abort_aio_request()
1399 .blk = blk, in blk_aio_prwv()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dblock-backend.c176 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
218 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
234 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
448 return blk ? blk->refcnt : 0; in blk_get_refcnt()
488 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
837 if (blk->root && !blk->disable_perm) { in blk_set_perm()
998 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1258 .blk = blk, in blk_prw()
1317 acb->blk = blk; in blk_abort_aio_request()
1363 .blk = blk, in blk_aio_prwv()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dblock-backend.c176 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
218 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
234 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
448 return blk ? blk->refcnt : 0; in blk_get_refcnt()
488 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
837 if (blk->root && !blk->disable_perm) { in blk_set_perm()
998 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1258 .blk = blk, in blk_prw()
1317 acb->blk = blk; in blk_abort_aio_request()
1363 .blk = blk, in blk_aio_prwv()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dblock-backend.c176 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_vm_state_changed()
218 blk_set_perm(blk, blk->perm, blk->shared_perm, &local_err); in blk_root_activate()
234 if (blk->dev || blk_name(blk)[0]) { in blk_can_inactivate()
448 return blk ? blk->refcnt : 0; in blk_get_refcnt()
488 return blk ? QTAILQ_NEXT(blk, link) in blk_all_next()
837 if (blk->root && !blk->disable_perm) { in blk_set_perm()
998 return !blk->dev || (blk->dev_ops && blk->dev_ops->change_media_cb); in blk_dev_has_removable_media()
1258 .blk = blk, in blk_prw()
1317 acb->blk = blk; in blk_abort_aio_request()
1363 .blk = blk, in blk_aio_prwv()
[all …]
/dports/sysutils/burp/burp-2.4.0/src/protocol2/
H A Dblk.c12 return (struct blk *)calloc_w(1, sizeof(struct blk), __func__); in blk_alloc()
17 struct blk *blk=NULL; in blk_alloc_with_data() local
22 return blk; in blk_alloc_with_data()
24 blk_free(&blk); in blk_alloc_with_data()
28 void blk_free_content(struct blk *blk) in blk_free_content() argument
34 void blk_free(struct blk **blk) in blk_free() argument
36 if(!blk || !*blk) return; in blk_free()
54 int blk_md5_update(struct blk *blk) in blk_md5_update() argument
56 return md5_generation(blk->md5sum, blk->data, blk->length); in blk_md5_update()
59 int blk_is_zero_length(struct blk *blk) in blk_is_zero_length() argument
[all …]
/dports/sysutils/burp-devel/burp-2.5.4/src/protocol2/
H A Dblk.c12 return (struct blk *)calloc_w(1, sizeof(struct blk), __func__); in blk_alloc()
17 struct blk *blk=NULL; in blk_alloc_with_data() local
22 return blk; in blk_alloc_with_data()
24 blk_free(&blk); in blk_alloc_with_data()
28 void blk_free_content(struct blk *blk) in blk_free_content() argument
34 void blk_free(struct blk **blk) in blk_free() argument
36 if(!blk || !*blk) return; in blk_free()
54 int blk_md5_update(struct blk *blk) in blk_md5_update() argument
56 return md5_generation(blk->md5sum, blk->data, blk->length); in blk_md5_update()
59 int blk_is_zero_length(struct blk *blk) in blk_is_zero_length() argument
[all …]
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_ksl.c300 blk = node->blk; in ngtcp2_ksl_insert()
325 blk = node->blk; in ngtcp2_ksl_insert()
535 blk = node->blk; in ngtcp2_ksl_remove()
544 blk = node->blk; in ngtcp2_ksl_remove()
551 blk = node->blk; in ngtcp2_ksl_remove()
587 for (; !blk->leaf; blk = ngtcp2_ksl_nth_node(ksl, blk, blk->n - 1)->blk) in ngtcp2_ksl_lower_bound()
598 blk = ngtcp2_ksl_nth_node(ksl, blk, i)->blk; in ngtcp2_ksl_lower_bound()
624 for (; !blk->leaf; blk = ngtcp2_ksl_nth_node(ksl, blk, blk->n - 1)->blk) in ngtcp2_ksl_lower_bound_compar()
635 blk = ngtcp2_ksl_nth_node(ksl, blk, i)->blk; in ngtcp2_ksl_lower_bound_compar()
662 blk = node->blk; in ngtcp2_ksl_update_key()
[all …]
/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_ksl.c306 blk = node->blk; in nghttp3_ksl_insert()
331 blk = node->blk; in nghttp3_ksl_insert()
543 blk = node->blk; in nghttp3_ksl_remove()
552 blk = node->blk; in nghttp3_ksl_remove()
559 blk = node->blk; in nghttp3_ksl_remove()
595 for (; !blk->leaf; blk = nghttp3_ksl_nth_node(ksl, blk, blk->n - 1)->blk) in nghttp3_ksl_lower_bound()
606 blk = nghttp3_ksl_nth_node(ksl, blk, i)->blk; in nghttp3_ksl_lower_bound()
632 for (; !blk->leaf; blk = nghttp3_ksl_nth_node(ksl, blk, blk->n - 1)->blk) in nghttp3_ksl_lower_bound_compar()
643 blk = nghttp3_ksl_nth_node(ksl, blk, i)->blk; in nghttp3_ksl_lower_bound_compar()
670 blk = node->blk; in nghttp3_ksl_update_key()
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/lib/
H A Dnghttp2_ksl.c309 blk = node->blk; in nghttp2_ksl_insert()
334 blk = node->blk; in nghttp2_ksl_insert()
508 blk = node->blk; in nghttp2_ksl_remove()
513 blk = node->blk; in nghttp2_ksl_remove()
521 blk = node->blk; in nghttp2_ksl_remove()
547 for (; !blk->leaf; blk = nghttp2_ksl_nth_node(ksl, blk, blk->n - 1)->blk) in nghttp2_ksl_lower_bound()
558 blk = nghttp2_ksl_nth_node(ksl, blk, i)->blk; in nghttp2_ksl_lower_bound()
584 for (; !blk->leaf; blk = nghttp2_ksl_nth_node(ksl, blk, blk->n - 1)->blk) in nghttp2_ksl_lower_bound_compar()
595 blk = nghttp2_ksl_nth_node(ksl, blk, i)->blk; in nghttp2_ksl_lower_bound_compar()
622 blk = node->blk; in nghttp2_ksl_update_key()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/sysemu/
H A Dblock-backend.h88 int blk_get_refcnt(BlockBackend *blk);
89 void blk_ref(BlockBackend *blk);
90 void blk_unref(BlockBackend *blk);
103 void blk_remove_bs(BlockBackend *blk);
185 int blk_co_flush(BlockBackend *blk);
186 int blk_flush(BlockBackend *blk);
190 void blk_drain(BlockBackend *blk);
201 bool blk_is_sg(BlockBackend *blk);
209 int blk_get_flags(BlockBackend *blk);
234 void blk_io_plug(BlockBackend *blk);
[all …]
/dports/emulators/qemu60/qemu-6.0.0/include/sysemu/
H A Dblock-backend.h84 int blk_get_refcnt(BlockBackend *blk);
85 void blk_ref(BlockBackend *blk);
86 void blk_unref(BlockBackend *blk);
99 void blk_remove_bs(BlockBackend *blk);
180 int blk_co_flush(BlockBackend *blk);
181 int blk_flush(BlockBackend *blk);
185 void blk_drain(BlockBackend *blk);
196 bool blk_is_sg(BlockBackend *blk);
204 int blk_get_flags(BlockBackend *blk);
228 void blk_io_plug(BlockBackend *blk);
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/eina/
H A Deina_thread_queue.c120 if (!blk) in _eina_thread_queue_msg_block_new()
136 return blk; in _eina_thread_queue_msg_block_new()
153 free(blk); in _eina_thread_queue_msg_block_real_free()
247 blk = blk->next; in _eina_thread_queue_msg_alloc()
250 if ((blk->size - blk->last) >= size) in _eina_thread_queue_msg_alloc()
253 if (blk->last == blk->size) blk->full = 1; in _eina_thread_queue_msg_alloc()
262 blk = blk->next; in _eina_thread_queue_msg_alloc()
265 if (blk->last == blk->size) blk->full = 1; in _eina_thread_queue_msg_alloc()
273 blk->ref++; in _eina_thread_queue_msg_alloc()
290 blk->ref--; in _eina_thread_queue_msg_alloc_done()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/include/sysemu/
H A Dblock-backend.h82 int blk_get_refcnt(BlockBackend *blk);
83 void blk_ref(BlockBackend *blk);
84 void blk_unref(BlockBackend *blk);
97 void blk_remove_bs(BlockBackend *blk);
179 int blk_co_flush(BlockBackend *blk);
180 int blk_flush(BlockBackend *blk);
184 void blk_drain(BlockBackend *blk);
194 bool blk_is_sg(BlockBackend *blk);
202 int blk_get_flags(BlockBackend *blk);
226 void blk_io_plug(BlockBackend *blk);
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/include/sysemu/
H A Dblock-backend.h82 int blk_get_refcnt(BlockBackend *blk);
83 void blk_ref(BlockBackend *blk);
84 void blk_unref(BlockBackend *blk);
97 void blk_remove_bs(BlockBackend *blk);
179 int blk_co_flush(BlockBackend *blk);
180 int blk_flush(BlockBackend *blk);
184 void blk_drain(BlockBackend *blk);
194 bool blk_is_sg(BlockBackend *blk);
202 int blk_get_flags(BlockBackend *blk);
226 void blk_io_plug(BlockBackend *blk);
[all …]
/dports/emulators/qemu5/qemu-5.2.0/include/sysemu/
H A Dblock-backend.h84 int blk_get_refcnt(BlockBackend *blk);
85 void blk_ref(BlockBackend *blk);
86 void blk_unref(BlockBackend *blk);
99 void blk_remove_bs(BlockBackend *blk);
180 int blk_co_flush(BlockBackend *blk);
181 int blk_flush(BlockBackend *blk);
185 void blk_drain(BlockBackend *blk);
195 bool blk_is_sg(BlockBackend *blk);
203 int blk_get_flags(BlockBackend *blk);
227 void blk_io_plug(BlockBackend *blk);
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/sysemu/
H A Dblock-backend.h82 int blk_get_refcnt(BlockBackend *blk);
83 void blk_ref(BlockBackend *blk);
84 void blk_unref(BlockBackend *blk);
97 void blk_remove_bs(BlockBackend *blk);
179 int blk_co_flush(BlockBackend *blk);
180 int blk_flush(BlockBackend *blk);
184 void blk_drain(BlockBackend *blk);
194 bool blk_is_sg(BlockBackend *blk);
202 int blk_get_flags(BlockBackend *blk);
226 void blk_io_plug(BlockBackend *blk);
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/sysemu/
H A Dblock-backend.h82 int blk_get_refcnt(BlockBackend *blk);
83 void blk_ref(BlockBackend *blk);
84 void blk_unref(BlockBackend *blk);
97 void blk_remove_bs(BlockBackend *blk);
178 int blk_co_flush(BlockBackend *blk);
179 int blk_flush(BlockBackend *blk);
183 void blk_drain(BlockBackend *blk);
193 bool blk_is_sg(BlockBackend *blk);
201 int blk_get_flags(BlockBackend *blk);
225 void blk_io_plug(BlockBackend *blk);
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/sysemu/
H A Dblock-backend.h82 int blk_get_refcnt(BlockBackend *blk);
83 void blk_ref(BlockBackend *blk);
84 void blk_unref(BlockBackend *blk);
97 void blk_remove_bs(BlockBackend *blk);
157 int blk_co_flush(BlockBackend *blk);
158 int blk_flush(BlockBackend *blk);
160 void blk_drain(BlockBackend *blk);
170 int blk_is_sg(BlockBackend *blk);
178 int blk_get_flags(BlockBackend *blk);
200 void blk_io_plug(BlockBackend *blk);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/pci/ctxfi/
H A Dcthardware.h86 int (*src_rsc_put_ctrl_blk)(void *blk);
106 int (*src_set_dirty_all)(void *blk);
109 unsigned int (*src_get_dirty)(void *blk);
112 int (*src_mgr_put_ctrl_blk)(void *blk);
123 int (*srcimp_mgr_put_ctrl_blk)(void *blk);
132 int (*amixer_rsc_put_ctrl_blk)(void *blk);
142 int (*amixer_set_dirty_all)(void *blk);
144 int (*amixer_get_y)(void *blk);
149 int (*dai_put_ctrl_blk)(void *blk);
158 int (*dao_put_ctrl_blk)(void *blk);
[all …]

12345678910>>...217