summaryrefslogtreecommitdiff
path: root/lib9p/tests/test_compile.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-20 18:58:21 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-03-22 19:32:44 -0600
commit6322636192c57a472176c65257b2b8487f79434e (patch)
tree9560a18fc2c0ea09fa35715541be24c11792ed23 /lib9p/tests/test_compile.c
parent8f98e46ecb901df499010e77e17d044ce2f3f3a4 (diff)
lib9p: idl: 9P2000.L: Document all the bitfields and enums
Diffstat (limited to 'lib9p/tests/test_compile.c')
-rw-r--r--lib9p/tests/test_compile.c60
1 files changed, 60 insertions, 0 deletions
diff --git a/lib9p/tests/test_compile.c b/lib9p/tests/test_compile.c
index d001b2f..6abee05 100644
--- a/lib9p/tests/test_compile.c
+++ b/lib9p/tests/test_compile.c
@@ -47,6 +47,66 @@ int main(void) {
x = LIB9P_O_MODE_MASK;
x = LIB9P_O_FLAG_MASK;
x = LIB9P_ERRNO_NOERROR;
+ x = LIB9P_SUPER_MAGIC_V9FS_MAGIC;
+ x = LIB9P_LO_SYNC;
+ x = LIB9P_LO_CLOEXEC;
+ x = LIB9P_LO_NOATIME;
+ x = LIB9P_LO_NOFOLLOW;
+ x = LIB9P_LO_DIRECTORY;
+ x = LIB9P_LO_LARGEFILE;
+ x = LIB9P_LO_DIRECT;
+ x = LIB9P_LO_BSD_FASYNC;
+ x = LIB9P_LO_DSYNC;
+ x = LIB9P_LO_NONBLOCK;
+ x = LIB9P_LO_APPEND;
+ x = LIB9P_LO_TRUNC;
+ x = LIB9P_LO_NOCTTY;
+ x = LIB9P_LO_EXCL;
+ x = LIB9P_LO_CREATE;
+ x = _LIB9P_LO_mode_1;
+ x = _LIB9P_LO_mode_0;
+ x = LIB9P_LO_RDONLY;
+ x = LIB9P_LO_WRONLY;
+ x = LIB9P_LO_RDWR;
+ x = LIB9P_LO_NOACCESS;
+ x = LIB9P_LO_MODE_MASK;
+ x = LIB9P_LO_FLAG_MASK;
+ x = LIB9P_DT_UNKNOWN;
+ x = LIB9P_DT_NAMED_PIPE;
+ x = LIB9P_DT_CHAR_DEV;
+ x = LIB9P_DT_DIRECTORY;
+ x = LIB9P_DT_BLOCK_DEV;
+ x = LIB9P_DT_REGULAR;
+ x = LIB9P_DT_SYMLINK;
+ x = LIB9P_DT_SOCKET;
+ x = LIB9P_DT_WHITEOUT;
+ x = _LIB9P_MODE_fmt_3;
+ x = _LIB9P_MODE_fmt_2;
+ x = _LIB9P_MODE_fmt_1;
+ x = _LIB9P_MODE_fmt_0;
+ x = LIB9P_MODE_PERM_SETGROUP;
+ x = LIB9P_MODE_PERM_SETUSER;
+ x = LIB9P_MODE_PERM_STICKY;
+ x = LIB9P_MODE_PERM_OWNER_R;
+ x = LIB9P_MODE_PERM_OWNER_W;
+ x = LIB9P_MODE_PERM_OWNER_X;
+ x = LIB9P_MODE_PERM_GROUP_R;
+ x = LIB9P_MODE_PERM_GROUP_W;
+ x = LIB9P_MODE_PERM_GROUP_X;
+ x = LIB9P_MODE_PERM_OTHER_R;
+ x = LIB9P_MODE_PERM_OTHER_W;
+ x = LIB9P_MODE_PERM_OTHER_X;
+ x = LIB9P_MODE_FMT_NAMED_PIPE;
+ x = LIB9P_MODE_FMT_CHAR_DEV;
+ x = LIB9P_MODE_FMT_DIRECTORY;
+ x = LIB9P_MODE_FMT_BLOCK_DEV;
+ x = LIB9P_MODE_FMT_REGULAR;
+ x = LIB9P_MODE_FMT_SYMLINK;
+ x = LIB9P_MODE_FMT_SOCKET;
+ x = LIB9P_MODE_PERM_MASK;
+ x = LIB9P_MODE_FMT_MASK;
+ x = LIB9P_B4_FALSE;
+ x = LIB9P_B4_TRUE;
x = LIB9P_GETATTR_DATA_VERSION;
x = LIB9P_GETATTR_GEN;
x = LIB9P_GETATTR_BTIME;