Home
last modified time | relevance | path

Searched refs:CD_CLOSE_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h951 #define CD_CLOSE_IN_PROGRESS 0x0010 macro
H A Dsd_bcache.c1568 (cdi->cd_info->sh_alloc & CD_CLOSE_IN_PROGRESS)) { in _sd_close()
1574 cdi->cd_info->sh_alloc |= CD_CLOSE_IN_PROGRESS; in _sd_close()
1596 cdi->cd_info->sh_alloc &= ~CD_CLOSE_IN_PROGRESS; in _sd_close()
1606 cdi->cd_info->sh_alloc &= ~CD_CLOSE_IN_PROGRESS; in _sd_close()
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c2316 { "CLOSE_IN_PROGRESS", CD_CLOSE_IN_PROGRESS, CD_CLOSE_IN_PROGRESS },