Home
last modified time | relevance | path

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

/external/syslinux/com32/chain/
Dpartiter.c46 #define ost_is_ext(type) ((type) == 0x05 || (type) == 0x0F || (type) == 0x85) macro
47 #define ost_is_nondata(type) (ost_is_ext(type) || (type) == 0x00)
174 if (ost_is_ext(dp[0].ostype)) { in notsane_logical()
296 if (ost_is_ext(dp->ostype)) { in dos_next_mbr()