| /f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/ |
| H A D | policy.c | 90 return (priv_policy(cr, CAP_SYS_ADMIN, EPERM)); in secpolicy_nfs() 99 return (priv_policy(cr, CAP_SYS_ADMIN, EPERM)); in secpolicy_sys_config() 132 return (EPERM); in secpolicy_vnode_any_access() 141 return (EPERM); in secpolicy_vnode_any_access() 155 return (EPERM); in secpolicy_vnode_chown() 158 return (priv_policy_user(cr, CAP_FOWNER, EPERM)); in secpolicy_vnode_chown() 167 return (priv_policy(cr, CAP_SETGID, EPERM)); in secpolicy_vnode_create_gid() 177 return (priv_policy(cr, CAP_FOWNER, EPERM)); in secpolicy_vnode_remove() 192 return (EPERM); in secpolicy_vnode_setdac() 221 return (EPERM); in secpolicy_vnode_setids_setgids() [all …]
|
| /f-stack/dpdk/lib/librte_metrics/ |
| H A D | rte_metrics_telemetry.c | 40 return -EPERM; in rte_metrics_tel_reg_port_ethdev_to_metrics() 56 ret = -EPERM; in rte_metrics_tel_reg_port_ethdev_to_metrics() 123 return -EPERM; in rte_metrics_tel_update_metrics_ethdev() 135 return -EPERM; in rte_metrics_tel_update_metrics_ethdev() 145 return -EPERM; in rte_metrics_tel_update_metrics_ethdev() 166 return -EPERM; in rte_metrics_tel_format_port() 236 return -EPERM; in rte_metrics_tel_encode_json_format() 271 return -EPERM; in rte_metrics_tel_encode_json_format() 341 return -EPERM; in rte_metrics_tel_stat_names_to_ids() 353 return -EPERM; in rte_metrics_tel_stat_names_to_ids() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | core.c | 113 # ifdef EPERM in sodium_crit_leave() 114 errno = EPERM; in sodium_crit_leave() 146 # ifdef EPERM in sodium_crit_leave() 147 errno = EPERM; in sodium_crit_leave()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_priv.c | 135 error = EPERM; in priv_check_cred_post() 308 error = EPERM; in priv_check_cred_vfs_lookup() 323 error = EPERM; in priv_check_cred_vfs_lookup_nomac() 339 error = EPERM; in priv_check_cred_vfs_generation_slow() 363 error = EPERM; in priv_check_cred_vfs_generation()
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | acpi_apm.c | 288 return (EPERM); in apmioctl() 303 return (EPERM); in apmioctl() 354 return (EPERM); in apmioctl() 359 return (EPERM); in apmioctl() 368 return (EPERM); in apmioctl() 372 return (EPERM); in apmioctl()
|
| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry_legacy.c | 136 case -EPERM: in send_error_response() 179 return -EPERM; in parse_client_request() 196 return -EPERM; in parse_client_request() 210 return -EPERM; in parse_client_request()
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_mtr.c | 134 return -rte_mtr_error_set(error, EPERM, in mrvl_meter_profile_delete() 213 return -rte_mtr_error_set(error, EPERM, in mrvl_meter_enable() 379 return -rte_mtr_error_set(error, EPERM, in mrvl_destroy() 390 return -rte_mtr_error_set(error, EPERM, in mrvl_destroy() 427 return -rte_mtr_error_set(error, EPERM, in mrvl_meter_profile_update() 445 return -rte_mtr_error_set(error, EPERM, in mrvl_meter_profile_update()
|
| H A D | mrvl_tm.c | 444 return -rte_tm_error_set(error, EPERM, in mrvl_shaper_profile_delete() 584 return -rte_tm_error_set(error, EPERM, in mrvl_node_add() 669 return -rte_tm_error_set(error, EPERM, in mrvl_node_delete() 681 return -rte_tm_error_set(error, EPERM, in mrvl_node_delete() 781 return -rte_tm_error_set(error, EPERM, in mrvl_node_resume() 810 ret = -rte_tm_error_set(error, EPERM, in mrvl_hierarchy_commit() 916 return -rte_tm_error_set(error, EPERM, in mrvl_node_stats_read()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | perfmon.c | 346 return EPERM; in perfmon_ioctl() 362 return EPERM; in perfmon_ioctl() 370 return EPERM; in perfmon_ioctl() 378 return EPERM; in perfmon_ioctl()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | veriexec_fingerprint.c | 278 error = EPERM; in mac_veriexec_fingerprint_check_image() 285 error = EPERM; in mac_veriexec_fingerprint_check_image() 299 error = EPERM; in mac_veriexec_fingerprint_check_image() 327 error = EPERM; in mac_veriexec_fingerprint_check_image()
|
| /f-stack/freebsd/security/mac_ifoff/ |
| H A D | mac_ifoff.c | 99 return (EPERM); in ifnet_check_outgoing() 117 return (EPERM); in ifnet_check_incoming()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_deleg.c | 110 return (SET_ERROR(EPERM)); in dsl_deleg_can_allow() 142 return (SET_ERROR(EPERM)); in dsl_deleg_can_unallow() 145 return (SET_ERROR(EPERM)); in dsl_deleg_can_unallow() 428 error = SET_ERROR(EPERM); in dsl_check_access() 473 return (SET_ERROR(EPERM)); in dsl_check_user_access() 570 return (SET_ERROR(EPERM)); in dsl_deleg_access_impl() 623 if (error == EPERM) in dsl_deleg_access_impl() 644 error = SET_ERROR(EPERM); in dsl_deleg_access_impl()
|
| H A D | zcp_global.c | 31 {"EPERM", EPERM},
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_policy.c | 95 return (EPERM); in secpolicy_fs_owner() 117 return (EPERM); in secpolicy_vnode_stky_modify() 207 return (EPERM); in secpolicy_vnode_any_access() 301 return (EPERM); in secpolicy_vnode_create_gid()
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | main.c | 509 return -EPERM; in prepare_data_mbufs() 551 ret = -EPERM; in prepare_data_mbufs() 762 return -EPERM; in prepare_aes_xform() 810 return -EPERM; in prepare_tdes_xform() 847 return -EPERM; in prepare_hmac_xform() 893 return -EPERM; in prepare_gcm_xform() 938 return -EPERM; in prepare_gmac_xform() 976 return -EPERM; in prepare_cmac_xform() 1022 return -EPERM; in prepare_ccm_xform() 1057 return -EPERM; in prepare_sha_xform() [all …]
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_hci_raw.c | 690 return (EPERM); in ng_btsocket_hci_raw_filter() 694 return (EPERM); in ng_btsocket_hci_raw_filter() 702 return (EPERM); in ng_btsocket_hci_raw_filter() 716 return (EPERM); in ng_btsocket_hci_raw_filter() 1079 error = EPERM; in ng_btsocket_hci_raw_control() 1100 error = EPERM; in ng_btsocket_hci_raw_control() 1144 error = EPERM; in ng_btsocket_hci_raw_control() 1153 error = EPERM; in ng_btsocket_hci_raw_control() 1304 error = EPERM; in ng_btsocket_hci_raw_control() 1326 error = EPERM; in ng_btsocket_hci_raw_control() [all …]
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_machdep.c | 259 error = EPERM; in linux_arch_prctl() 268 error = EPERM; in linux_arch_prctl() 290 return (EPERM); in linux_set_cloned_tls()
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 340 return (EPERM); in lomac_subject_privileged() 945 return (EPERM); in lomac_cred_check_relabel() 1427 return (EPERM); in lomac_kld_check_load() 1581 return (EPERM); in lomac_pipe_check_relabel() 1960 return (EPERM); in lomac_socket_check_relabel() 2132 return (EPERM); in lomac_system_check_acct() 2153 return (EPERM); in lomac_system_check_auditctl() 2173 return (EPERM); in lomac_system_check_swapoff() 2191 return (EPERM); in lomac_system_check_swapon() 2309 return (EPERM); in lomac_vnode_associate_extattr() [all …]
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_mutex.c | 205 return NFP_ERRNO(EPERM); in nfp_cpp_mutex_owner() 312 err = NFP_ERRNO(EPERM); in nfp_cpp_mutex_unlock() 367 err = NFP_ERRNO(EPERM); in nfp_cpp_mutex_trylock()
|
| /f-stack/freebsd/security/mac_ntpd/ |
| H A D | mac_ntpd.c | 69 return (EPERM); in ntpd_priv_grant()
|
| /f-stack/dpdk/examples/performance-thread/common/ |
| H A D | lthread_mutex.c | 192 DIAG_EVENT(m, LT_DIAG_MUTEX_UNLOCKED, m, POSIX_ERRNO(EPERM)); in lthread_mutex_unlock() 193 return POSIX_ERRNO(EPERM); in lthread_mutex_unlock()
|
| /f-stack/freebsd/security/mac_partition/ |
| H A D | mac_partition.c | 99 return (EPERM); in partition_check() 104 return (EPERM); in partition_check()
|
| /f-stack/dpdk/drivers/bus/fslmc/mc/ |
| H A D | mc_sys.c | 29 return -EPERM; /* Permission denied */ in mc_status_to_error()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-platform.h | 177 case EPERM: in cvmx_linux_enable_xkphys_access()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_malloc.c | 427 rte_errno = EPERM; in rte_malloc_heap_memory_add() 475 rte_errno = EPERM; in rte_malloc_heap_memory_remove() 525 rte_errno = EPERM; in sync_memory() 654 rte_errno = EPERM; in rte_malloc_heap_destroy()
|