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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_iob.h67 } iob_hook_t; typedef in typeref:struct:iob_hook
70 iob_hook_t *hooks; /* all of the iob hooks */
71 iob_hook_t *hook_head; /* free iob hook */
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;
218 if ((_sd_buflist.hooks = (iob_hook_t *)nsc_kmem_zalloc(
219 num * sizeof (iob_hook_t), KM_SLEEP, sdbc_iobuf_mem)) == NULL) {
279 _sd_buflist.bl_init_count * sizeof (iob_hook_t));
409 static iob_hook_t *
413 iob_hook_t *ret;
458 _sd_put_hook(iob_hook_t *hook)
488 iob_hook_t *hoo
[all...]

Completed in 70 milliseconds