HomeSort by: relevance | last modified time | path
    Searched refs:FLG_WRONLY (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/wsconsctl/
wsconsctl.h 69 #define FLG_WRONLY 0x0002 /* variable cannot be displayed */
wsconsctl.c 171 if ((field_tab[i].flags & (FLG_NOAUTO|FLG_WRONLY)) == 0)
218 if ((f->flags & FLG_WRONLY) != 0)
display.c 75 { "splash.enable", &splash_enable, FMT_UINT, FLG_WRONLY },
76 { "splash.progress", &splash_progress, FMT_UINT, FLG_WRONLY },
mouse.c 65 { "resolution", &resolution, FMT_UINT, FLG_WRONLY },
66 { "samplerate", &samplerate, FMT_UINT, FLG_WRONLY },

Completed in 11 milliseconds