sysdiriter_next

Function sysdiriter_next 

Source
#[unsafe(no_mangle)]
pub extern "C" fn sysdiriter_next( dir_ri: Ri, dest_direntry: OptionalPtrMut<DirEntry>, ) -> SyscallResult
Expand description

Gets the next directory entry from a directory iterator,

puts the results in dest_direntry,

puts zeroed DirEntry in dest_direntry if there are no more entries

returns ErrorStatus::Generic (1) if there are no more entries