Home
last modified time | relevance | path

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

12

/DragonOS/kernel/crates/intertrait/src/
H A Dhasher.rs17 fn write(&mut self, bytes: &[u8]) { in write() method
/DragonOS/kernel/src/filesystem/sysfs/
H A Dfile.rs303 fn write( in write() method
335 fn write( in write() method
367 fn write( in write() method
399 fn write( in write() method
H A Dmod.rs145 fn write( in write() method
/DragonOS/kernel/src/driver/input/serio/
H A Dserio_device.rs24 fn write(&self, device: &Arc<dyn SerioDevice>, data: u8) -> Result<(), SystemError>; in write() method
/DragonOS/kernel/src/net/socket/
H A Dunix.rs74 fn write(&self, buf: &[u8], _to: Option<Endpoint>) -> Result<usize, SystemError> { in write() method
185 fn write(&self, buf: &[u8], _to: Option<Endpoint>) -> Result<usize, SystemError> { in write() method
H A Dinet.rs138 fn write(&self, buf: &[u8], to: Option<Endpoint>) -> Result<usize, SystemError> { in write() method
363 fn write(&self, buf: &[u8], to: Option<Endpoint>) -> Result<usize, SystemError> { in write() method
682 fn write(&self, buf: &[u8], _to: Option<Endpoint>) -> Result<usize, SystemError> { in write() method
/DragonOS/kernel/src/driver/base/char/
H A Dmod.rs34 fn write(&self, len: usize, buf: &[u8]) -> Result<usize, SystemError>; in write() method
/DragonOS/kernel/src/filesystem/kernfs/
H A Dcallback.rs24 fn write( in write() method
/DragonOS/kernel/src/driver/rtc/
H A Dmod.rs38 let mut write = upg.upgrade(); in register_default_rtc() localVariable
/DragonOS/kernel/src/driver/tty/tty_ldisc/
H A Dmod.rs37 fn write( in write() method
H A Dntty.rs1747 fn write( in write() method
1808 let write = tty.write(core, &buf[offset..], nr)?; in write() localVariable
/DragonOS/kernel/src/driver/tty/pty/
H A Dunix98pty.rs46 fn write(&self, tty: &TtyCoreData, buf: &[u8], nr: usize) -> Result<usize, SystemError> { in write() method
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dmmu.rs118 let write = error_code & ((1_u32) << 1); in tdp_page_fault() localVariable
/DragonOS/kernel/src/driver/acpi/
H A Dsysfs.rs233 fn write( in write() method
/DragonOS/kernel/src/driver/input/serio/i8042/
H A Di8042_ports.rs177 fn write(&self, _device: &Arc<dyn SerioDevice>, _data: u8) -> Result<(), SystemError> { in write() method
/DragonOS/kernel/src/driver/tty/virtual_terminal/
H A Dmod.rs227 fn write(&self, tty: &TtyCoreData, buf: &[u8], nr: usize) -> Result<usize, SystemError> { in write() method
/DragonOS/kernel/src/arch/x86_64/driver/apic/
H A Dxapic.rs137 pub unsafe fn write(&self, reg: XApicOffset, value: u32) { in write() method
H A Dioapic.rs155 unsafe fn write(&mut self, reg: u8, data: u32) { in write() method
/DragonOS/kernel/src/libs/
H A Drwlock.rs259 pub fn write(&self) -> RwLockWriteGuard<T> { in write() method
/DragonOS/kernel/src/driver/tty/
H A Dtty_device.rs570 fn write(&self, _len: usize, _buf: &[u8]) -> Result<usize, SystemError> { in write() method
H A Dtty_driver.rs410 fn write(&self, tty: &TtyCoreData, buf: &[u8], nr: usize) -> Result<usize, SystemError>; in write() method
H A Dtty_core.rs471 fn write(&self, tty: &TtyCoreData, buf: &[u8], nr: usize) -> Result<usize, SystemError> { in write() method
/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs252 pub fn write(&self, len: usize, buf: &[u8]) -> Result<usize, SystemError> { in write() method
/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs290 unsafe fn write<T>(address: VirtAddr, value: T) { in write() method
/DragonOS/kernel/src/driver/input/ps2_mouse/
H A Dps_mouse_device.rs492 fn write( in write() method

12