Home | History | Annotate | Download | only in config

Lines Matching defs:int32

218 %type	<i32>	int32 npseudo device_flags no
437 MAXPARTITIONS int32 { maxpartitions = $2; }
441 MAXUSERS int32 int32 int32
465 VERSION int32 { setversion($2); }
506 | CHAR int32 { $$ = $2; }
512 | BLOCK int32 { $$ = $2; }
583 | locname '[' int32 ']' { $$ = locarray($1, $3, NULL, 0); }
584 | locname '[' int32 ']' locdefaults
586 | '[' locname '[' int32 ']' locdefaults ']'
698 devbase '=' int32 { setmajor($1, $3); }
701 int32:
787 MAXUSERS int32 { setmaxusers($2); }
963 | int32 { $$ = $1; }
994 | FLAGS int32 { $$ = $2; }