Searched refs:flush (Results 1 – 7 of 7) sorted by relevance
25 int (*flush)(Handle *); // Flush member
20 int (*flush)(Disk *, void *, SGArray *, DiskCB, void *); // Flush member
82 hdl->flush = VFSUIO_Flush; in VFSUIO_Open()
58 return disk->flush(disk, buf, sga, cb, arg); in Disk_Flush()
264 status = (handle->flush)(handle); in Syscall_Flush()
208 handle->flush = &Console_Flush; in Console_OpenHandle()
265 disk->flush = IDE_Flush; in IDE_Identify()