Searched refs:FLG_GET (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/wsconsctl/
H A Dmouse.c89 if (field_by_value(&mstype)->flags & FLG_GET)
93 if (field_by_value(&calibration.minx)->flags & FLG_GET ||
94 field_by_value(&calibration.miny)->flags & FLG_GET ||
95 field_by_value(&calibration.maxx)->flags & FLG_GET ||
96 field_by_value(&calibration.maxy)->flags & FLG_GET ||
97 field_by_value(&calibration_samples)->flags & FLG_GET)
100 if (field_by_value(&repeat.wr_buttons)->flags & FLG_GET ||
101 field_by_value(&repeat.wr_delay_first)->flags & FLG_GET ||
102 field_by_value(&repeat.wr_delay_decrement)->flags & FLG_GET ||
103 field_by_value(&repeat.wr_delay_minimum)->flags & FLG_GET)
[all...]
H A Dkeyboard.c86 if (field_by_value(&kbtype)->flags & FLG_GET)
91 if (field_by_value(&bell.pitch)->flags & FLG_GET)
93 if (field_by_value(&bell.period)->flags & FLG_GET)
95 if (field_by_value(&bell.volume)->flags & FLG_GET)
101 if (field_by_value(&dfbell.pitch)->flags & FLG_GET)
103 if (field_by_value(&dfbell.period)->flags & FLG_GET)
105 if (field_by_value(&dfbell.volume)->flags & FLG_GET)
111 if (field_by_value(&kbmap)->flags & FLG_GET) {
118 if (field_by_value(&repeat.del1)->flags & FLG_GET)
120 if (field_by_value(&repeat.delN)->flags & FLG_GET)
[all...]
H A Ddisplay.c82 if (field_by_value(&dpytype)->flags & FLG_GET)
86 if (field_by_value(&border)->flags & FLG_GET)
90 if (field_by_value(&backlight.curval)->flags & FLG_GET) {
96 if (field_by_value(&brightness.curval)->flags & FLG_GET) {
102 if (field_by_value(&contrast.curval)->flags & FLG_GET) {
108 if (field_by_value(&msg_default_attrs)->flags & FLG_GET ||
109 field_by_value(&msg_default_bg)->flags & FLG_GET ||
110 field_by_value(&msg_default_fg)->flags & FLG_GET ||
111 field_by_value(&msg_kernel_attrs)->flags & FLG_GET ||
112 field_by_value(&msg_kernel_bg)->flags & FLG_GET ||
[all...]
H A Dwsconsctl.c172 field_tab[i].flags |= FLG_GET;
180 else if (field_tab[i].flags & FLG_GET &&
204 f->flags |= FLG_GET;
206 f->flags &= ~FLG_GET;
219 f->flags |= FLG_GET;
227 if (field_tab[i].flags & FLG_GET)
H A Dwsconsctl.h72 #define FLG_GET 0x0100 /* read this variable from driver */ macro

Completed in 116 milliseconds