Home
last modified time | relevance | path

Searched defs:BUSY (Results 1 - 8 of 8) sorted by relevance

/third_party/backends/backend/
H A Dsnapscan-usb.h67 #define BUSY 0x04 macro
H A Dcanon_pp-dev.h60 #define BUSY 0x10 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/scsi/
H A Dscsi.h76 #define BUSY 0x04 macro
/third_party/musl/porting/liteos_m/kernel/include/scsi/
H A Dscsi.h76 #define BUSY 0x04 macro
/third_party/musl/porting/uniproton/kernel/include/scsi/
H A Dscsi.h76 #define BUSY 0x04 macro
/third_party/musl/include/scsi/
H A Dscsi.h76 #define BUSY 0x04 macro
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs157 pub const BUSY: Self = Self(c::EBUSY); consts
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Derrno.rs272 pub const BUSY: Self = Self::from_errno(errno::EBUSY); consts

Completed in 6 milliseconds