| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | rtltool.c | 60 return -EPERM; in rtl8168_tool_ioctl() 81 return -EPERM; in rtl8168_tool_ioctl() 98 return -EPERM; in rtl8168_tool_ioctl() 113 return -EPERM; in rtl8168_tool_ioctl() 122 return -EPERM; in rtl8168_tool_ioctl() 137 return -EPERM; in rtl8168_tool_ioctl() 164 return -EPERM; in rtl8168_tool_ioctl() 167 return -EPERM; in rtl8168_tool_ioctl() 181 return -EPERM; in rtl8168_tool_ioctl() 206 return -EPERM; in rtl8168_tool_ioctl() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vt_ioctl.c | 294 return -EPERM; in vt_k_ioctl() 308 return -EPERM; in vt_k_ioctl() 363 return -EPERM; in vt_k_ioctl() 378 return -EPERM; in vt_k_ioctl() 398 return -EPERM; in vt_k_ioctl() 456 return -EPERM; in vt_k_ioctl() 473 return -EPERM; in vt_k_ioctl() 499 return -EPERM; in do_unimap_ioctl() 503 return -EPERM; in do_unimap_ioctl() 516 return -EPERM; in vt_io_ioctl() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | socfpga_arria10.c | 148 return -EPERM; in fpgamgr_verify_msel() 245 return -EPERM; in fpgamgr_reset() 248 return -EPERM; in fpgamgr_reset() 260 return -EPERM; in fpgamgr_program_init() 264 return -EPERM; in fpgamgr_program_init() 363 return -EPERM; in fpgamgr_program_poll_cd() 424 return -EPERM; in fpgamgr_program_poll_usermode() 436 return -EPERM; in fpgamgr_program_finish() 445 return -EPERM; in fpgamgr_program_finish()
|
| /OK3568_Linux_fs/kernel/net/9p/ |
| H A D | error.c | 43 {"Operation not permitted", EPERM}, 44 {"wstat prohibited", EPERM}, 127 {"wstat can't convert between files and directories", EPERM}, 139 {"not a member of proposed group", EPERM}, 143 {"no access to special file", EPERM}, 163 {"only support truncation to zero length", EPERM}, 164 {"cannot remove root", EPERM},
|
| /OK3568_Linux_fs/kernel/net/bridge/ |
| H A D | br_ioctl.c | 90 return -EPERM; in add_del_if() 182 return -EPERM; in old_dev_ioctl() 189 return -EPERM; in old_dev_ioctl() 196 return -EPERM; in old_dev_ioctl() 203 return -EPERM; in old_dev_ioctl() 243 return -EPERM; in old_dev_ioctl() 250 return -EPERM; in old_dev_ioctl() 259 return -EPERM; in old_dev_ioctl() 273 return -EPERM; in old_dev_ioctl() 336 return -EPERM; in old_deviceless() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/ks7010/ |
| H A D | ks_wlan_net.c | 70 return -EPERM; in ks_wlan_update_phy_information() 157 return -EPERM; in ks_wlan_get_name() 180 return -EPERM; in ks_wlan_set_freq() 224 return -EPERM; in ks_wlan_get_freq() 246 return -EPERM; in ks_wlan_set_essid() 284 return -EPERM; in ks_wlan_get_essid() 313 return -EPERM; in ks_wlan_set_wap() 342 return -EPERM; in ks_wlan_get_wap() 362 return -EPERM; in ks_wlan_set_nick() 382 return -EPERM; in ks_wlan_get_nick() [all …]
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 77 return cap_raised(cred->cap_effective, cap) ? 0 : -EPERM; in cap_capable() 84 return -EPERM; in cap_capable() 114 return -EPERM; in cap_settime() 151 ret = -EPERM; in cap_ptrace_access_check() 183 ret = -EPERM; in cap_ptrace_traceme() 252 return -EPERM; in cap_capset() 258 return -EPERM; in cap_capset() 262 return -EPERM; in cap_capset() 266 return -EPERM; in cap_capset() 515 return -EPERM; in cap_convert_nscap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | goodix_tool.c | 380 return -EPERM; in goodix_tool_write() 398 return -EPERM; in goodix_tool_write() 410 return -EPERM; in goodix_tool_write() 421 return -EPERM; in goodix_tool_write() 436 return -EPERM; in goodix_tool_write() 469 return -EPERM; in goodix_tool_write() 487 return -EPERM; in goodix_tool_write() 503 return -EPERM; in goodix_tool_write() 537 return -EPERM; in goodix_tool_read() 550 return -EPERM; in goodix_tool_read() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/dma/idxd/ |
| H A D | sysfs.c | 157 return -EPERM; in idxd_config_bus_probe() 419 return -EPERM; in engine_group_id_store() 500 return -EPERM; in group_tokens_reserved_store() 503 return -EPERM; in group_tokens_reserved_store() 545 return -EPERM; in group_tokens_allowed_store() 548 return -EPERM; in group_tokens_allowed_store() 587 return -EPERM; in group_use_token_limit_store() 590 return -EPERM; in group_use_token_limit_store() 593 return -EPERM; in group_use_token_limit_store() 686 return -EPERM; in group_traffic_class_a_store() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/membarrier/ |
| H A D | membarrier_test_impl.h | 89 if (errno != EPERM) { in test_membarrier_private_expedited_fail() 92 test_name, flags, EPERM, strerror(EPERM), in test_membarrier_private_expedited_fail() 146 if (errno != EPERM) { in test_membarrier_private_expedited_sync_core_fail() 149 test_name, flags, EPERM, strerror(EPERM), in test_membarrier_private_expedited_sync_core_fail()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 125 return -EPERM; in amdgpu_get_power_dpm_state() 163 return -EPERM; in amdgpu_set_power_dpm_state() 269 return -EPERM; in amdgpu_get_power_dpm_force_performance_level() 311 return -EPERM; in amdgpu_set_power_dpm_force_performance_level() 415 return -EPERM; in amdgpu_get_pp_num_states() 459 return -EPERM; in amdgpu_get_pp_cur_state() 500 return -EPERM; in amdgpu_get_pp_force_state() 520 return -EPERM; in amdgpu_set_pp_force_state() 580 return -EPERM; in amdgpu_get_pp_table() 624 return -EPERM; in amdgpu_set_pp_table() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx7ulp/ |
| H A D | pcc.c | 99 return -EPERM; in pcc_clock_enable() 125 return -EPERM; in pcc_clock_sel() 150 return -EPERM; in pcc_clock_sel() 173 return -EPERM; in pcc_clock_div_config() 183 return -EPERM; in pcc_clock_div_config() 226 return -EPERM; in pcc_clock_get_clksrc() 238 return -EPERM; in pcc_clock_get_clksrc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/backend/ |
| H A D | mali_kbase_hwcnt_backend_jm_watchdog.c | 414 int errcode = -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_enable_common() 425 return -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_enable_common() 506 int errcode = -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_clear() 517 return -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_clear() 544 errcode = -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_clear() 577 errcode = -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_clear() 602 return -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_request() 628 errcode = -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_request() 655 int errcode = -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_wait() 666 return -EPERM; in kbasep_hwcnt_backend_jm_watchdog_dump_wait() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/fjes/ |
| H A D | fjes_hw.c | 447 result = -EPERM; in fjes_hw_request_info() 453 result = -EPERM; in fjes_hw_request_info() 460 result = -EPERM; in fjes_hw_request_info() 463 result = -EPERM; in fjes_hw_request_info() 466 result = -EPERM; in fjes_hw_request_info() 560 result = -EPERM; in fjes_hw_register_buff_addr() 566 result = -EPERM; in fjes_hw_register_buff_addr() 575 result = -EPERM; in fjes_hw_register_buff_addr() 593 return -EPERM; in fjes_hw_unregister_buff_addr() 596 return -EPERM; in fjes_hw_unregister_buff_addr() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch | 5 EPERM 27 + EPERM when a syscall is not allowed instead of ENOSYS 28 + we must check for EPERM here and fall back to faccessat. */ 29 + if (ret == 0 || !(errno == ENOSYS || errno == EPERM))
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | attr.c | 82 return -EPERM; in setattr_prepare() 86 return -EPERM; in setattr_prepare() 91 return -EPERM; in setattr_prepare() 102 return -EPERM; in setattr_prepare() 237 return -EPERM; in notify_change() 246 return -EPERM; in notify_change()
|
| /OK3568_Linux_fs/kernel/security/yama/ |
| H A D | yama_lsm.c | 368 rc = -EPERM; in yama_ptrace_access_check() 372 rc = -EPERM; in yama_ptrace_access_check() 378 rc = -EPERM; in yama_ptrace_access_check() 383 rc = -EPERM; in yama_ptrace_access_check() 408 rc = -EPERM; in yama_ptrace_traceme() 411 rc = -EPERM; in yama_ptrace_traceme() 438 return -EPERM; in yama_dointvec_minmax()
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/wl128x/ |
| H A D | fmdrv_rx.c | 293 return -EPERM; in fm_rx_set_volume() 316 return -EPERM; in fm_rx_get_volume() 393 return -EPERM; in fm_rx_get_mute_mode() 463 return -EPERM; in fm_rx_get_rfdepend_softmute() 482 return -EPERM; in fm_rx_set_rfdepend_softmute() 555 return -EPERM; in fm_rx_get_rssi_threshold() 624 return -EPERM; in fm_rx_set_deemphasis_mode() 647 return -EPERM; in fm_rx_get_deemph_mode() 738 return -EPERM; in fm_rx_get_rds_mode() 757 return -EPERM; in fm_rx_set_rds_system() [all …]
|
| /OK3568_Linux_fs/kernel/security/integrity/evm/ |
| H A D | evm_main.c | 327 return -EPERM; in evm_protect_xattr() 355 -EPERM, 0); in evm_protect_xattr() 362 -EPERM, 0); in evm_protect_xattr() 363 return evm_status == INTEGRITY_PASS ? 0 : -EPERM; in evm_protect_xattr() 395 return -EPERM; in evm_inode_setxattr() 500 integrity_status_msg[evm_status], -EPERM, 0); in evm_inode_setattr() 501 return -EPERM; in evm_inode_setattr()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | pmc.c | 240 pmc->last_cmd_status = -EPERM; in wil_pmc_free() 328 pmc->last_cmd_status = -EPERM; in wil_pmc_read() 330 return -EPERM; in wil_pmc_read() 381 pmc->last_cmd_status = -EPERM; in wil_pmc_llseek() 383 return -EPERM; in wil_pmc_llseek() 432 pmc->last_cmd_status = -EPERM; in wil_pmcring_read() 434 return -EPERM; in wil_pmcring_read()
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | user.c | 53 return -EPERM; in snapshot_open() 216 return -EPERM; in snapshot_set_swap_area() 263 return -EPERM; in snapshot_ioctl() 303 error = -EPERM; in snapshot_ioctl() 319 error = -EPERM; in snapshot_ioctl() 384 error = -EPERM; in snapshot_ioctl()
|
| /OK3568_Linux_fs/kernel/drivers/xen/xenbus/ |
| H A D | xenbus_dev_backend.c | 25 return -EPERM; in xenbus_backend_open() 78 return -EPERM; in xenbus_backend_ioctl() 97 return -EPERM; in xenbus_backend_mmap()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/nsfs/ |
| H A D | owner.c | 78 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM) in main() 84 if (ioctl(ns, NS_GET_USERNS) >= 0 || errno != EPERM) in main() 86 if (ioctl(init_uns, NS_GET_USERNS) >= 0 || errno != EPERM) in main()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-devsets.c | 14 return -EPERM; in set_io_32bit() 44 int err = -EPERM; in set_using_dma() 69 return -EPERM; in set_using_dma() 140 return -EPERM; in set_unmaskirq()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | iosf_mbi.h | 205 return -EPERM; in iosf_mbi_read() 212 return -EPERM; in iosf_mbi_write() 219 return -EPERM; in iosf_mbi_modify()
|