OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLG_GET
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/wsconsctl/
mouse.c
98
if (field_by_value(&mstype)->flags &
FLG_GET
)
102
if (field_by_value(&calibration.minx)->flags &
FLG_GET
||
103
field_by_value(&calibration.miny)->flags &
FLG_GET
||
104
field_by_value(&calibration.maxx)->flags &
FLG_GET
||
105
field_by_value(&calibration.maxy)->flags &
FLG_GET
||
106
field_by_value(&calibration_samples)->flags &
FLG_GET
)
109
if (field_by_value(&repeat.wr_buttons)->flags &
FLG_GET
||
110
field_by_value(&repeat.wr_delay_first)->flags &
FLG_GET
||
111
field_by_value(&repeat.wr_delay_decrement)->flags &
FLG_GET
||
112
field_by_value(&repeat.wr_delay_minimum)->flags &
FLG_GET
)
[
all
...]
display.c
111
if (field_by_value(&font.name)->flags &
FLG_GET
) {
119
if (field_by_value(&dpytype)->flags &
FLG_GET
)
123
if (field_by_value(&border)->flags &
FLG_GET
)
127
if (field_by_value(&backlight.curval)->flags &
FLG_GET
) {
133
if (field_by_value(&brightness.curval)->flags &
FLG_GET
) {
139
if (field_by_value(&contrast.curval)->flags &
FLG_GET
) {
145
if (field_by_value(&msg_default_attrs)->flags &
FLG_GET
||
146
field_by_value(&msg_default_bg)->flags &
FLG_GET
||
147
field_by_value(&msg_default_fg)->flags &
FLG_GET
||
148
field_by_value(&msg_kernel_attrs)->flags &
FLG_GET
||
[
all
...]
keyboard.c
115
if (field_by_value(&kbtype)->flags &
FLG_GET
)
119
if (field_by_value(&kbmode)->flags &
FLG_GET
) {
125
if (field_by_value(&bell.pitch)->flags &
FLG_GET
)
127
if (field_by_value(&bell.period)->flags &
FLG_GET
)
129
if (field_by_value(&bell.volume)->flags &
FLG_GET
)
135
if (field_by_value(&dfbell.pitch)->flags &
FLG_GET
)
137
if (field_by_value(&dfbell.period)->flags &
FLG_GET
)
139
if (field_by_value(&dfbell.volume)->flags &
FLG_GET
)
145
if (field_by_value(&kbmap)->flags &
FLG_GET
) {
153
if (field_by_value(&repeat.del1)->flags &
FLG_GET
)
[
all
...]
wsconsctl.h
73
#define
FLG_GET
0x0100 /* read this variable from driver */
wsconsctl.c
172
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
;
221
f->flags |=
FLG_GET
;
229
if (field_tab[i].flags &
FLG_GET
)
Completed in 13 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025