Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Diso_fs.h11 #define ISODCL(from, to) (to - from + 1) macro
14 char type[ISODCL(1,1)]; /* 711 */
15 char id[ISODCL(2,6)];
16 char version[ISODCL(7,7)];
17 char data[ISODCL(8,2048)];
28 char type [ISODCL ( 1, 1)]; /* 711 */
29 char id [ISODCL ( 2, 6)];
30 char version [ISODCL ( 7, 7)]; /* 711 */
31 char unused1 [ISODCL ( 8, 8)];
32 char system_id [ISODCL ( 9, 40)]; /* achars */
[all …]