Home
last modified time | relevance | path

Searched refs:iob_hook_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.c81 static int _sd_sync_ea(struct buf *, iob_hook_t *);
82 static int _sd_async_ea(struct buf *, iob_hook_t *);
212 iob_hook_t *hook; in _sdbc_iobuf_configure()
218 if ((_sd_buflist.hooks = (iob_hook_t *)nsc_kmem_zalloc( in _sdbc_iobuf_configure()
219 num * sizeof (iob_hook_t), KM_SLEEP, sdbc_iobuf_mem)) == NULL) { in _sdbc_iobuf_configure()
279 _sd_buflist.bl_init_count * sizeof (iob_hook_t)); in _sdbc_iobuf_deconfigure()
409 static iob_hook_t *
413 iob_hook_t *ret; in _sd_get_hook()
458 _sd_put_hook(iob_hook_t *hook) in _sd_put_hook()
488 iob_hook_t *hook = (iob_hook_t *)head_bp->b_private; in _sd_extend_iob()
[all …]
H A Dsd_iob.h67 } iob_hook_t; typedef
70 iob_hook_t *hooks; /* all of the iob hooks */
71 iob_hook_t *hook_head; /* free iob hook */