Home
last modified time | relevance | path

Searched refs:EOVERFLOW (Results 1 – 25 of 56) sorted by relevance

123

/f-stack/freebsd/sys/
H A Dqmath.h391 0 : EOVERFLOW)
396 Q_ABS(i) <= Q_TC(i, Q_IMAXVAL(q))) ? 0 : EOVERFLOW)
507 _aserr = EOVERFLOW; /* [+/-a + +b] > max(a) */ \
513 _aserr = EOVERFLOW; /* [+/-a - +b] < min(a) */ \
547 _mulerr = EOVERFLOW; \
566 _aserr = EOVERFLOW; /* i cannot fit in q's type. */ \
570 _aserr = EOVERFLOW; /* [+/-q + +i] > max(q) */ \
576 _aserr = EOVERFLOW; /* [+/-q - +i] < min(q) */ \
606 _mulerr = EOVERFLOW; \
621 _err = EOVERFLOW; /* _tmp overflow. */ \
[all …]
H A Derrno.h165 #define EOVERFLOW 84 /* Value too large to be stored in data type */ macro
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dstack.c68 return -EOVERFLOW; in stack_push()
/f-stack/dpdk/lib/librte_ipsec/
H A Desp_outb.c240 rte_errno = EOVERFLOW; in esp_outb_tun_prepare()
380 rte_errno = EOVERFLOW; in esp_outb_trs_prepare()
465 rte_errno = EOVERFLOW; in cpu_outb_pkt_prepare()
612 rte_errno = EOVERFLOW; in inline_outb_tun_pkt_process()
662 rte_errno = EOVERFLOW; in inline_outb_trs_pkt_process()
/f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/
H A Dzgenhostid.c78 fprintf(stderr, "%s\n", strerror(EOVERFLOW)); in main()
/f-stack/freebsd/netinet/cc/
H A Dcc.c162 err = EOVERFLOW; in cc_list_available()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c179 return (EOVERFLOW); in set_global_var()
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c63 return (-EOVERFLOW); in proc_copyin_string()
80 return (-EOVERFLOW); in proc_copyin_string()
/f-stack/lib/
H A Dff_host_interface.c320 case ff_EOVERFLOW: errno = EOVERFLOW; break; in ff_os_errno()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxq.c763 rte_errno = EOVERFLOW; in mlx4_rx_queue_setup()
850 rte_errno = EOVERFLOW; in mlx4_rx_queue_setup()
H A Dmlx4_txq.c320 rte_errno = EOVERFLOW; in mlx4_tx_queue_setup()
/f-stack/freebsd/security/audit/
H A Dbsm_errno.c347 { BSM_ERRNO_EOVERFLOW, EOVERFLOW,
H A Daudit_syscalls.c724 return (EOVERFLOW); in sys_getaudit_addr()
/f-stack/freebsd/arm/nvidia/
H A Dtegra_xhci.c393 return (EOVERFLOW); in get_fdt_resources()
423 return (EOVERFLOW); in get_fdt_resources()
H A Dtegra_ahci.c293 return (EOVERFLOW); in get_fdt_resources()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c489 return (SET_ERROR(EOVERFLOW)); in zap_entry_read()
510 return (SET_ERROR(EOVERFLOW)); in zap_entry_read_name()
H A Ddsl_prop.c59 return (SET_ERROR(EOVERFLOW)); in dodefault()
64 return (SET_ERROR(EOVERFLOW)); in dodefault()
/f-stack/tools/libxo/tests/gettext/
H A Dstrerror.pot414 # 84 - EOVERFLOW
/f-stack/freebsd/kern/
H A Dsubr_stats.c1027 error = EOVERFLOW;
1127 error = EOVERFLOW;
1462 error = (sb->maxsz >= tpllist[tpl_id]->sb->cursz) ? 0 : EOVERFLOW;
3089 error = EOVERFLOW;
3098 error = EOVERFLOW;
3676 err = EOVERFLOW;
H A Duipc_shm.c357 error = EOVERFLOW; in shm_seek()
364 error = EOVERFLOW; in shm_seek()
H A Dkern_lockf.c456 return (EOVERFLOW); in lf_advlockasync()
477 return (EOVERFLOW); in lf_advlockasync()
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.c937 rte_errno = EOVERFLOW; in dpaa_eth_rx_queue_setup()
979 rte_errno = EOVERFLOW; in dpaa_eth_rx_queue_setup()
1250 rte_errno = EOVERFLOW; in dpaa_eth_tx_queue_setup()
/f-stack/freebsd/netgraph/
H A Dng_l2tp.c1043 ERROUT(EOVERFLOW); in ng_l2tp_rcvdata_ctrl()
1118 ERROUT(EOVERFLOW); in ng_l2tp_rcvdata()
/f-stack/tools/libxo/tests/gettext/po/pig_latin/
H A Dstrerror.po406 # 84 - EOVERFLOW
/f-stack/dpdk/lib/librte_mbuf/
H A Drte_mbuf.h1753 return -EOVERFLOW; in rte_pktmbuf_chain()

123