Home
last modified time | relevance | path

Searched refs:include (Results 1 – 25 of 31) sorted by relevance

12

/DragonOS/docs/kernel/configuration/
H A Dconfig.md12 [[module.include]]
18 [[module.include]]
26 - **[[module.include]]:** 将模块加入到include列表中
42 [[module.include]]
58 - **[[module.include]]:** 当前模块下所包含的模块,与kernel.config下的相同
/DragonOS/kernel/
H A D.gitignore7 src/include/bindings/bindings.rs
9 src/include/bindings/bindings.h
H A Denv.mk1 include ../env.mk
H A DMakefile2 include ./env.mk
/DragonOS/build-scripts/kernel_build/src/kconfig/
H A Dmod.rs69 let m_include = ConfigParser::include(&dcfg_content); in dfs()
90 let r = Self::include(&cfg_content); in parse_kernel_config()
132 pub fn include(cfg_content: &str) -> Vec<Module> { in include() method
135 if let Some(include) = cfg_table.get("module").unwrap().get("include") { in include()
136 for module in include.as_array().unwrap().iter() { in include()
/DragonOS/build-scripts/kernel_build/src/cfiles/
H A Dmod.rs52 c.include("."); in setup_global_include_dir()
62 c.include(dir); in setup_global_include_dir()
/DragonOS/kernel/src/
H A DMakefile26 CFLAGS = $(GLOBAL_CFLAGS) -fno-pie $(CFLAGS_UNWIND) -I $(shell pwd) -I $(shell pwd)/include
29 CFLAGS += -I $(shell pwd)/arch/x86_64/include
31 CFLAGS += -I $(shell pwd)/arch/riscv64/include -I $(shell pwd)/arch/riscv64/
H A Dlib.rs49 mod include; module
/DragonOS/.github/workflows/
H A Dissue-checker.yml24 include-title: 1
H A Dmakefile.yml31 printf "\n" >> kernel/src/include/bindings/bindings.rs
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.3.md55 - compile: update: 更改编译器的Include路径,使得include时不需要加`<libc/src/include/>`前缀 (#124)
188 * 修改include路径
190 * 添加了创建libsysapi.a和/bin/sysroot/usr/include/+lib/的代码
286 * 更改编译器的Include路径,使得include时不需要加`<libc/src/include/>`前缀
288 * 修改include路径
H A DV0.1.1.md117include目录下的rust代码转移到他们应当属于的模块中 (#96)
119 * 将include目录下的rust代码转移到他们应当属于的模块下。
207 * 解决由于spinlock.h中包含preempt_enable()带来的循环include问题
254 * 解决由于spinlock.h中包含preempt_enable()带来的循环include问题
H A DV0.1.5.md285 1.将libc的include文件夹分为export和internal
/DragonOS/kernel/crates/intertrait/macros/
H A DCargo.toml9 include = ["src/**/*", "Cargo.toml", "LICENSE-*"]
/DragonOS/kernel/crates/intertrait/
H A DCargo.toml13 include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md"]
/DragonOS/kernel/src/bpf/
H A Dmod.rs4 use crate::include::bindings::linux_bpf::{bpf_attr, bpf_cmd};
/DragonOS/kernel/src/bpf/map/
H A Dutil.rs1 use crate::include::bindings::linux_bpf::{bpf_attr, bpf_map_type};
/DragonOS/kernel/src/bpf/prog/
H A Dutil.rs1 use crate::include::bindings::linux_bpf::{bpf_attach_type, bpf_attr, bpf_prog_type};
H A Dverifier.rs6 use crate::include::bindings::linux_bpf::*;
H A Dmod.rs11 use crate::include::bindings::linux_bpf::bpf_attr;
/DragonOS/kernel/crates/rbpf/
H A DCargo.toml17 include = [
H A DLICENSE-APACHE45 of this License, Derivative Works shall not include works that remain
109 include a readable copy of the attribution notices contained
183 replaced with your own identifying information. (Don't include
/DragonOS/kernel/src/perf/
H A Dutil.rs1 use crate::include::bindings::linux_bpf::{
/DragonOS/
H A DMakefile2 include env.mk
/DragonOS/docs/kernel/sched/
H A Dc_waiting.md29 &emsp;&emsp;要使用wait_queue,您需要`#include<common/wait_queue.h>`,并创建一个`wait_queue_node_t`类型的变量,作为等待队列的头…

12