Home
last modified time | relevance | path

Searched refs:Busy (Results 1 – 2 of 2) sorted by relevance

/optee_rust/optee-teec/src/
A Derror.rs73 Busy = 0xFFFF000D, enumerator
108 ErrorKind::Busy => "The system is busy working on something else.", in as_str()
161 raw::TEEC_ERROR_BUSY => ErrorKind::Busy, in kind()
/optee_rust/optee-utee/src/
A Derror.rs78 Busy = 0xFFFF000D, enumerator
131 ErrorKind::Busy => "The system is busy working on something else.", in as_str()
197 raw::TEE_ERROR_BUSY => ErrorKind::Busy, in kind()

Completed in 3 milliseconds