Searched refs:EPERM (Results 676 - 700 of 1493) sorted by relevance

<<21222324252627282930>>

/linux-master/drivers/tty/
H A Dtty_ioctl.c848 return -EPERM;
865 return -EPERM;
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c403 return -EPERM;
454 return -EPERM;
/linux-master/fs/ubifs/
H A Dreplay.c623 err = -EPERM;
649 err = -EPERM;
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c307 if (err && errno == EPERM)
313 if (err && errno == EPERM)
/linux-master/include/linux/
H A Ddmaengine.h1547 return -EPERM;
1567 return -EPERM;
/linux-master/arch/x86/kernel/cpu/
H A Dcacheinfo.c459 return -EPERM;
506 return -EPERM;
/linux-master/drivers/block/rnbd/
H A Drnbd-srv.c484 ret = -EPERM;
495 ret = -EPERM;
/linux-master/net/ipv6/
H A Dcalipso.c267 int ret_val = -EPERM;
736 return -EPERM;
H A Dicmp.c382 if (PTR_ERR(dst) == -EPERM)
402 if (err == -EPERM) {
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_relay.c865 return -EPERM;
911 return -EPERM;
/linux-master/drivers/accel/habanalabs/common/
H A Dhw_queue.c248 rc = -EPERM;
657 rc = -EPERM;
/linux-master/fs/smb/server/
H A Dtransport_ipc.c350 return -EPERM;
405 return -EPERM;
/linux-master/net/core/
H A Dbpf_sk_storage.c406 return -EPERM;
497 return ERR_PTR(-EPERM);
/linux-master/fs/
H A Dfcntl.c48 return -EPERM;
53 return -EPERM;
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c452 return -EPERM;
556 return -EPERM;
/linux-master/block/
H A Dblk-mq-debugfs.c554 return -EPERM;
576 return -EPERM;
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_ethtool.c785 return rc == -EPERM ? -EOPNOTSUPP : rc;
894 return rc == -EPERM ? -EOPNOTSUPP : rc;
/linux-master/drivers/net/slip/
H A Dslip.c794 return -EPERM;
1252 return -EPERM;
/linux-master/fs/dlm/
H A Duser.c418 return -EPERM;
448 return -EPERM;
/linux-master/kernel/power/
H A Dhibernate.c744 return -EPERM;
1169 return -EPERM;
/linux-master/security/integrity/ima/
H A Dima_main.c385 if (rc != -EPERM) {
516 result = -EPERM;
/linux-master/security/keys/trusted-keys/
H A Dtrusted_tpm1.c378 rc = -EPERM;
394 return -EPERM;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c95 .descr = "getsockopt: return EPERM from bpf hook",
469 .descr = "setsockopt: return EPERM from bpf hook",
1125 if (errno == EPERM && test->error == EPERM_SETSOCKOPT)
1155 if (errno == EPERM && test->error == EPERM_GETSOCKOPT)
/linux-master/tools/bpf/bpftool/
H A Dfeature.c573 if (run_as_unprivileged && errno == EPERM)
699 if (run_as_unprivileged && errno == EPERM)
/linux-master/security/smack/
H A Dsmack_lsm.c818 return -EPERM;
916 * Returns 0 if it gets a blob, -EPERM if exec forbidden and -ENOMEM otherwise
952 return -EPERM;
1332 rc = -EPERM;
1437 rc = -EPERM;
3720 return -EPERM;
3740 rc = -EPERM;
4964 return -EPERM;
4978 return -EPERM;

Completed in 785 milliseconds

<<21222324252627282930>>