Searched refs:link (Results 1 – 20 of 20) sorted by relevance
/DragonOS-0.1.8/tools/ |
D | configure_network.sh | 15 sudo ip link set tap0 up 16 sudo ip link set $ETH up 17 sudo ip link set br0 up
|
/DragonOS-0.1.8/tools/qemu/ |
D | ifdown-nat | 5 ip link set $1 down 9 ip link set "$BRIDGE" down
|
/DragonOS-0.1.8/user/apps/test_signal/ |
D | Makefile | 5 …utput_dir)/test_signal $(shell find . -name "*.o") $(OLD_LIBC_INSTALL_PATH)/lib/libc.a -T link.lds
|
/DragonOS-0.1.8/kernel/src/ |
D | Makefile | 41 … $(shell find . -name "*.o") ../target/x86_64-unknown-none/release/libdragonos_kernel.a -T link.lds 58 …e "*.o") ../target/x86_64-unknown-none/release/libdragonos_kernel.a ./debug/kallsyms.o -T link.lds
|
/DragonOS-0.1.8/user/apps/test_relibc/ |
D | Makefile | 17 …4-x86-64 -z muldefs -o $(tmp_output_dir)/test $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
|
D | link.lds | 127 actually link against crtbegin.o; the
|
/DragonOS-0.1.8/user/apps/test_bind/ |
D | Makefile | 17 …-64 -z muldefs -o $(tmp_output_dir)/test_bind $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
|
D | link.lds | 127 actually link against crtbegin.o; the
|
/DragonOS-0.1.8/user/apps/test_gettimeofday/ |
D | Makefile | 17 …uldefs -o $(tmp_output_dir)/test_gettimeofday $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
|
D | link.lds | 127 actually link against crtbegin.o; the
|
/DragonOS-0.1.8/user/apps/test_fstat/ |
D | Makefile | 17 …64 -z muldefs -o $(tmp_output_dir)/test_fstat $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
|
D | link.lds | 127 actually link against crtbegin.o; the
|
/DragonOS-0.1.8/user/apps/http_server/ |
D | Makefile | 17 …4 -z muldefs -o $(tmp_output_dir)/http_server $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
|
D | link.lds | 127 actually link against crtbegin.o; the
|
/DragonOS-0.1.8/kernel/src/filesystem/vfs/ |
D | mount.rs | 215 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method 216 return self.inner_inode.link(name, other); in link()
|
D | mod.rs | 221 fn link(&self, _name: &str, _other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
|
/DragonOS-0.1.8/kernel/src/filesystem/ramfs/ |
D | mod.rs | 282 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method 363 target.link(new_name, &old_inode)?; in move_()
|
/DragonOS-0.1.8/docs/userland/libc/apis/api-list/ |
D | errno.md | 185 #define EXDEV 81 /* 跨设备连接 Cross-device link.*/
|
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/ |
D | mod.rs | 375 pub fn link(&self) -> Arc<dyn IndexNode> { in link() method
|
/DragonOS-0.1.8/kernel/src/filesystem/procfs/ |
D | mod.rs | 528 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
|