/DragonOS-0.1.9/kernel/src/driver/multiboot2/ |
D | multiboot2.c | 41 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()
|
D | multiboot2.h | 119 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/ |
D | glib.h | 25 #define container_of(ptr, type, member) \ argument 27 typeof(((type *)0)->member) *p = (ptr); \ 28 (type *)((unsigned long)p - (unsigned long)&(((type *)0)->member)); \
|
D | hid.h | 109 uint8_t type; // 数据类型:FEATURE / INPUT / OUTPUT member
|
/DragonOS-0.1.9/kernel/src/driver/hid/ |
D | hidparse.c | 20 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/ |
D | on-generic-type.stderr | 1 error: #[cast_to(..)] can't be used on a generic type definition 2 --> tests/ui/on-generic-type.rs:6:12
|
D | on-type-impl.stderr | 2 --> $DIR/on-type-impl.rs:6:6
|
/DragonOS-0.1.9/tools/ |
D | list_contributors.py | 9 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/ |
D | README.md | 10 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/ |
D | types.h | 62 int type; member 68 int type; member
|
/DragonOS-0.1.9/docs/kernel/core_api/ |
D | kernel_api.md | 129 ### `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/ |
D | kallsyms.c | 30 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/ |
D | Cargo.toml | 10 crate-type = ["staticlib"]
|
/DragonOS-0.1.9/kernel/src/arch/x86_64/asm/ |
D | head.S | 128 .type _start, @function 232 .type _start64, @function
|
/DragonOS-0.1.9/docs/kernel/debug/ |
D | debug-kernel-with-gdb.md | 72 For help, type "help". 87 For help, type "help".
|
/DragonOS-0.1.9/kernel/src/arch/riscv64/asm/ |
D | head.S | 11 .type _start, @function
|
/DragonOS-0.1.9/docs/community/ChangeLog/V0.1.x/ |
D | V0.1.6.md | 242 * fix(fat): fix determination of fat type casue crash if fs is fat12/16
|
/DragonOS-0.1.9/ |
D | LICENSE | 316 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 318 under certain conditions; type `show c' for details.
|