Searched defs:iob_hook (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_iob.h41 * (iob_hook_iodone) which maintains the completion count (iob_hook.count)
42 * and calls the clients end action (iob_hook.func) when the chain is complete.
44 typedef struct iob_hook { struct
45 struct iob_hook *next_hook;
54 int (* iob_hook_iodone)(struct buf *, struct iob_hook *);

Completed in 71 milliseconds