Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/init/
H A Dmultiboot.rs42 let cstr_ptr = in init_bootloader_name() localVariable
44 let cstr = CStr::from_ptr(cstr_ptr.data() as *const i8); in init_bootloader_name()