Home
last modified time | relevance | path

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

/freebsd/sys/dev/hptmv/
H A DmvOs.h66 typedef enum mvBoolean{MV_FALSE, MV_TRUE} MV_BOOLEAN; enumerator
115 #define mvOsSemInit(p) (MV_TRUE)
116 #define mvOsSemTake(p) (MV_TRUE)
117 #define mvOsSemRelease(p) (MV_TRUE)
H A Dentry.c300 pAdapter->mvChannel[channelNum].online = MV_TRUE; in hptmv_init_channel()
361 pMvSataChannel->lba48Address = MV_TRUE; in hptmv_parse_identify_results()
386 if (pMvSataChannel->lba48Address == MV_TRUE) in init_vdev_params()
883 return MV_TRUE; in hptmv_event_notify()
889 return MV_TRUE; in hptmv_event_notify()
1154 channelInfo->writeCacheEnabled = MV_TRUE; in fDeSetWriteCache()
1193 channelInfo->readAheadEnabled = MV_TRUE; in fDeSetReadAhead()
1416 == MV_TRUE) in init_adapter()
1438 pAdapter->mvChannel[channel].online = MV_TRUE; in init_adapter()
1441 MV_TRUE);*/ in init_adapter()
[all...]
H A Dgui_lib.c469 if (pAdapTemp->mvChannel[bus].online == MV_TRUE) in hpt_get_channel_info()