Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/haiku/
H A Dnative.rs830 pub const B_DEV_NO_MEMORY: status_t = B_DEVICE_ERROR_BASE + 1;
832 pub const B_DEV_NO_MEDIA: status_t = B_DEVICE_ERROR_BASE + 3;
833 pub const B_DEV_UNREADABLE: status_t = B_DEVICE_ERROR_BASE + 4;
835 pub const B_DEV_TIMEOUT: status_t = B_DEVICE_ERROR_BASE + 6;
837 pub const B_DEV_SEEK_ERROR: status_t = B_DEVICE_ERROR_BASE + 8;
838 pub const B_DEV_ID_ERROR: status_t = B_DEVICE_ERROR_BASE + 9;
841 pub const B_DEV_NOT_READY: status_t = B_DEVICE_ERROR_BASE + 12;
851 pub const B_DEV_STALLED: status_t = B_DEVICE_ERROR_BASE + 21;
852 pub const B_DEV_BAD_PID: status_t = B_DEVICE_ERROR_BASE + 22;
858 pub const B_DEV_PENDING: status_t = B_DEVICE_ERROR_BASE + 28;
[all …]