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

1234567891011>>

/linux-master/arch/um/drivers/
H A Dpcap_kern.c43 return -EPERM;
/linux-master/security/keys/
H A Dkeyctl.c57 return -EPERM;
106 ret = -EPERM;
302 ret = -EPERM;
400 ret = -EPERM;
450 ret = -EPERM;
495 ret = -EPERM;
574 ret = -EPERM;
1195 ret = -EPERM;
1356 ret = -EPERM;
1488 ret = -EPERM;
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mutex.c238 return -EPERM;
284 return -EPERM;
/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;
/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/fs/afs/
H A Dwrite.c151 case -EPERM:
196 case -EPERM:
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c525 err = -EPERM;
581 err = -EPERM;
604 err = -EPERM;
623 err = -EPERM;
654 err = -EPERM;
687 err = -EPERM;
707 err = -EPERM;
731 err = -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;

Completed in 230 milliseconds

1234567891011>>