Searched refs:EPERM (Results 26 - 50 of 1493) sorted by relevance

1234567891011>>

/linux-master/drivers/dma/idxd/
H A Dsysfs.c46 return -EPERM;
149 return -EPERM;
152 return -EPERM;
215 return -EPERM;
218 return -EPERM;
278 return -EPERM;
281 return -EPERM;
284 return -EPERM;
385 return -EPERM;
388 return -EPERM;
[all...]
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c144 return -EPERM;
146 return -EPERM;
175 return -EPERM;
177 return -EPERM;
272 return -EPERM;
274 return -EPERM;
311 return -EPERM;
313 return -EPERM;
373 return -EPERM;
375 return -EPERM;
[all...]
/linux-master/security/
H A Dcommoncap.c79 return cap_raised(cred->cap_effective, cap) ? 0 : -EPERM;
86 return -EPERM;
116 return -EPERM;
153 ret = -EPERM;
185 ret = -EPERM;
254 return -EPERM;
260 return -EPERM;
264 return -EPERM;
268 return -EPERM;
549 return -EPERM;
[all...]
/linux-master/security/yama/
H A Dyama_lsm.c369 rc = -EPERM;
373 rc = -EPERM;
379 rc = -EPERM;
384 rc = -EPERM;
409 rc = -EPERM;
412 rc = -EPERM;
444 return -EPERM;
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c70 return -EPERM;
157 return -EPERM;
180 return -EPERM;
224 return -EPERM;
246 return -EPERM;
284 return -EPERM;
313 return -EPERM;
342 return -EPERM;
362 return -EPERM;
382 return -EPERM;
[all...]
/linux-master/kernel/printk/
H A Dnbcon.c217 * -EPERM: A panic is in progress and this is not the panic CPU.
235 return -EPERM;
238 return -EPERM;
297 * -EPERM: A panic is in progress and this is not the panic CPU
315 return -EPERM;
322 return -EPERM;
346 return -EPERM;
375 * -EPERM: A panic is in progress and this is not the panic CPU.
442 if (request_err == -EPERM)
459 return -EPERM;
[all...]
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_rx.c293 return -EPERM;
316 return -EPERM;
393 return -EPERM;
463 return -EPERM;
482 return -EPERM;
555 return -EPERM;
624 return -EPERM;
647 return -EPERM;
738 return -EPERM;
757 return -EPERM;
[all...]
/linux-master/security/integrity/evm/
H A Devm_main.c505 return -EPERM;
507 return -EPERM;
543 -EPERM, 0);
568 -EPERM, 0);
569 return evm_status == INTEGRITY_PASS ? 0 : -EPERM;
604 return -EPERM;
671 * Return: zero on success, -EPERM on failure.
709 -EPERM, 0);
710 return -EPERM;
723 * Return: zero on success, -EPERM o
[all...]
/linux-master/arch/riscv/kernel/
H A Dftrace.c78 /* Replace the auipc-jalr pair at once. Return -EPERM on write error. */
80 return -EPERM;
92 return -EPERM;
103 return -EPERM;
/linux-master/fs/
H A Dattr.c186 return -EPERM;
191 return -EPERM;
198 return -EPERM;
213 return -EPERM;
331 return -EPERM;
340 return -EPERM;
/linux-master/kernel/power/
H A Duser.c54 return -EPERM;
220 return -EPERM;
267 return -EPERM;
307 error = -EPERM;
325 error = -EPERM;
390 error = -EPERM;
/linux-master/fs/reiserfs/
H A Dxattr_security.c17 return -EPERM;
30 return -EPERM;
/linux-master/fs/ext2/
H A Dioctl.c41 return -EPERM;
70 return -EPERM;
/linux-master/fs/jfs/
H A Dioctl.c92 return -EPERM;
117 return -EPERM;
/linux-master/drivers/pci/
H A Dsyscall.c24 err = -EPERM;
97 return -EPERM;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dsysfs.c45 return -EPERM;
83 return -EPERM;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlsm_cgroup.c22 #ifndef EPERM
23 #define EPERM 1 macro
59 return 0; /* EPERM */
67 return 0; /* EPERM */
72 return 0; /* EPERM */
74 return 0; /* EPERM */
78 return 0; /* EPERM */
119 return 0; /* EPERM */
123 return 0; /* EPERM */
151 /* if already have non-bpf lsms installed, EPERM wil
[all...]
/linux-master/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c464 return -EPERM;
483 return -EPERM;
489 return res.a0 ? -EPERM : count;
525 return -EPERM;
561 return res.a0 ? -EPERM : count;
578 return -EPERM;
607 return -EPERM;
629 return -EPERM;
658 return -EPERM;
680 return -EPERM;
[all...]
/linux-master/drivers/net/fjes/
H A Dfjes_hw.c471 result = -EPERM;
477 result = -EPERM;
484 result = -EPERM;
487 result = -EPERM;
490 result = -EPERM;
584 result = -EPERM;
590 result = -EPERM;
599 result = -EPERM;
617 return -EPERM;
620 return -EPERM;
[all...]
/linux-master/tools/testing/selftests/proc/
H A Dsetns-dcache.c55 if (errno == ENOSYS || errno == EPERM) {
H A Dsetns-sysvipc.c54 if (errno == ENOSYS || errno == EPERM) {
/linux-master/arch/arm/kernel/
H A Dpsci_smp.c62 return -EPERM;
/linux-master/tools/testing/selftests/timens/
H A Dtimens.h57 if (errno == EPERM)
/linux-master/drivers/usb/host/
H A Dohci-ps3.c84 result = -EPERM;
102 result = -EPERM;
114 result = -EPERM;
143 result = -EPERM;
/linux-master/fs/hfsplus/
H A Dioctl.c37 return -EPERM;

Completed in 351 milliseconds

1234567891011>>