Home
last modified time | relevance | path

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

/RevoEX-3.1/include/revolution/
Dvf.h67 #define VF_ERR_BASE (0xb000) macro
68 #define VF_ERR_NOT_EXIST_FILE (VF_ERR_BASE + 0x01)
69 #define VF_ERR_CANNOT_ALLOC_DRV (VF_ERR_BASE + 0x02)
70 #define VF_ERR_NOT_ALLOCATED_DRV (VF_ERR_BASE + 0x03)
71 #define VF_ERR_ALREADY_ATTACHED_DRV_NAME (VF_ERR_BASE + 0x04)
72 #define VF_ERR_ALREADY_MOUNTED_DRV_NAME (VF_ERR_BASE + 0x05)
73 #define VF_ERR_VFF_FILE_FORMAT (VF_ERR_BASE + 0x06)