Home | History | Annotate | Download | only in checkpolicy

Lines Matching full:ioport

4022 	newc->u.ioport.low_ioport  = low;
4023 newc->u.ioport.high_ioport = high;
4026 yyerror2("low ioport 0x%x exceeds high ioport 0x%x", low, high);
4040 low2 = c->u.ioport.low_ioport;
4041 high2 = c->u.ioport.high_ioport;