HomeSort by relevance Sort by last modified time
    Searched refs:PART_TYPE_LEN (Results 1 - 2 of 2) sorted by null

  /external/u-boot/include/
part.h 51 #define PART_TYPE_LEN 32
59 uchar type[PART_TYPE_LEN]; /* string type description */
  /external/u-boot/cmd/
gpt.c 203 PART_TYPE_LEN);
204 newpart->gpt_part_info.type[PART_TYPE_LEN - 1] = '\0';

Completed in 46 milliseconds