Searched refs:cd_hint (Results 1 – 3 of 3) sorted by relevance
540 unsigned int cd_hint; /* Hints for this descriptor */ member758 #define _SD_CD_HINTS(cd) (_sd_cache_files[(cd)].cd_hint)
1502 cdi->cd_hint = 0; in _sd_open_cd()6693 _sd_cache_files[cd].cd_hint |= (hint & _SD_HINT_MASK);6709 _sd_cache_files[cd].cd_hint &= ~(hint & _SD_HINT_MASK);6723 *hint = _sd_cache_files[cd].cd_hint;
2390 cdi.cd_hint, cache_hints); in sdbc_cdinfo()