Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dmod.rs44 let r = ahci_rust_init(); in ahci_init()
52 pub fn ahci_rust_init() -> Result<(), SystemError> { in ahci_rust_init() function
193 let _res = ahci_rust_init(); in __test_ahci()