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

/netbsd-6-1-5-RELEASE/sbin/wsconsctl/
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(
[all...]
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(
[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(
[all...]
H A Dwsconsctl.h79 struct field *field_by_value(void *);
H A Dutil.c198 field_by_value(void *addr) function
206 errx(EXIT_FAILURE, "internal error: field_by_value: not found");
214 f = field_by_value(addr);

Completed in 48 milliseconds