Searched refs:typeCode (Results 1 – 6 of 6) sorted by relevance
| /third_party/gptfdisk/ |
| D | mbrpart.cc | 151 int MBRPart::SetType(uint8_t typeCode, int isExtended) { in SetType() argument 154 if ((isExtended == 1) || ((typeCode != 0x05) && (typeCode != 0x0f) && (typeCode != 0x85))) { in SetType() 155 partitionType = typeCode; in SetType()
|
| D | gptcl.cc | 33 mbrParts = twoParts = outDevice = typeCode = partGUID = diskGUID = NULL; in GPTDataCL() 111 …{"typecode", 't', POPT_ARG_STRING, &typeCode, 't', "change partition type code", "partnum:{hexcode… in DoOptions() 389 partNum = (int) GetInt(typeCode, 1) - 1; in DoOptions() 393 typeHelper = GetString(typeCode, 2); in DoOptions() 399 << "'s type code to " << GetString(typeCode, 2) << "!\n"; in DoOptions() 402 free(typeCode); in DoOptions()
|
| D | gpttext.cc | 980 int typeCode; in GetMBRTypeCode() local 990 typeCode = defType; in GetMBRTypeCode() 992 typeCode = StrToHex(line, 0); in GetMBRTypeCode() 993 } while ((typeCode <= 0) || (typeCode > 255)); in GetMBRTypeCode() 995 return typeCode; in GetMBRTypeCode()
|
| D | gptcl.h | 32 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; variable
|
| D | mbrpart.h | 84 int SetType(uint8_t typeCode, int isExtended = 0);
|
| /third_party/node/deps/npm/node_modules/aproba/ |
| D | index.js | 75 Object.keys(types).forEach(typeCode => { 76 if (types[typeCode].check(value)) valueType = types[typeCode].label
|