Searched refs:os_type (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dostype.c23 * Convert an os_type to a string
25 char *e2p_os2string(int os_type) argument
30 if (os_type <= EXT2_OS_LITES)
31 os = os_tab[os_type];
42 * Convert an os_type to a string
H A De2p.h56 char *e2p_os2string(int os_type);

Completed in 35 milliseconds