| /Linux-v6.1/drivers/gpu/drm/amd/pm/ |
| D | amdgpu_pm.c | 140 return -EPERM; in amdgpu_get_power_dpm_state() 142 return -EPERM; in amdgpu_get_power_dpm_state() 171 return -EPERM; in amdgpu_set_power_dpm_state() 173 return -EPERM; in amdgpu_set_power_dpm_state() 268 return -EPERM; in amdgpu_get_power_dpm_force_performance_level() 270 return -EPERM; in amdgpu_get_power_dpm_force_performance_level() 307 return -EPERM; in amdgpu_set_power_dpm_force_performance_level() 309 return -EPERM; in amdgpu_set_power_dpm_force_performance_level() 369 return -EPERM; in amdgpu_get_pp_num_states() 371 return -EPERM; in amdgpu_get_pp_num_states() [all …]
|
| /Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
| D | unpriv_bpf_disabled.c | 172 -EPERM, "prog_load_fails"); in test_unpriv_bpf_disabled_negative() 176 -EPERM, "map_create_fails"); in test_unpriv_bpf_disabled_negative() 178 ASSERT_EQ(bpf_prog_get_fd_by_id(prog_id), -EPERM, "prog_get_fd_by_id_fails"); in test_unpriv_bpf_disabled_negative() 179 ASSERT_EQ(bpf_prog_get_next_id(prog_id, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative() 180 ASSERT_EQ(bpf_prog_get_next_id(0, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative() 184 ASSERT_EQ(bpf_map_get_fd_by_id(map_info.id), -EPERM, "map_get_fd_by_id_fails"); in test_unpriv_bpf_disabled_negative() 185 ASSERT_EQ(bpf_map_get_next_id(map_info.id, &next), -EPERM, in test_unpriv_bpf_disabled_negative() 188 ASSERT_EQ(bpf_map_get_next_id(0, &next), -EPERM, "map_get_next_id_fails"); in test_unpriv_bpf_disabled_negative() 193 ASSERT_EQ(bpf_link_get_fd_by_id(link_info.id), -EPERM, "link_get_fd_by_id_fails"); in test_unpriv_bpf_disabled_negative() 194 ASSERT_EQ(bpf_link_get_next_id(link_info.id, &next), -EPERM, in test_unpriv_bpf_disabled_negative() [all …]
|
| /Linux-v6.1/drivers/tty/vt/ |
| 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 …]
|
| /Linux-v6.1/net/9p/ |
| D | error.c | 41 {"Operation not permitted", EPERM}, 42 {"wstat prohibited", EPERM}, 125 {"wstat can't convert between files and directories", EPERM}, 137 {"not a member of proposed group", EPERM}, 141 {"no access to special file", EPERM}, 161 {"only support truncation to zero length", EPERM}, 162 {"cannot remove root", EPERM},
|
| /Linux-v6.1/drivers/staging/ks7010/ |
| 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 …]
|
| /Linux-v6.1/net/bridge/ |
| D | br_ioctl.c | 92 return -EPERM; in add_del_if() 220 return -EPERM; in br_dev_siocdevprivate() 227 return -EPERM; in br_dev_siocdevprivate() 234 return -EPERM; in br_dev_siocdevprivate() 241 return -EPERM; in br_dev_siocdevprivate() 281 return -EPERM; in br_dev_siocdevprivate() 288 return -EPERM; in br_dev_siocdevprivate() 297 return -EPERM; in br_dev_siocdevprivate() 311 return -EPERM; in br_dev_siocdevprivate() 380 return -EPERM; in old_deviceless() [all …]
|
| /Linux-v6.1/security/ |
| D | commoncap.c | 78 return cap_raised(cred->cap_effective, cap) ? 0 : -EPERM; in cap_capable() 85 return -EPERM; in cap_capable() 115 return -EPERM; in cap_settime() 152 ret = -EPERM; in cap_ptrace_access_check() 184 ret = -EPERM; in cap_ptrace_traceme() 253 return -EPERM; in cap_capset() 259 return -EPERM; in cap_capset() 263 return -EPERM; in cap_capset() 267 return -EPERM; in cap_capset() 560 return -EPERM; in cap_convert_nscap() [all …]
|
| /Linux-v6.1/tools/testing/selftests/membarrier/ |
| 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()
|
| /Linux-v6.1/drivers/dma/idxd/ |
| D | sysfs.c | 46 return -EPERM; in engine_group_id_store() 149 return -EPERM; in group_read_buffers_reserved_store() 152 return -EPERM; in group_read_buffers_reserved_store() 215 return -EPERM; in group_read_buffers_allowed_store() 218 return -EPERM; in group_read_buffers_allowed_store() 278 return -EPERM; in group_use_read_buffer_limit_store() 281 return -EPERM; in group_use_read_buffer_limit_store() 284 return -EPERM; in group_use_read_buffer_limit_store() 385 return -EPERM; in group_traffic_class_a_store() 388 return -EPERM; in group_traffic_class_a_store() [all …]
|
| /Linux-v6.1/security/yama/ |
| 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()
|
| /Linux-v6.1/drivers/net/fjes/ |
| D | fjes_hw.c | 448 result = -EPERM; in fjes_hw_request_info() 454 result = -EPERM; in fjes_hw_request_info() 461 result = -EPERM; in fjes_hw_request_info() 464 result = -EPERM; in fjes_hw_request_info() 467 result = -EPERM; in fjes_hw_request_info() 561 result = -EPERM; in fjes_hw_register_buff_addr() 567 result = -EPERM; in fjes_hw_register_buff_addr() 576 result = -EPERM; in fjes_hw_register_buff_addr() 594 return -EPERM; in fjes_hw_unregister_buff_addr() 597 return -EPERM; in fjes_hw_unregister_buff_addr() [all …]
|
| /Linux-v6.1/drivers/xen/xenbus/ |
| 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()
|
| /Linux-v6.1/tools/testing/selftests/nsfs/ |
| 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()
|
| /Linux-v6.1/fs/ |
| D | attr.c | 123 return -EPERM; in setattr_prepare() 128 return -EPERM; in setattr_prepare() 135 return -EPERM; in setattr_prepare() 151 return -EPERM; in setattr_prepare() 270 return -EPERM; in may_setattr() 279 return -EPERM; in may_setattr()
|
| /Linux-v6.1/drivers/media/radio/wl128x/ |
| 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 …]
|
| /Linux-v6.1/arch/x86/include/asm/ |
| 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()
|
| /Linux-v6.1/drivers/net/wireless/broadcom/b43legacy/ |
| D | sysfs.c | 72 return -EPERM; in b43legacy_attr_interfmode_show() 108 return -EPERM; in b43legacy_attr_interfmode_store() 153 return -EPERM; in b43legacy_attr_preamble_show() 178 return -EPERM; in b43legacy_attr_preamble_store()
|
| /Linux-v6.1/kernel/power/ |
| D | user.c | 54 return -EPERM; in snapshot_open() 220 return -EPERM; in snapshot_set_swap_area() 267 return -EPERM; in snapshot_ioctl() 307 error = -EPERM; in snapshot_ioctl() 323 error = -EPERM; in snapshot_ioctl() 388 error = -EPERM; in snapshot_ioctl()
|
| /Linux-v6.1/drivers/net/wireless/ath/wil6210/ |
| 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()
|
| /Linux-v6.1/sound/core/ |
| D | compress_offload.c | 620 return -EPERM; in snd_compr_set_params() 718 return -EPERM; in snd_compr_pause() 724 return -EPERM; in snd_compr_pause() 741 return -EPERM; in snd_compr_resume() 747 return -EPERM; in snd_compr_resume() 759 return -EPERM; in snd_compr_start() 764 return -EPERM; in snd_compr_start() 781 return -EPERM; in snd_compr_stop() 884 return -EPERM; in snd_compr_drain() 907 return -EPERM; in snd_compr_next_track() [all …]
|
| /Linux-v6.1/tools/testing/selftests/bpf/progs/ |
| D | test_deny_namespace.c | 28 ret = -EPERM; in BPF_PROG() 32 return -EPERM; in BPF_PROG()
|
| /Linux-v6.1/drivers/infiniband/ulp/ipoib/ |
| D | ipoib_vlan.c | 175 return -EPERM; in ipoib_vlan_add() 182 return -EPERM; in ipoib_vlan_add() 253 return -EPERM; in ipoib_vlan_delete() 260 return -EPERM; in ipoib_vlan_delete()
|
| /Linux-v6.1/fs/exfat/ |
| D | file.c | 72 return -EPERM; in exfat_sanitize_mode() 80 return -EPERM; in exfat_sanitize_mode() 87 return -EPERM; in exfat_sanitize_mode() 107 return -EPERM; in __exfat_truncate() 282 error = -EPERM; in exfat_setattr() 328 return -EPERM; in exfat_ioctl_fitrim()
|
| /Linux-v6.1/drivers/s390/net/ |
| D | qeth_l3_sys.c | 152 return -EPERM; in qeth_l3_dev_sniffer_store() 154 return -EPERM; in qeth_l3_dev_sniffer_store() 158 rc = -EPERM; in qeth_l3_dev_sniffer_store() 177 rc = -EPERM; in qeth_l3_dev_sniffer_store() 199 return -EPERM; in qeth_l3_dev_hsuid_show() 214 return -EPERM; in qeth_l3_dev_hsuid_store() 218 rc = -EPERM; in qeth_l3_dev_hsuid_store() 223 rc = -EPERM; in qeth_l3_dev_hsuid_store() 228 rc = -EPERM; in qeth_l3_dev_hsuid_store() 251 rc = -EPERM; in qeth_l3_dev_hsuid_store() [all …]
|
| /Linux-v6.1/security/lockdown/ |
| D | lockdown.c | 29 return -EPERM; in lock_kernel_down() 62 return -EPERM; in lockdown_is_locked_down() 68 return -EPERM; in lockdown_is_locked_down()
|