Home
last modified time | relevance | path

Searched refs:type (Results 1 – 18 of 18) sorted by relevance

/DragonOS-0.1.9/kernel/src/driver/multiboot2/
Dmultiboot2.c41 for (; tag->type != MULTIBOOT_TAG_TYPE_END; in multiboot2_iter()
73 if (_iter_data->type != MULTIBOOT_TAG_TYPE_MMAP) in multiboot2_get_memory()
99 if (_iter_data->type != MULTIBOOT_TAG_TYPE_VBE) in multiboot2_get_VBE_info()
113 if (_iter_data->type != MULTIBOOT_TAG_TYPE_LOAD_BASE_ADDR) in multiboot2_get_load_base()
127 if (_iter_data->type != MULTIBOOT_TAG_TYPE_FRAMEBUFFER) in multiboot2_get_Framebuffer_info()
143 if (_iter_data->type != MULTIBOOT_TAG_TYPE_ACPI_OLD) in multiboot2_get_acpi_old_RSDP()
161 if (_iter_data->type != MULTIBOOT_TAG_TYPE_ACPI_NEW) in multiboot2_get_acpi_new_RSDP()
Dmultiboot2.h119 uint16_t type; member
125 uint16_t type; member
133 uint16_t type; member
145 uint16_t type; member
154 uint16_t type; member
163 uint16_t type; member
174 uint16_t type; member
181 uint16_t type; member
203 unsigned int type; member
209 unsigned int type; member
[all …]
/DragonOS-0.1.9/kernel/src/common/
Dglib.h25 #define container_of(ptr, type, member) \ argument
27 typeof(((type *)0)->member) *p = (ptr); \
28 (type *)((unsigned long)p - (unsigned long)&(((type *)0)->member)); \
Dhid.h109 uint8_t type; // 数据类型:FEATURE / INPUT / OUTPUT member
/DragonOS-0.1.9/kernel/src/driver/hid/
Dhidparse.c20 static const char *hid_get_usage_type_str(const int page, const int type);
26 const struct hid_usage_pages_string *upage, const int type);
241 parser->data.type = (uint8_t)(parser->item & HID_ITEM_MASK); in hid_parse()
393 const struct hid_usage_pages_string *upage, const int type) in hid_get_usage_type() argument
402 while ((types[i].value < type) && (types[i].value != 0xffff)) in hid_get_usage_type()
405 if ((types[i].value != type) || (types[i].value == 0xffff)) in hid_get_usage_type()
436 static const char *hid_get_usage_type_str(const int page, const int type) in hid_get_usage_type_str() argument
448 sprintk(__tmp_usage_page_str, "Button number %i", type); in hid_get_usage_type_str()
453 sprintk(__tmp_usage_page_str, "Ordinal %i", type); in hid_get_usage_type_str()
458 sprintk(__tmp_usage_page_str, "UTC %#04X", type); in hid_get_usage_type_str()
[all …]
/DragonOS-0.1.9/kernel/src/libs/intertrait/tests/ui/
Don-generic-type.stderr1 error: #[cast_to(..)] can't be used on a generic type definition
2 --> tests/ui/on-generic-type.rs:6:12
Don-type-impl.stderr2 --> $DIR/on-type-impl.rs:6:6
/DragonOS-0.1.9/tools/
Dlist_contributors.py9 parser.add_argument('--since', type=str, help='Since date')
10 parser.add_argument('--until', type=str, help='Until date')
11 parser.add_argument('--mode', type=str, help='脚本的运行模式 可选:<all> 输出所有信息\n' +
/DragonOS-0.1.9/kernel/src/libs/intertrait/
DREADME.md10 This library provides direct casting among trait objects implemented by a type.
12 In Rust, a trait object for a sub-trait of [`std::any::Any`] can be downcast to a concrete type at …
13 if the type is known. But no direct casting between two trait objects (i.e. without involving the c…
17 for another trait implemented by the underlying type if the target traits are registered beforehand
81 ### `#[cast_to(Trait)]` to type definition
82 For the type, the traits specified as arguments to the `#[cast_to(...)]` attribute are designated a…
101 For the type, the traits following `:` are designated as target traits.
138 for [`std::any::Any`] back to its concrete type and then creating a trait object for the target tra…
142 …-main trick. The registry is keyed with a pair of [`TypeId`]s, which are those of the concrete type
/DragonOS-0.1.9/kernel/src/common/sys/
Dtypes.h62 int type; member
68 int type; member
/DragonOS-0.1.9/docs/kernel/core_api/
Dkernel_api.md129 ### `list_entry(ptr, type, member)`
141 **type** argument
149 ### `list_first_entry(ptr, type, member)`
159 ### `list_first_entry_or_null(ptr, type, member)` argument
169 ### `list_last_entry(ptr, type, member)` argument
179 ### `list_last_entry_or_full(ptr, type, member)` argument
/DragonOS-0.1.9/kernel/src/debug/
Dkallsyms.c30 char type; member
61 int retval = sscanf(str, "%llx %c %512c", &entry->vaddr, &entry->type, symbol_name); in read_symbol()
/DragonOS-0.1.9/kernel/
DCargo.toml10 crate-type = ["staticlib"]
/DragonOS-0.1.9/kernel/src/arch/x86_64/asm/
Dhead.S128 .type _start, @function
232 .type _start64, @function
/DragonOS-0.1.9/docs/kernel/debug/
Ddebug-kernel-with-gdb.md72 For help, type "help".
87 For help, type "help".
/DragonOS-0.1.9/kernel/src/arch/riscv64/asm/
Dhead.S11 .type _start, @function
/DragonOS-0.1.9/docs/community/ChangeLog/V0.1.x/
DV0.1.6.md242 * fix(fat): fix determination of fat type casue crash if fs is fat12/16
/DragonOS-0.1.9/
DLICENSE316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
318 under certain conditions; type `show c' for details.