Searched refs:EPERM (Results 151 - 175 of 1478) sorted by relevance

1234567891011>>

/linux-master/drivers/char/
H A Dds1620.c252 return -EPERM;
306 return -EPERM;
/linux-master/drivers/target/
H A Dtarget_core_ua.c292 return -EPERM;
322 return (head) ? -EPERM : 0;
/linux-master/net/bluetooth/cmtp/
H A Dsock.c80 return -EPERM;
105 return -EPERM;
/linux-master/drivers/gnss/
H A Dusb.c66 if (ret && ret != -EPERM && ret != -ENODEV)
77 if (ret != -EPERM && ret != -ENODEV)
/linux-master/kernel/power/
H A Dwakelock.c212 return -EPERM;
258 return -EPERM;
/linux-master/arch/x86/kernel/
H A Dvm86_32.c231 return -EPERM;
240 return -EPERM;
812 if (!capable(CAP_SYS_ADMIN)) return -EPERM;
813 if (!((1 << sig) & ALLOWED_SIGS)) return -EPERM;
814 if (invalid_vm86_irq(irq)) return -EPERM;
815 if (vm86_irqs[irq].tsk) return -EPERM;
823 if (invalid_vm86_irq(irqnumber)) return -EPERM;
825 if (vm86_irqs[irqnumber].tsk != current) return -EPERM;
H A Dmsr.c94 case MSR_WRITES_OFF: return -EPERM;
212 return -EPERM;
/linux-master/kernel/sched/
H A Dcore_sched.c166 err = -EPERM;
220 err = -EPERM;
/linux-master/kernel/
H A Drseq.c379 return -EPERM;
401 return -EPERM;
H A Dreboot.c724 return -EPERM;
1139 return -EPERM;
1171 return -EPERM;
1216 return -EPERM;
1252 return -EPERM;
H A Dsys.c199 error = -EPERM;
393 retval = -EPERM;
455 retval = -EPERM;
550 retval = -EPERM;
627 retval = -EPERM;
706 return -EPERM;
806 return -EPERM;
1103 err = -EPERM;
1115 err = -EPERM;
1230 int err = -EPERM;
[all...]
/linux-master/arch/x86/kernel/cpu/mce/
H A Ddev-mcelog.c260 return -EPERM;
299 return -EPERM;
/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c76 return -EPERM;
79 return -EPERM;
/linux-master/net/bluetooth/bnep/
H A Dsock.c68 return -EPERM;
94 return -EPERM;
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c134 ret = -EPERM;
187 ret = -EPERM;
/linux-master/security/safesetid/
H A Dlsm.c122 return -EPERM;
136 return -EPERM;
/linux-master/drivers/xen/
H A Dxen-balloon.c169 return -EPERM;
196 return -EPERM;
/linux-master/samples/seccomp/
H A Duser-trap.c115 resp->error = -EPERM;
196 * response was be a success, because we want to tell the worker EPERM.
258 if (errno != EPERM) {
/linux-master/kernel/bpf/
H A Dtoken.c151 err = -EPERM;
155 err = -EPERM;
/linux-master/mm/
H A Dmemfd.c185 return -EPERM;
198 error = -EPERM;
/linux-master/security/apparmor/
H A Dlsm.c1676 return -EPERM;
1685 return -EPERM;
1694 return -EPERM;
1703 return -EPERM;
1715 return -EPERM;
1729 return -EPERM;
1741 return -EPERM;
1781 return -EPERM;
1799 return -EPERM;
1808 return -EPERM;
[all...]
/linux-master/security/
H A Ddevice_cgroup.c621 return -EPERM;
635 return -EPERM;
753 return -EPERM;
759 return -EPERM;
830 * returns 0 on success, -EPERM case the operation is not permitted
851 return -EPERM;
/linux-master/arch/arm64/kernel/
H A Dproton-pack.c698 return -EPERM;
705 return -EPERM;
716 return -EPERM;
724 return -EPERM;
737 return -EPERM;
/linux-master/drivers/thunderbolt/
H A Ddomain.c633 return -EPERM;
652 return -EPERM;
679 return -EPERM;
716 return -EPERM;
781 return -EPERM;
/linux-master/block/
H A Dioctl.c290 return -EPERM;
308 return -EPERM;
326 return -EPERM;
344 return -EPERM;
362 return -EPERM;

Completed in 399 milliseconds

1234567891011>>