Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dfdisk.c66 } sys_types[] = { variable
138 int i, adjust = 0, size = ARRAY_LEN(sys_types); in list_types()
142 xprintf("%2x %-22s\t\t%2x %-22.22s\n", sys_types[i].id, sys_types[i].type, in list_types()
143 sys_types[i+1].id, sys_types[i+1].type); in list_types()
144 if (adjust) xprintf("%2x %-22s\n",sys_types[size-1].id, sys_types[size-1].type); in list_types()
400 int i, size = ARRAY_LEN(sys_types); in get_type()
402 if (sys_ind == sys_types[i].id) in get_type()
403 return sys_types[i].type; in get_type()