/freebsd/sys/compat/linux/ |
H A D | linux_errno.inc | 67 [EINVAL] = -LINUX_EINVAL, 190 [LINUX_EINVAL] = EINVAL, 213 [41] = EINVAL, 216 [LINUX_ECHRNG] = EINVAL, /* XXX */ 217 [LINUX_EL2NSYNC] = EINVAL, /* XXX */ 218 [LINUX_EL3HLT] = EINVAL, /* XXX */ 219 [LINUX_EL3RST] = EINVAL, /* XXX */ 220 [LINUX_ELNRNG] = EINVAL, /* XXX */ 221 [LINUX_EUNATCH] = EINVAL, /* XXX */ 224 [LINUX_ENOCSI] = EINVAL, /* XXX */ [all …]
|
/freebsd/lib/libc/posix1e/ |
H A D | acl_set.c | 57 errno = EINVAL; in acl_set_file() 62 errno = EINVAL; in acl_set_file() 78 errno = EINVAL; in acl_set_link_np() 83 errno = EINVAL; in acl_set_link_np() 109 errno = EINVAL; in acl_set_fd_np() 114 errno = EINVAL; in acl_set_fd_np() 134 errno = EINVAL; in acl_set_permset() 140 errno = EINVAL; in acl_set_permset() 144 errno = EINVAL; in acl_set_permset() 164 errno = EINVAL; in acl_set_qualifier() [all …]
|
H A D | acl_support.c | 188 return (EINVAL); in _posix1e_acl_check() 195 return (EINVAL); in _posix1e_acl_check() 203 return (EINVAL); in _posix1e_acl_check() 206 return (EINVAL); in _posix1e_acl_check() 215 return (EINVAL); in _posix1e_acl_check() 223 return (EINVAL); in _posix1e_acl_check() 226 return (EINVAL); in _posix1e_acl_check() 234 return (EINVAL); in _posix1e_acl_check() 242 return (EINVAL); in _posix1e_acl_check() 249 return (EINVAL); in _posix1e_acl_check() [all …]
|
H A D | acl_flag.c | 41 errno = EINVAL; in _flag_is_invalid() 51 errno = EINVAL; in acl_add_flag_np() 68 errno = EINVAL; in acl_clear_flags_np() 82 errno = EINVAL; in acl_delete_flag_np() 99 errno = EINVAL; in acl_get_flag_np() 117 errno = EINVAL; in acl_get_flagset_np() 122 errno = EINVAL; in acl_get_flagset_np() 136 errno = EINVAL; in acl_set_flagset_np() 141 errno = EINVAL; in acl_set_flagset_np()
|
H A D | acl_from_text.c | 94 errno = EINVAL; in _posix1e_acl_entry_from_text() 109 errno = EINVAL; in _posix1e_acl_entry_from_text() 117 errno = EINVAL; in _posix1e_acl_entry_from_text() 125 errno = EINVAL; in _posix1e_acl_entry_from_text() 131 errno = EINVAL; in _posix1e_acl_entry_from_text() 141 errno = EINVAL; in _posix1e_acl_entry_from_text() 155 errno = EINVAL; in _posix1e_acl_entry_from_text() 239 error = EINVAL; in acl_from_text() 252 errno = EINVAL; in acl_from_text() 286 errno = EINVAL; in _acl_name_to_id() [all …]
|
/freebsd/sys/dev/pci/ |
H A D | pci_iov_schema.c | 139 nvlist_set_error(entry, EINVAL); in pci_iov_schema_add_type() 151 nvlist_set_error(entry, EINVAL); in pci_iov_schema_add_required() 297 return (EINVAL); in pci_iov_schema_validate_bool() 307 return (EINVAL); in pci_iov_schema_validate_string() 318 return (EINVAL); in pci_iov_schema_validate_uint() 323 return (EINVAL); in pci_iov_schema_validate_uint() 337 return (EINVAL); in pci_iov_schema_validate_unicast_mac() 342 return (EINVAL); in pci_iov_schema_validate_unicast_mac() 345 return (EINVAL); in pci_iov_schema_validate_unicast_mac() 358 return (EINVAL); in pci_iov_schema_validate_vlan() [all …]
|
/freebsd/lib/libthr/thread/ |
H A D | thr_mutexattr.c | 117 errno = EINVAL; in _pthread_mutexattr_setkind_np() 132 errno = EINVAL; in _pthread_mutexattr_getkind_np() 146 ret = EINVAL; in _thr_mutexattr_settype() 162 ret = EINVAL; in _pthread_mutexattr_gettype() 175 ret = EINVAL; in _thr_mutexattr_destroy() 190 return (EINVAL); in _pthread_mutexattr_getpshared() 202 return (EINVAL); in _pthread_mutexattr_setpshared() 214 ret = EINVAL; in _pthread_mutexattr_getprotocol() 228 ret = EINVAL; in _pthread_mutexattr_setprotocol() 243 ret = EINVAL; in _pthread_mutexattr_getprioceiling() [all …]
|
H A D | thr_attr.c | 117 return (EINVAL); in _thr_attr_destroy() 138 return (EINVAL); in _thr_attr_get_np() 188 return (EINVAL); in _thr_attr_getdetachstate() 206 return (EINVAL); in _thr_attr_getguardsize() 221 return (EINVAL); in _thr_attr_getinheritsched() 236 return (EINVAL); in _thr_attr_getschedparam() 251 return (EINVAL); in _thr_attr_getschedpolicy() 266 return (EINVAL); in _thr_attr_getscope() 282 return (EINVAL); in _pthread_attr_getstack() 297 return (EINVAL); in _thr_attr_getstackaddr() [all …]
|
H A D | thr_pspinlock.c | 58 return (EINVAL); in _pthread_spin_init() 71 return (EINVAL); in _pthread_spin_init() 84 ret = EINVAL; in _pthread_spin_destroy() 104 return (EINVAL); in _pthread_spin_trylock() 107 return (EINVAL); in _pthread_spin_trylock() 119 return (EINVAL); in _pthread_spin_lock() 122 return (EINVAL); in _pthread_spin_lock() 148 return (EINVAL); in _pthread_spin_unlock() 151 return (EINVAL); in _pthread_spin_unlock()
|
/freebsd/sys/netinet/ |
H A D | sctp_usrreq.c | 365 return (EINVAL); in sctp_getcred() 464 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL); in sctp_attach() 465 return (EINVAL); in sctp_attach() 494 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL); in sctp_bind() 495 return (EINVAL); in sctp_bind() 500 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL); in sctp_bind() 501 return (EINVAL); in sctp_bind() 579 SCTP_LTRACE_ERR_RET_PKT(m, inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL); in sctp_sendm() 581 return (EINVAL); in sctp_sendm() 598 SCTP_LTRACE_ERR_RET_PKT(m, inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL); in sctp_sendm() [all …]
|
/freebsd/sys/dev/qcom_tlmm/ |
H A D | qcom_tlmm_ipq4018_hw.c | 76 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_set_function() 104 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_get_function() 129 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_set_oe_output() 154 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_set_oe_input() 178 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_get_oe_state() 200 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_set_output_value() 226 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_get_output_value() 249 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_get_input_value() 271 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_toggle_output_value() 300 return (EINVAL); in qcom_tlmm_ipq4018_hw_pin_set_pupd_config() [all …]
|
/freebsd/sys/security/audit/ |
H A D | audit_syscalls.c | 81 return (EINVAL); in sys_audit() 106 return (EINVAL); in sys_audit() 116 error = EINVAL; in sys_audit() 183 return (EINVAL); in sys_auditon() 236 return (EINVAL); in sys_auditon() 252 return (EINVAL); in sys_auditon() 262 return (EINVAL); in sys_auditon() 265 return (EINVAL); in sys_auditon() 277 return (EINVAL); in sys_auditon() 283 return (EINVAL); in sys_auditon() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__thread/support/ |
H A D | c11.h | 39 return mtx_init(__m, mtx_plain | mtx_recursive) == thrd_success ? 0 : EINVAL; in __libcpp_recursive_mutex_init() 44 return mtx_lock(__m) == thrd_success ? 0 : EINVAL; in __libcpp_recursive_mutex_lock() 54 return mtx_unlock(__m) == thrd_success ? 0 : EINVAL; in __libcpp_recursive_mutex_unlock() 63 return mtx_lock(__m) == thrd_success ? 0 : EINVAL; in __libcpp_mutex_lock() 71 return mtx_unlock(__m) == thrd_success ? 0 : EINVAL; in __libcpp_mutex_unlock() 88 return cnd_signal(__cv) == thrd_success ? 0 : EINVAL; in __libcpp_condvar_signal() 92 return cnd_broadcast(__cv) == thrd_success ? 0 : EINVAL; in __libcpp_condvar_broadcast() 97 return cnd_wait(__cv, __m) == thrd_success ? 0 : EINVAL; in __libcpp_condvar_wait() 158 return thrd_join(*__t, nullptr) == thrd_success ? 0 : EINVAL; in __libcpp_thread_join() 162 return thrd_detach(*__t) == thrd_success ? 0 : EINVAL; in __libcpp_thread_detach() [all …]
|
/freebsd/sys/netinet6/ |
H A D | sctp6_usrreq.c | 379 return (EINVAL); in sctp6_getcred() 385 SCTP_LTRACE_ERR_RET(NULL, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, EINVAL); in sctp6_getcred() 386 return (EINVAL); in sctp6_getcred() 389 SCTP_LTRACE_ERR_RET(NULL, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, EINVAL); in sctp6_getcred() 390 return (EINVAL); in sctp6_getcred() 445 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, EINVAL); in sctp6_attach() 446 return (EINVAL); in sctp6_attach() 485 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, EINVAL); in sctp6_bind() 486 return (EINVAL); in sctp6_bind() 494 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP6_USRREQ, EINVAL); in sctp6_bind() [all …]
|
/freebsd/sys/dev/tdfx/ |
H A D | tdfx_pci.c | 500 return -EINVAL; in tdfx_query_fetch() 513 if(piod->size != 2) return -EINVAL; in tdfx_query_fetch() 516 if(piod->size != 2) return -EINVAL; in tdfx_query_fetch() 519 if(piod->size != 4) return -EINVAL; in tdfx_query_fetch() 522 if(piod->size != 4) return -EINVAL; in tdfx_query_fetch() 525 if(piod->size != 1) return -EINVAL; in tdfx_query_fetch() 528 if(piod->size != 2) return -EINVAL; in tdfx_query_fetch() 531 if(piod->size != 2) return -EINVAL; in tdfx_query_fetch() 534 if(piod->size != 4) return -EINVAL; in tdfx_query_fetch() 537 if(piod->size != 1) return -EINVAL; in tdfx_query_fetch() [all …]
|
/freebsd/sys/dev/evdev/ |
H A D | uinput.c | 245 return (EINVAL); in uinput_read() 252 ret = EINVAL; in uinput_read() 301 ret = EINVAL; in uinput_write() 313 ret = EINVAL; in uinput_write() 334 return (EINVAL); in uinput_setup_dev() 417 return(EINVAL); in uinput_kqfilter() 484 return (EINVAL); in uinput_ioctl_sub() 492 return (EINVAL); in uinput_ioctl_sub() 513 return (EINVAL); in uinput_ioctl_sub() 521 return (EINVAL); in uinput_ioctl_sub() [all …]
|
/freebsd/sys/dev/p2sb/ |
H A D | lewisburg_gpio.c | 75 return (EINVAL); in lbggpio_pin_max() 90 return (EINVAL); in lbggpio_pin_getname() 93 return (EINVAL); in lbggpio_pin_getname() 106 return (EINVAL); in lbggpio_pin_getflags() 109 return (EINVAL); in lbggpio_pin_getflags() 122 return (EINVAL); in lbggpio_pin_getcaps() 125 return (EINVAL); in lbggpio_pin_getcaps() 138 return (EINVAL); in lbggpio_pin_setflags() 142 return (EINVAL); in lbggpio_pin_setflags() 156 return (EINVAL); in lbggpio_pin_get() [all …]
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_ipc.c | 182 return EINVAL; in fuse_interrupt_callback() 687 err = (blen == sizeof(struct fuse_bmap_out)) ? 0 : EINVAL; in fuse_body_audit() 697 0 : EINVAL; in fuse_body_audit() 699 err = (blen == FUSE_COMPAT_ENTRY_OUT_SIZE) ? 0 : EINVAL; in fuse_body_audit() 711 0 : EINVAL; in fuse_body_audit() 713 err = (blen == FUSE_COMPAT_ATTR_OUT_SIZE) ? 0 : EINVAL; in fuse_body_audit() 718 err = (PAGE_SIZE >= blen) ? 0 : EINVAL; in fuse_body_audit() 722 err = (blen == 0) ? 0 : EINVAL; in fuse_body_audit() 726 err = (blen == 0) ? 0 : EINVAL; in fuse_body_audit() 730 err = (blen == 0) ? 0 : EINVAL; in fuse_body_audit() [all …]
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 85 return -EINVAL; in iwl_dbgfs_pm_params_write() 89 return -EINVAL; in iwl_dbgfs_pm_params_write() 93 return -EINVAL; in iwl_dbgfs_pm_params_write() 97 return -EINVAL; in iwl_dbgfs_pm_params_write() 101 return -EINVAL; in iwl_dbgfs_pm_params_write() 105 return -EINVAL; in iwl_dbgfs_pm_params_write() 109 return -EINVAL; in iwl_dbgfs_pm_params_write() 112 return -EINVAL; in iwl_dbgfs_pm_params_write() 116 return -EINVAL; in iwl_dbgfs_pm_params_write() 120 return -EINVAL; in iwl_dbgfs_pm_params_write() [all …]
|
/freebsd/sys/crypto/blake2/ |
H A D | blake2_cryptodev.c | 111 return (EINVAL); in blake2_probesession() 119 return (EINVAL); in blake2_probesession() 123 return (EINVAL); in blake2_probesession() 202 return (EINVAL); in blake2_cipher_setup() 205 return (EINVAL); in blake2_cipher_setup() 215 return (EINVAL); in blake2_cipher_setup() 219 return (EINVAL); in blake2_cipher_setup() 235 return (EINVAL); in blake2b_applicator() 246 return (EINVAL); in blake2s_applicator() 279 error = EINVAL; in blake2_cipher_process() [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | digest.c | 86 krb5_set_error_message(context, EINVAL, in krb5_digest_set_server_cb() 88 return EINVAL; in krb5_digest_set_server_cb() 119 krb5_set_error_message(context, EINVAL, "client type already set"); in krb5_digest_set_type() 120 return EINVAL; in krb5_digest_set_type() 136 krb5_set_error_message(context, EINVAL, "server hostname already set"); in krb5_digest_set_hostname() 137 return EINVAL; in krb5_digest_set_hostname() 167 krb5_set_error_message(context, EINVAL, N_("nonce already set", "")); in krb5_digest_set_server_nonce() 168 return EINVAL; in krb5_digest_set_server_nonce() 191 krb5_set_error_message(context, EINVAL, "opaque already set"); in krb5_digest_set_opaque() 192 return EINVAL; in krb5_digest_set_opaque() [all …]
|
H A D | pac.c | 124 ret = EINVAL; in pac_header_size() 132 ret = EINVAL; in pac_header_size() 151 ret = EINVAL; in pac_aligned_size() 194 ret = EINVAL; /* Too few buffers */ in krb5_pac_parse() 199 ret = EINVAL; /* Wrong version */ in krb5_pac_parse() 221 ret = EINVAL; in krb5_pac_parse() 233 ret = EINVAL; in krb5_pac_parse() 239 ret = EINVAL; in krb5_pac_parse() 245 ret = EINVAL; in krb5_pac_parse() 251 ret = EINVAL; in krb5_pac_parse() [all …]
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_acl.c | 136 return (EINVAL); in ext4_acl_from_disk() 141 return (EINVAL); in ext4_acl_from_disk() 144 return (EINVAL); in ext4_acl_from_disk() 162 return (EINVAL); in ext4_acl_from_disk() 169 return (EINVAL); in ext4_acl_from_disk() 185 return (EINVAL); in ext4_acl_from_disk() 193 return (EINVAL); in ext4_acl_from_disk() 199 return (EINVAL); in ext4_acl_from_disk() 204 return (EINVAL); in ext4_acl_from_disk() 230 return (EINVAL); in ext2_getacl_posix1e() [all …]
|
/freebsd/contrib/elftoolchain/libpe/ |
H A D | pe_flag.c | 38 errno = EINVAL; in pe_flag() 44 errno = EINVAL; in pe_flag() 62 errno = EINVAL; in pe_flag_dos_header() 80 errno = EINVAL; in pe_flag_coff_header() 98 errno = EINVAL; in pe_flag_opt_header() 116 errno = EINVAL; in pe_flag_data_dir() 134 errno = EINVAL; in pe_flag_scn() 153 errno = EINVAL; in pe_flag_section_header() 175 errno = EINVAL; in pe_flag_buffer()
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc_gpio.c | 251 return (EINVAL); in chipc_gpio_pin_set() 261 return (EINVAL); in chipc_gpio_pin_set() 289 return (EINVAL); in chipc_gpio_pin_get() 325 return (EINVAL); in chipc_gpio_pin_toggle() 355 return (EINVAL); in chipc_gpio_pin_getcaps() 374 return (EINVAL); in chipc_gpio_pin_getflags() 417 return (EINVAL); in chipc_gpio_pin_getname() 440 return (EINVAL); in chipc_gpio_pin_setflags() 468 return (EINVAL); in chipc_gpio_pin_access_32() 483 return (EINVAL); in chipc_gpio_pin_access_32() [all …]
|