Home
last modified time | relevance | path

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

/DragonOS-0.1.7/
Dbochsrc6 romimage: file="/usr/local/share/bochs/BIOS-bochs-latest"
7 vgaromimage: file="/usr/local/share/bochs/VGABIOS-lgpl-latest"
DLICENSE12 freedom to share and change it. By contrast, the GNU General Public
13 License is intended to guarantee your freedom to share and change free
/DragonOS-0.1.7/kernel/src/driver/virtio/
Dvirtio_impl.rs49 unsafe fn share(buffer: NonNull<[u8]>, _direction: BufferDirection) -> PhysAddr { in share() method