Home
last modified time | relevance | path

Searched refs:end_head (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/com32/gplinclude/disk/
Dpartition.h29 uint8_t end_head; member
/external/e2fsprogs/lib/ext2fs/
Ddosio.h67 unsigned char end_head; member
/external/toybox/toys/pending/
Dfdisk.c52 unsigned char boot_ind, head, sector, cyl, sys_ind, end_head, member
117 p->end_head = end % g_heads; in set_hsc()
282 end_h = p->end_head + 1; in physical_HS()
420 physeh = p->end_head; in consistency_check()
1108 check(i + 1, p->end_head, p->end_sector, p->end_cyl, end_sec[i]); in verify_table()
1207 p->end_head, in print_partitions_list()
/external/python/cpython2/Lib/
Dhtmllib.py143 def end_head(self): pass member in HTMLParser