Home | History | Annotate | Download | only in wscons

Lines Matching defs:intarg

381 	int intarg = 0, res;
464 intarg = WSDISPLAYIO_MODE_MAPPED;
467 intarg = WSDISPLAYIO_MODE_EMUL;
473 arg = &intarg;
497 intarg = 0;
500 intarg |= WSKBD_LED_CAPS;
502 intarg |= WSKBD_LED_NUM;
504 intarg |= WSKBD_LED_SCROLL;
506 arg = &intarg;
510 arg = &intarg;
517 intarg = WSKBD_RAW;
520 intarg = WSKBD_TRANSLATED;
525 arg = &intarg;
529 arg = &intarg;
542 if (intarg & WSKBD_LED_CAPS)
544 if (intarg & WSKBD_LED_NUM)
546 if (intarg & WSKBD_LED_SCROLL)
552 *(int *)data = (intarg == WSKBD_RAW ? K_RAW : K_XLATE);