OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLG_SET
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/wsconsctl/
mouse.c
238
if (field_by_value(&resolution)->flags &
FLG_SET
) {
245
if (field_by_value(&samplerate)->flags &
FLG_SET
) {
252
if (field_by_value(&calibration.minx)->flags &
FLG_SET
||
253
field_by_value(&calibration.miny)->flags &
FLG_SET
||
254
field_by_value(&calibration.maxx)->flags &
FLG_SET
||
255
field_by_value(&calibration.maxy)->flags &
FLG_SET
||
256
field_by_value(&calibration_samples)->flags &
FLG_SET
)
259
if (field_by_value(&repeat.wr_buttons)->flags &
FLG_SET
||
260
field_by_value(&repeat.wr_delay_first)->flags &
FLG_SET
||
261
field_by_value(&repeat.wr_delay_decrement)->flags &
FLG_SET
||
[
all
...]
display.c
195
if (field_by_value(&font.name)->flags &
FLG_SET
) {
201
if (field_by_value(&border)->flags &
FLG_SET
) {
207
if (field_by_value(&backlight.curval)->flags &
FLG_SET
) {
214
if (field_by_value(&brightness.curval)->flags &
FLG_SET
) {
221
if (field_by_value(&contrast.curval)->flags &
FLG_SET
) {
228
if (field_by_value(&splash_enable)->flags &
FLG_SET
) {
234
if (field_by_value(&splash_progress)->flags &
FLG_SET
) {
240
if (field_by_value(&msg_default_attrs)->flags &
FLG_SET
||
241
field_by_value(&msg_default_bg)->flags &
FLG_SET
||
242
field_by_value(&msg_default_fg)->flags &
FLG_SET
||
[
all
...]
keyboard.c
202
if (field_by_value(&kbmode)->flags &
FLG_SET
) {
209
if (field_by_value(&bell.pitch)->flags &
FLG_SET
)
211
if (field_by_value(&bell.period)->flags &
FLG_SET
)
213
if (field_by_value(&bell.volume)->flags &
FLG_SET
)
225
if (field_by_value(&dfbell.pitch)->flags &
FLG_SET
)
227
if (field_by_value(&dfbell.period)->flags &
FLG_SET
)
229
if (field_by_value(&dfbell.volume)->flags &
FLG_SET
)
241
if (field_by_value(&kbmap)->flags &
FLG_SET
) {
252
if (field_by_value(&repeat.del1)->flags &
FLG_SET
)
254
if (field_by_value(&repeat.delN)->flags &
FLG_SET
)
[
all
...]
wsconsctl.h
74
#define
FLG_SET
0x0200 /* write this variable to driver */
wsconsctl.c
209
f->flags |=
FLG_SET
;
213
f->flags &= ~(
FLG_SET
| FLG_MODIFIED);
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025