Home
last modified time | relevance | path

Searched refs:EPERM (Results 1 – 25 of 1492) sorted by relevance

12345678910>>...60

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dunpriv_bpf_disabled.c172 -EPERM, "prog_load_fails"); in test_unpriv_bpf_disabled_negative()
180 -EPERM, "map_create_fails"); in test_unpriv_bpf_disabled_negative()
182 ASSERT_EQ(bpf_prog_get_fd_by_id(prog_id), -EPERM, "prog_get_fd_by_id_fails"); in test_unpriv_bpf_disabled_negative()
184 ASSERT_EQ(bpf_prog_get_next_id(0, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
189 ASSERT_EQ(bpf_map_get_next_id(map_info.id, &next), -EPERM, in test_unpriv_bpf_disabled_negative()
192 ASSERT_EQ(bpf_map_get_next_id(0, &next), -EPERM, "map_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
198 ASSERT_EQ(bpf_link_get_next_id(link_info.id, &next), -EPERM, in test_unpriv_bpf_disabled_negative()
201 ASSERT_EQ(bpf_link_get_next_id(0, &next), -EPERM, "link_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
204 &prog_cnt), -EPERM, "prog_query_fails"); in test_unpriv_bpf_disabled_negative()
214 ASSERT_EQ(bpf_btf_load(raw_btf_data, raw_btf_size, NULL), -EPERM, in test_unpriv_bpf_disabled_negative()
[all …]
/openbmc/linux/net/9p/
H A Derror.c41 {"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},
/openbmc/u-boot/drivers/fpga/
H A Dsocfpga_arria10.c145 return -EPERM; in fpgamgr_verify_msel()
242 return -EPERM; in fpgamgr_reset()
245 return -EPERM; in fpgamgr_reset()
257 return -EPERM; in fpgamgr_program_init()
261 return -EPERM; in fpgamgr_program_init()
360 return -EPERM; in fpgamgr_program_poll_cd()
421 return -EPERM; in fpgamgr_program_poll_usermode()
433 return -EPERM; in fpgamgr_program_finish()
442 return -EPERM; in fpgamgr_program_finish()
/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c294 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 …]
/openbmc/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c104 return -EPERM; in amdgpu_get_power_dpm_state()
106 return -EPERM; in amdgpu_get_power_dpm_state()
135 return -EPERM; in amdgpu_set_power_dpm_state()
137 return -EPERM; in amdgpu_set_power_dpm_state()
232 return -EPERM; in amdgpu_get_power_dpm_force_performance_level()
234 return -EPERM; in amdgpu_get_power_dpm_force_performance_level()
271 return -EPERM; in amdgpu_set_power_dpm_force_performance_level()
273 return -EPERM; in amdgpu_set_power_dpm_force_performance_level()
333 return -EPERM; in amdgpu_get_pp_num_states()
335 return -EPERM; in amdgpu_get_pp_num_states()
[all …]
/openbmc/linux/net/bridge/
H A Dbr_ioctl.c92 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 …]
/openbmc/linux/security/
H A Dcommoncap.c85 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()
548 return -EPERM; in cap_convert_nscap()
610 ret = -EPERM; in bprm_caps_from_vfs_caps()
[all …]
/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan_net.c70 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 …]
/openbmc/linux/drivers/dma/idxd/
H A Dsysfs.c46 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 …]
/openbmc/linux/tools/testing/selftests/membarrier/
H A Dmembarrier_test_impl.h116 if (errno != EPERM) { in test_membarrier_private_expedited_fail()
119 test_name, flags, EPERM, strerror(EPERM), in test_membarrier_private_expedited_fail()
175 if (errno != EPERM) { in test_membarrier_private_expedited_sync_core_fail()
178 test_name, flags, EPERM, strerror(EPERM), in test_membarrier_private_expedited_sync_core_fail()
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch5 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))
/openbmc/u-boot/arch/arm/mach-imx/mx7ulp/
H A Dpcc.c96 return -EPERM; in pcc_clock_enable()
122 return -EPERM; in pcc_clock_sel()
147 return -EPERM; in pcc_clock_sel()
170 return -EPERM; in pcc_clock_div_config()
180 return -EPERM; in pcc_clock_div_config()
223 return -EPERM; in pcc_clock_get_clksrc()
235 return -EPERM; in pcc_clock_get_clksrc()
/openbmc/qemu/hw/9pfs/
H A D9p-synth.c361 errno = EPERM; in synth_chmod()
368 errno = EPERM; in synth_mknod()
375 errno = EPERM; in synth_mkdir()
389 errno = EPERM; in synth_symlink()
396 errno = EPERM; in synth_link()
403 errno = EPERM; in synth_rename()
409 errno = EPERM; in synth_chown()
416 errno = EPERM; in synth_utimensat()
422 errno = EPERM; in synth_remove()
521 errno = EPERM; in synth_renameat()
[all …]
/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-bootctl.c464 return -EPERM; in large_icm_show()
483 return -EPERM; in large_icm_store()
525 return -EPERM; in oob_mac_show()
578 return -EPERM; in opn_show()
607 return -EPERM; in opn_store()
629 return -EPERM; in sku_show()
658 return -EPERM; in sku_store()
680 return -EPERM; in modl_show()
709 return -EPERM; in modl_store()
731 return -EPERM; in sn_show()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0018-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch43 log_info("STRERROR_OR_ELSE(EPERM, \"EOF\") → %s", STRERROR_OR_EOF(EPERM));
44 log_info("STRERROR_OR_ELSE(-EPERM, \"EOF\") → %s", STRERROR_OR_EOF(-EPERM));
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0018-test-bus-error-strerror-is-assumed-to-be-GNU-specifi.patch43 log_info("STRERROR_OR_ELSE(EPERM, \"EOF\") → %s", STRERROR_OR_EOF(EPERM));
44 log_info("STRERROR_OR_ELSE(-EPERM, \"EOF\") → %s", STRERROR_OR_EOF(-EPERM));
/openbmc/linux/security/yama/
H A Dyama_lsm.c368 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()
/openbmc/linux/tools/testing/selftests/nsfs/
H A Downer.c78 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()
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_dev_backend.c25 return -EPERM; in xenbus_backend_open()
78 return -EPERM; in xenbus_backend_ioctl()
97 return -EPERM; in xenbus_backend_mmap()
/openbmc/linux/arch/x86/include/asm/
H A Diosf_mbi.h205 return -EPERM; in iosf_mbi_read()
212 return -EPERM; in iosf_mbi_write()
219 return -EPERM; in iosf_mbi_modify()
/openbmc/linux/drivers/net/fjes/
H A Dfjes_hw.c471 result = -EPERM; in fjes_hw_request_info()
477 result = -EPERM; in fjes_hw_request_info()
484 result = -EPERM; in fjes_hw_request_info()
487 result = -EPERM; in fjes_hw_request_info()
490 result = -EPERM; in fjes_hw_request_info()
584 result = -EPERM; in fjes_hw_register_buff_addr()
590 result = -EPERM; in fjes_hw_register_buff_addr()
617 return -EPERM; in fjes_hw_unregister_buff_addr()
620 return -EPERM; in fjes_hw_unregister_buff_addr()
1214 return -EPERM; in fjes_hw_start_debug()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_deny_namespace.c25 ret = -EPERM; in BPF_PROG()
29 return -EPERM; in BPF_PROG()
/openbmc/linux/drivers/media/radio/wl128x/
H A Dfmdrv_rx.c293 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 …]
/openbmc/linux/fs/
H A Dattr.c188 return -EPERM; in setattr_prepare()
193 return -EPERM; in setattr_prepare()
200 return -EPERM; in setattr_prepare()
215 return -EPERM; in setattr_prepare()
333 return -EPERM; in may_setattr()
342 return -EPERM; in may_setattr()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dsysfs.c72 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()

12345678910>>...60