Searched refs:FLG_RDONLY (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sbin/wsconsctl/
H A Dwsconsctl.h68 #define FLG_RDONLY 0x0001 /* variable cannot be modified */ macro
H A Ddisplay.c60 { "type", &dpytype, FMT_DPYTYPE, FLG_RDONLY },
67 { "edid", &edid_info, FMT_EDID, FLG_RDONLY|FLG_NOAUTO },
H A Dwsconsctl.c196 if ((f->flags & FLG_RDONLY) != 0)
H A Dkeyboard.c64 { "type", &kbtype, FMT_KBDTYPE, FLG_RDONLY },
H A Dmouse.c67 { "type", &mstype, FMT_MSTYPE, FLG_RDONLY },
/netbsd-current/sbin/mount/
H A Dmount.c98 #define FLG_RDONLY 2 macro
143 init_flags |= FLG_RDONLY;
436 if (flags & FLG_RDONLY)

Completed in 169 milliseconds