Home
last modified time | relevance | path

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

/third_party/gptfdisk/
Dmbrpart.cc151 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()
Dgptcl.cc33 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()
Dgpttext.cc980 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()
Dgptcl.h32 char *newPartInfo, *mbrParts, *twoParts, *outDevice, *typeCode; variable
Dmbrpart.h84 int SetType(uint8_t typeCode, int isExtended = 0);
/third_party/node/deps/npm/node_modules/aproba/
Dindex.js75 Object.keys(types).forEach(typeCode => {
76 if (types[typeCode].check(value)) valueType = types[typeCode].label