Searched refs:HasIO (Results 1 – 7 of 7) sorted by relevance
68 BaseDevice::HasIO() const in HasIO() function in BaseDevice
31 virtual bool HasIO() const;
32 virtual bool HasIO() const;
30 virtual bool HasIO() const;
57 AbstractModuleDevice::HasIO() const in HasIO() function in AbstractModuleDevice
161 FileDevice::HasIO() const in HasIO() function in FileDevice
1659 || vnode->stream.u.dev.device->HasIO(); in devfs_can_page()1677 && !vnode->stream.u.dev.device->HasIO()) in devfs_read_pages()1692 if (vnode->stream.u.dev.device->HasIO()) { in devfs_read_pages()1736 && !vnode->stream.u.dev.device->HasIO()) in devfs_write_pages()1751 if (vnode->stream.u.dev.device->HasIO()) { in devfs_write_pages()1798 if (!vnode->stream.u.dev.device->HasIO()) in devfs_io()