Home
last modified time | relevance | path

Searched refs:string (Results 1 – 9 of 9) sorted by relevance

/DragonOS-0.1.2/kernel/src/common/
Dhid.h154 const char *string; member
161 const char *string; member
/DragonOS-0.1.2/docs/userland/libc/apis/api-list/
Dstring.md1 # string.h
/DragonOS-0.1.2/docs/userland/libc/apis/
Dindex.rst16 api-list/string
/DragonOS-0.1.2/docs/kernel/process_management/
Dkthread.md43   printf-style format string for the thread name
/DragonOS-0.1.2/kernel/
Dcbindgen.toml14 # An optional string of text to output at the beginning of the generated file
19 # An optional string of text to output at the end of the generated file
30 # An optional string of text to output between major sections of the generated
252 # A string that should come before the name of any type which has been marked
262 # A string that should come before the name of any type which has been marked
263 # as `#[repr(align(n))]`. This string must be a function-like macro which takes
295 # An optional string that should prefix function declarations which have been
303 # An optional string that will be used in the attribute position for functions
310 # An optional string that, if present, will be used to generate Swift function
366 # An optional string that should come before the name of any struct which has been
[all …]
/DragonOS-0.1.2/kernel/src/driver/hid/
Dhidparse.c426 return upage->string; in hid_get_usage_page_str()
465 … sprintk(__tmp_usage_page_str, "Usage Page %s, with Unknown Type: %#04X", upage->string, type); in hid_get_usage_type_str()
469 return usage_type->string; in hid_get_usage_type_str()
/DragonOS-0.1.2/kernel/src/libs/
Dprintk.rs63 …$crate::libs::printk::PrintkWriter.__write_string((alloc::string::String::from("[ INFO ] ")+ alloc…
/DragonOS-0.1.2/kernel/src/driver/multiboot2/
Dmultiboot2.h219 char string[0]; member
/DragonOS-0.1.2/docs/community/ChangeLog/V0.1.x/
DV0.1.2.md126 Patch about auto gen version string (#114)