Home
last modified time | relevance | path

Searched refs:link (Results 1 – 20 of 20) sorted by relevance

/DragonOS-0.1.8/tools/
Dconfigure_network.sh15 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/
Difdown-nat5 ip link set $1 down
9 ip link set "$BRIDGE" down
/DragonOS-0.1.8/user/apps/test_signal/
DMakefile5 …utput_dir)/test_signal $(shell find . -name "*.o") $(OLD_LIBC_INSTALL_PATH)/lib/libc.a -T link.lds
/DragonOS-0.1.8/kernel/src/
DMakefile41 … $(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/
DMakefile17 …4-x86-64 -z muldefs -o $(tmp_output_dir)/test $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
Dlink.lds127 actually link against crtbegin.o; the
/DragonOS-0.1.8/user/apps/test_bind/
DMakefile17 …-64 -z muldefs -o $(tmp_output_dir)/test_bind $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
Dlink.lds127 actually link against crtbegin.o; the
/DragonOS-0.1.8/user/apps/test_gettimeofday/
DMakefile17 …uldefs -o $(tmp_output_dir)/test_gettimeofday $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
Dlink.lds127 actually link against crtbegin.o; the
/DragonOS-0.1.8/user/apps/test_fstat/
DMakefile17 …64 -z muldefs -o $(tmp_output_dir)/test_fstat $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
Dlink.lds127 actually link against crtbegin.o; the
/DragonOS-0.1.8/user/apps/http_server/
DMakefile17 …4 -z muldefs -o $(tmp_output_dir)/http_server $(shell find . -name "*.o") $(LIBC_OBJS) -T link.lds
Dlink.lds127 actually link against crtbegin.o; the
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
Dmount.rs215 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
216 return self.inner_inode.link(name, other); in link()
Dmod.rs221 fn link(&self, _name: &str, _other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method
/DragonOS-0.1.8/kernel/src/filesystem/ramfs/
Dmod.rs282 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/
Derrno.md185 #define EXDEV 81 /* 跨设备连接 Cross-device link.*/
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/
Dmod.rs375 pub fn link(&self) -> Arc<dyn IndexNode> { in link() method
/DragonOS-0.1.8/kernel/src/filesystem/procfs/
Dmod.rs528 fn link(&self, name: &str, other: &Arc<dyn IndexNode>) -> Result<(), SystemError> { in link() method