Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dvvfat.c104 static inline void* array_get(array_t* array,unsigned int index) { in array_get() function
127 return array_get(array, next); in array_get_next()
428 entry=array_get(&(s->directory),s->directory.next-1-(i/26)); in create_long_filename()
438 return array_get(&(s->directory),s->directory.next-number_of_entries); in create_long_filename()
602 for (entry1 = array_get(&(s->directory), directory_start); in create_short_filename()
646 uint32_t* entry=array_get(&(s->fat),cluster); in fat_set()
649 uint16_t* entry=array_get(&(s->fat),cluster); in fat_set()
653 unsigned char* p = array_get(&(s->fat), offset); in fat_set()
670 uint32_t* entry=array_get(&(s->fat),cluster); in fat_get()
673 uint16_t* entry=array_get(&(s->fat),cluster); in fat_get()
[all …]