Searched refs:type (Results 1 – 7 of 7) sorted by relevance
| /rkdeveloptool/ |
| H A D | RKBoot.cpp | 53 bool CRKBoot::SaveEntryFile(ENUM_RKBOOTENTRY type,UCHAR ucIndex,string fileName) in SaveEntryFile() argument 57 switch ( type ) in SaveEntryFile() 93 bool CRKBoot::GetEntryProperty(ENUM_RKBOOTENTRY type,UCHAR ucIndex,DWORD &dwSize,DWORD &dwDelay,cha… in GetEntryProperty() argument 97 switch ( type ) in GetEntryProperty() 131 bool CRKBoot::GetEntryData(ENUM_RKBOOTENTRY type,UCHAR ucIndex,PBYTE lpData) in GetEntryData() argument 135 switch ( type ) in GetEntryData() 164 char CRKBoot::GetIndexByName(ENUM_RKBOOTENTRY type,char *pName) in GetIndexByName() argument 168 switch ( type ) in GetIndexByName()
|
| H A D | RKBoot.h | 60 bool SaveEntryFile(ENUM_RKBOOTENTRY type, UCHAR ucIndex, string fileName); 61 …bool GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, char *p… 62 char GetIndexByName(ENUM_RKBOOTENTRY type, char *pName); 63 bool GetEntryData(ENUM_RKBOOTENTRY type, UCHAR ucIndex, PBYTE lpData);
|
| H A D | RKScan.h | 30 bool FindRockusbVidPid(ENUM_RKDEVICE_TYPE type, USHORT &usVid, USHORT &usPid); 31 int Search(UINT type); 50 bool IsRockusbDevice(ENUM_RKDEVICE_TYPE &type, USHORT vid, USHORT pid);
|
| H A D | RKScan.cpp | 55 bool CRKScan::FindRockusbVidPid(ENUM_RKDEVICE_TYPE type, USHORT &usVid, USHORT &usPid) in FindRockusbVidPid() argument 60 if (m_deviceConfigSet[i].emDeviceType == type) { in FindRockusbVidPid() 284 bool CRKScan::IsRockusbDevice(ENUM_RKDEVICE_TYPE &type, USHORT vid, USHORT pid) in IsRockusbDevice() argument 289 type = m_deviceConfigSet[iPos].emDeviceType; in IsRockusbDevice() 294 type = RKNONE_DEVICE; in IsRockusbDevice() 300 int CRKScan::Search(UINT type) in Search() argument 333 if ( (type & RKUSB_MASKROM) == 0 ) { in Search() 352 if ( (type & RKUSB_LOADER) == 0 ) { in Search() 371 if ( (type & RKUSB_MSC) == 0 ) { in Search()
|
| H A D | boot_merger.h | 146 rk_entry_type type; member
|
| H A D | main.cpp | 1464 static bool saveEntry(FILE* outFile, char* path, rk_entry_type type, in saveEntry() argument 1473 entry.type = type; in saveEntry() 1700 if (entry->type == ENTRY_LOADER) { in unpackEntry() 1748 entrys[i].type, name, entrys[i].dataOffset, in unpackBoot()
|
| H A D | license.txt | 316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 318 under certain conditions; type `show c' for details.
|