Searched refs:last_handle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/disk/arc/
H A Darcdisk.c25 static grub_arc_fileno_t last_handle = 0; variable
114 GRUB_ARC_FIRMWARE_VECTOR->close (last_handle);
117 last_handle = 0;
127 last_handle = handle;
187 r = GRUB_ARC_FIRMWARE_VECTOR->getfileinformation (last_handle, &info);
201 if (GRUB_ARC_FIRMWARE_VECTOR->seek (last_handle, &pos, 0))
203 if (GRUB_ARC_FIRMWARE_VECTOR->read (last_handle, buf,
240 r = GRUB_ARC_FIRMWARE_VECTOR->seek (last_handle, &pos, 0);
250 if (GRUB_ARC_FIRMWARE_VECTOR->read (last_handle, buf,
292 GRUB_ARC_FIRMWARE_VECTOR->close (last_handle);
[all...]

Completed in 72 milliseconds