Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_conf.c579 if (FILE_OPENED(i) && ((rc = _sd_close(i)) > 0)) {
H A DCACHE_SPEC.txt309 Currently there is no reference count; so one _sd_close() closes
312 _sd_close(cd)
H A Dsd_bcache.h1081 extern int _sd_close(int cd);
H A Dsd_bcache.c1554 _sd_close(int cd) in _sd_close() function
1640 if ((rc = _sd_close((int)cd)) == NSC_DONE) { in _sd_close_io()