Home
last modified time | relevance | path

Searched defs:write (Results 1 – 10 of 10) sorted by relevance

/DragonOS-0.1.8/user/libs/libc/src/
Dunistd.c41 ssize_t write(int fd, void const *buf, size_t count) in write() function
/DragonOS-0.1.8/kernel/src/net/
Dmod.rs80 fn write(&self, buf: &[u8], to: Option<Endpoint>) -> Result<usize, SystemError>; in write() method
Dsocket.rs314 fn write(&self, buf: &[u8], to: Option<super::Endpoint>) -> Result<usize, SystemError> { in write() method
507 fn write(&self, buf: &[u8], to: Option<super::Endpoint>) -> Result<usize, SystemError> { in write() method
760 fn write(&self, buf: &[u8], _to: Option<super::Endpoint>) -> Result<usize, SystemError> { in write() method
/DragonOS-0.1.8/kernel/src/filesystem/vfs/
DVFS.h188 long (*write)(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position); member
Dfile.rs155 pub fn write(&mut self, len: usize, buf: &[u8]) -> Result<usize, SystemError> { in write() method
Dsyscall.rs224 pub fn write(fd: i32, buf: &[u8]) -> Result<usize, SystemError> { in write() method
/DragonOS-0.1.8/kernel/src/libs/
Drwlock.rs210 pub fn write(&self) -> RwLockWriteGuard<T> { in write() method
/DragonOS-0.1.8/kernel/src/mm/
Dmod.rs399 unsafe fn write<T>(address: VirtAddr, value: T) { in write() method
/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dentry.rs158 pub fn write( in write() method
/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.rs89 pub fn write(&self) -> RwLockWriteGuard<LinkedList<Box<dyn PciDeviceStructure>>> { in write() method