Home
last modified time | relevance | path

Searched defs:sys_ind (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/disk/
Dpart_dos.h24 unsigned char sys_ind; /* What partition type */ member
/external/u-boot/include/
Dpart.h68 uchar sys_ind; /* partition type */ member
Dpart_efi.h67 u8 sys_ind; /* What partition type */ member
/external/toybox/toys/pending/
Dfdisk.c52 unsigned char boot_ind, head, sector, cyl, sys_ind, end_head, member
398 static char* get_type(int sys_ind) in get_type()