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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_tdaemon.c121 rval = _sd_write(buf, buf->bh_fba_pos, buf->bh_fba_len, x);
131 rval = _sd_write(buf, fba_pos, fba_len, flag);
136 #define _sd_write _sim_write macro
968 #undef _sd_write macro
H A Dsd_bcache.c2666 * by this point (and in _sd_write/_sd_read for that matter
5626 * _sd_write - Interface call to commit part of handle.
5660 _sd_write(_sd_buf_handle_t *handle, nsc_off_t fba_pos, nsc_size_t fba_len, function
5812 "_sd_write", cur_fba_len, end_cblk_len);
5919 (void) _sd_write(handle, flush_pos, flush_len,
5936 (void) _sd_write(handle, flush_pos, flush_len,
5943 (void) _sd_write(handle, flush_pos, flush_len, NSC_QUEUE);
5974 "!sdbc(_sd_write) safe store failed. Going synchronous");
5987 cmn_err(CE_WARN, "!sdbc(_sd_write) safe store failed. "
6001 cmn_err(CE_WARN, "!sdbc(_sd_write) nvme
[all...]

Completed in 55 milliseconds