Searched refs:EPERM (Results 1 - 25 of 1478) sorted by path

1234567891011>>

/linux-master/arch/alpha/kernel/
H A Dpci-noop.c101 return -EPERM;
110 return -EPERM;
/linux-master/drivers/bus/
H A Darm-cci.c413 * -EPERM if operation carried out on an ACE PORT
426 return -EPERM;
/linux-master/drivers/char/
H A Dadi.c223 return -EPERM;
H A Dds1620.c252 return -EPERM;
306 return -EPERM;
H A Duv_mmtimer.c155 return -EPERM;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_diag.c767 ret = -EPERM;
841 ret = -EPERM;
/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...]
H A Dfmdrv_tx.c144 return -EPERM;
172 return -EPERM;
286 return -EPERM;
325 return -EPERM;
357 return -EPERM;
H A Dfmdrv_v4l2.c266 return -EPERM;
419 return -EPERM;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c641 ret = -EPERM;
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_sysfs.c115 rc = -EPERM;
/linux-master/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_mutex.c238 return -EPERM;
284 return -EPERM;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dcommon-beacon.c53 return -EPERM;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dsysfs.c45 return -EPERM;
88 return -EPERM;
/linux-master/drivers/pcmcia/
H A Dsa1111_jornada720.c111 return -EPERM;
/linux-master/drivers/scsi/
H A Dscsi_netlink.c67 err = -EPERM;
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c25 return -EPERM;
78 return -EPERM;
97 return -EPERM;
/linux-master/include/uapi/asm-generic/
H A Derrno-base.h5 #define EPERM 1 /* Operation not permitted */ macro
/linux-master/kernel/
H A Duid16.c183 return -EPERM;
/linux-master/net/ax25/
H A Dax25_uid.c93 return -EPERM;
119 return -EPERM;
/linux-master/net/phonet/
H A Dpn_netlink.c62 return -EPERM;
65 return -EPERM;
229 return -EPERM;
232 return -EPERM;
/linux-master/samples/pidfd/
H A Dpidfd-metadata.c71 case EPERM:
/linux-master/security/keys/
H A Dpersistent.c150 return -EPERM;
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h5 #define EPERM 1 /* Operation not permitted */ macro
/linux-master/tools/testing/selftests/nsfs/
H A Downer.c78 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM)
79 return pr_err("Don't get EPERM");
84 if (ioctl(ns, NS_GET_USERNS) >= 0 || errno != EPERM)
85 return pr_err("Don't get EPERM");
86 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM)
87 return pr_err("Don't get EPERM");

Completed in 465 milliseconds

1234567891011>>