Lines Matching refs:lua
7 available in ports. Currently, this script is compatible with lua from
8 ports along with the compatible luafilesystem and lua-posix modules.
11 `main.lua` generates all files.
17 `# /usr/libexec/flua /usr/src/sys/tools/syscalls/main.lua /usr/src/sys/kern/syscalls.master`
24 * `main.lua` - Main entry point that calls all scripts.
25 * `config.lua` - Contains the global configuration table and associated
29 * `syscall.lua` - Packages each system call entry from `syscalls.master`
31 * `scarg.lua` - Packages each argument for the system call into an argument
33 * `scret.lua` - An object for the return value of the system call.
34 * `freebsd-syscall.lua` - Contains the master system call table after
38 * `init_sysent.lua` - Generates `init_sysent.c`.
39 * `libsys_h.lua` - Generates `lib/libsys/_libsys.h`.
40 * `syscall_h.lua` - Generates `syscall.h`.
41 * `syscall_mk.lua` - Generates `syscall.mk`.
42 * `syscalls.lua` - Generates `syscalls.c`.
43 * `syscalls_map.lua` - Generates `lib/libsys/syscalls.map`.
44 * `sysproto_h.lua` - Generates `sysproto.h`.
45 * `systrace_args.lua` - Generates `systrace_args.c`.
48 * `util.lua` - Contains utility functions.
49 * `generator.lua` - Handles file generation for the library.