Lines 97-103
Link Here
|
97 |
{ BSM_ERRNO_ENOMEM, ENOMEM, ES("Cannot allocate memory") }, |
97 |
{ BSM_ERRNO_ENOMEM, ENOMEM, ES("Cannot allocate memory") }, |
98 |
{ BSM_ERRNO_EACCES, EACCES, ES("Permission denied") }, |
98 |
{ BSM_ERRNO_EACCES, EACCES, ES("Permission denied") }, |
99 |
{ BSM_ERRNO_EFAULT, EFAULT, ES("Bad address") }, |
99 |
{ BSM_ERRNO_EFAULT, EFAULT, ES("Bad address") }, |
100 |
{ BSM_ERRNO_ENOTBLK, ENOTBLK, ES("Block device required") }, |
100 |
{ BSM_ERRNO_ENOTBLK, ENOTBLK, ES("Disk device required") }, |
101 |
{ BSM_ERRNO_EBUSY, EBUSY, ES("Device busy") }, |
101 |
{ BSM_ERRNO_EBUSY, EBUSY, ES("Device busy") }, |
102 |
{ BSM_ERRNO_EEXIST, EEXIST, ES("File exists") }, |
102 |
{ BSM_ERRNO_EEXIST, EEXIST, ES("File exists") }, |
103 |
{ BSM_ERRNO_EXDEV, EXDEV, ES("Cross-device link") }, |
103 |
{ BSM_ERRNO_EXDEV, EXDEV, ES("Cross-device link") }, |