Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/sdcard/impl/
H A Dsda_mem.c171 if ((slot->s_flags & SLOTF_WRITABLE) == 0) { in sda_mem_bd_write()
210 media->m_readonly = slot->s_flags & SLOTF_WRITABLE ? B_FALSE : B_TRUE; in sda_mem_bd_mediainfo()
372 slot->s_flags &= ~SLOTF_WRITABLE; in sda_mem_parse_cid_csd()
H A Dsda_init.c360 slot->s_flags |= SLOTF_WRITABLE; in sda_init_card()
/titanic_50/usr/src/uts/common/sys/sdcard/
H A Dsda_impl.h81 #define SLOTF_WRITABLE 0x0004 macro