Home
last modified time | relevance | path

Searched refs:sdbc_ea_fn_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bio.h41 extern int sd_start_io(struct buf *, strategy_fn_t, sdbc_ea_fn_t, blind_t);
H A Dsd_iob.h53 sdbc_ea_fn_t func; /* clients end action routine */
H A Dsd_bio.c926 sd_start_io(struct buf *bp, strategy_fn_t strategy, sdbc_ea_fn_t fn, in sd_start_io()
1179 sdbc_ea_fn_t fn; in _sd_async_ea()
H A Dsd_bcache.h959 typedef void (*sdbc_ea_fn_t) (blind_t, nsc_off_t, nsc_size_t, int); typedef