Searched refs:EPERM (Results 1 – 9 of 9) sorted by relevance
/DragonOS-0.1.3/kernel/src/sched/ |
D | core.rs | 5 include::bindings::bindings::{process_control_block, pt_regs, EPERM, SCHED_NORMAL}, 81 return (-(EPERM as i64)) as u64; in sys_sched()
|
/DragonOS-0.1.3/kernel/src/common/ |
D | errno.h | 85 #define EPERM 67 /* 操作不被允许 Operation not permitted. */ macro
|
/DragonOS-0.1.3/user/libs/libc/src/include/ |
D | errno.h | 89 #define EPERM 67 /* 操作不被允许 Operation not permitted. */ macro
|
/DragonOS-0.1.3/kernel/src/exception/ |
D | softirq.rs | 7 include::bindings::bindings::{verify_area, EBUSY, EEXIST, EPERM}, 199 return -(EPERM as i32); in register_softirq()
|
/DragonOS-0.1.3/kernel/src/mm/ |
D | mmio.c | 24 return -EPERM; in mmio_create()
|
/DragonOS-0.1.3/kernel/src/syscall/ |
D | syscall.c | 161 return -EPERM; in sys_read() 213 return -EPERM; in sys_write()
|
/DragonOS-0.1.3/docs/userland/libc/apis/api-list/ |
D | errno.md | 153 #define EPERM 67 /* 操作不被允许 Operation not permitted.*/
|
/DragonOS-0.1.3/kernel/src/ipc/ |
D | signal.rs | 10 spinlock_t, verify_area, EFAULT, EINVAL, ENOTSUP, EPERM, ESRCH, NULL, PF_EXITING, 651 return Err(-(EPERM as i32)); in setup_frame() 725 return Err(-(EPERM as i32)); in copy_siginfo_to_user()
|
/DragonOS-0.1.3/kernel/src/filesystem/vfs/ |
D | VFS.c | 744 return -EPERM; in vfs_unlink()
|