Searched refs:opt (Results 1 – 15 of 15) sorted by relevance
11 int opt; in main() local37 opt = getoption(argv[1]); in main()40 if (opt == -1) in main()46 else if (opt == 0) in main()53 else if (opt == 4 || opt == 5) in main()55 len = klogctl(opt, buf, len); in main()58 else if (opt == 8) in main()
13 编译好libc之后,要把sysroot/usr/lib的文件,复制到$HOME/opt/dragonos-host-userspace/x86_64-dragonos/lib. 因为ld会从这里面找…
6 PREFIX=$HOME/opt/dragonos-host-userspace
31 WORKDIR /opt
12 PREFIX=$HOME/opt/dragonos-host-userspace
17 opt-level = 3
95 # opt-level = 0 # Controls the --opt-level the compiler builds with
19 ABS_PREFIX=/opt/dragonos-grub
38 GRUB_ABS_PREFIX=/opt/dragonos-grub
119 mkdir -p $HOME/opt
74 export DragonOS_GCC=$HOME/opt/dragonos-gcc/gcc-x86_64-unknown-none/bin
214 opt: TtySetTermiosOpt, in core_set_termios()220 if opt.contains(TtySetTermiosOpt::TERMIOS_TERMIO) { in core_set_termios()235 if opt.contains(TtySetTermiosOpt::TERMIOS_FLUSH) { in core_set_termios()240 if opt.contains(TtySetTermiosOpt::TERMIOS_WAIT) { in core_set_termios()
180 int opt = 1; in main() local
18 int opt = 1; variable
414 * 调整:把grub安装在 $HOME/opt/dragonos-grub下