Symbol: FMT_UINT
sbin/wsconsctl/display.c
54
{ "width", &width, FMT_UINT, FLG_RDONLY },
sbin/wsconsctl/display.c
55
{ "height", &height, FMT_UINT, FLG_RDONLY },
sbin/wsconsctl/display.c
56
{ "depth", &depth, FMT_UINT, FLG_RDONLY },
sbin/wsconsctl/display.c
57
{ "fontwidth", &fontwidth, FMT_UINT, FLG_RDONLY },
sbin/wsconsctl/display.c
58
{ "fontheight", &fontheight, FMT_UINT, FLG_RDONLY },
sbin/wsconsctl/display.c
66
{ "screen_on", &burnon, FMT_UINT, FLG_MODIFY|FLG_INIT },
sbin/wsconsctl/display.c
67
{ "screen_off", &burnoff, FMT_UINT, FLG_MODIFY|FLG_INIT },
sbin/wsconsctl/keyboard.c
57
{ "bell.pitch", &bell.pitch, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
58
{ "bell.period", &bell.period, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
59
{ "bell.volume", &bell.volume, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
60
{ "bell.pitch.default", &dfbell.pitch, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
61
{ "bell.period.default", &dfbell.period, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
62
{ "bell.volume.default", &dfbell.volume, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
64
{ "repeat.del1", &repeat.del1, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
65
{ "repeat.deln", &repeat.delN, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
66
{ "repeat.del1.default", &dfrepeat.del1, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
67
{ "repeat.deln.default", &dfrepeat.delN, FMT_UINT, FLG_MODIFY },
sbin/wsconsctl/keyboard.c
68
{ "ledstate", &ledstate, FMT_UINT, 0 },
sbin/wsconsctl/mouse.c
51
{ "resolution", &resolution, FMT_UINT, FLG_WRONLY },
sbin/wsconsctl/mouse.c
52
{ "samplerate", &samplerate, FMT_UINT, FLG_WRONLY },
sbin/wsconsctl/mouse.c
54
{ "rawmode", &rawmode, FMT_UINT, FLG_MODIFY|FLG_INIT},
sbin/wsconsctl/util.c
258
case FMT_UINT:
sbin/wsconsctl/util.c
340
case FMT_UINT: