Searched refs:dkrtype_t (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp113 typedef enum { DKRTYPE_BUF, DKRTYPE_DIO } dkrtype_t; typedef in typeref:enum:__anon2456
115 static int dkreadwrite(dkr_t dkr, dkrtype_t dkrtype);
2419 inline dev_t DKR_GET_DEV(dkr_t dkr, dkrtype_t dkrtype)
2426 inline UInt64 DKR_GET_BYTE_COUNT(dkr_t dkr, dkrtype_t dkrtype)
2433 inline UInt64 DKR_GET_BYTE_START(dkr_t dkr, dkrtype_t dkrtype)
2448 inline bool DKR_IS_READ(dkr_t dkr, dkrtype_t dkrtype)
2455 inline bool DKR_IS_ASYNCHRONOUS(dkr_t dkr, dkrtype_t dkrtype)
2462 inline bool DKR_IS_RAW(dkr_t dkr, dkrtype_t dkrtype)
2469 inline void DKR_SET_BYTE_COUNT(dkr_t dkr, dkrtype_t dkrtype, UInt64 bcount)
2477 inline void DKR_RUN_COMPLETION(dkr_t dkr, dkrtype_t dkrtyp
[all...]

Completed in 178 milliseconds