Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 25 of 243) sorted by relevance

12345678910

/f-stack/dpdk/lib/librte_telemetry/
H A Dtelemetry_data.c50 return -ENOSPC; in rte_tel_data_add_array_string()
62 return -ENOSPC; in rte_tel_data_add_array_int()
73 return -ENOSPC; in rte_tel_data_add_array_u64()
88 return -ENOSPC; in rte_tel_data_add_array_container()
105 return -ENOSPC; in rte_tel_data_add_dict_string()
124 return -ENOSPC; in rte_tel_data_add_dict_int()
141 return -ENOSPC; in rte_tel_data_add_dict_u64()
161 return -ENOSPC; in rte_tel_data_add_dict_container()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_image.c450 rc = ENOSPC; in efx_check_unsigned_image()
458 rc = ENOSPC; in efx_check_unsigned_image()
735 rc = ENOSPC; in efx_build_signed_image_write_buffer()
750 rc = ENOSPC; in efx_build_signed_image_write_buffer()
762 rc = ENOSPC; in efx_build_signed_image_write_buffer()
775 rc = ENOSPC; in efx_build_signed_image_write_buffer()
789 rc = ENOSPC; in efx_build_signed_image_write_buffer()
802 rc = ENOSPC; in efx_build_signed_image_write_buffer()
820 rc = ENOSPC; in efx_build_signed_image_write_buffer()
828 rc = ENOSPC; in efx_build_signed_image_write_buffer()
[all …]
H A Defx_bootcfg.c180 rc = ENOSPC; in efx_dhcp_verify()
187 rc = ENOSPC; in efx_dhcp_verify()
254 rc = ENOSPC; in efx_dhcp_walk_tags()
268 rc = ENOSPC; in efx_dhcp_walk_tags()
277 rc = ENOSPC; in efx_dhcp_walk_tags()
747 rc = ENOSPC; in efx_bootcfg_copy_sector()
796 rc = ENOSPC; in efx_bootcfg_copy_sector()
846 rc = ENOSPC; in efx_bootcfg_read()
938 rc = ENOSPC; in efx_bootcfg_read()
1044 rc = ENOSPC; in efx_bootcfg_write()
H A Def10_tx.c198 rc = ENOSPC; in ef10_tx_qpio_write()
240 rc = ENOSPC; in ef10_tx_qpio_post()
291 rc = ENOSPC; in ef10_tx_qpost()
413 return (ENOSPC); in ef10_tx_qdesc_post()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/no_space/
H A Denospc_001_pos.ksh66 (( $ret != $ENOSPC )) && \
74 (( $ret != $ENOSPC )) && \
H A Denospc_df.ksh54 (( $ret != $ENOSPC )) && \
H A Denospc_003_pos.ksh68 (( $ret != $ENOSPC )) && \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremoval_reservation.ksh56 ENOSPC=28
58 (( $zret == $ENOSPC )) || log_fail "Did not get ENOSPC during removal."
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow_pool_001_pos.ksh70 readonly ENOSPC=28
72 if [[ $zret -ne $ENOSPC ]]; then
H A Dgrow_replicas_001_pos.ksh58 readonly ENOSPC=28
73 [[ $? -ne $ENOSPC ]] && \
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_filter.c59 } else if (rc != ENOSPC) { in sfc_filter_cache_match_supported()
64 SFC_ASSERT(rc == ENOSPC); in sfc_filter_cache_match_supported()
/f-stack/dpdk/lib/librte_fib/
H A Ddir24_8.c166 return -ENOSPC; in tbl8_get_idx()
290 return -ENOSPC; in install_to_fib()
293 return -ENOSPC; in install_to_fib()
321 return -ENOSPC; in install_to_fib()
344 return -ENOSPC; in install_to_fib()
450 return -ENOSPC; in dir24_8_modify()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_bpf.c101 return (ENOSPC); in ipfw_clone_create()
127 return (ENOSPC); in ipfwlog_clone_create()
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_fbarray.c263 rte_errno = used ? ENOENT : ENOSPC; in find_next_n()
319 rte_errno = used ? ENOENT : ENOSPC; in find_next()
543 rte_errno = used ? ENOENT : ENOSPC; in find_prev_n()
597 rte_errno = used ? ENOENT : ENOSPC; in find_prev()
1135 rte_errno = ENOSPC; in fbarray_find()
1196 rte_errno = used ? ENOENT : ENOSPC; in fbarray_find_n()
1200 rte_errno = used ? ENOENT : ENOSPC; in fbarray_find_n()
1210 rte_errno = ENOSPC; in fbarray_find_n()
1395 rte_errno = used ? ENOENT : ENOSPC; in fbarray_find_biggest()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_ENOSPC/
H A Dzvol_ENOSPC_001_pos.ksh77 (( $retval != $ENOSPC )) &&
/f-stack/freebsd/amd64/vmm/io/
H A Dppt.c466 return (ENOSPC); in ppt_map_mmio()
549 return (ENOSPC); in ppt_setup_msi()
640 return (ENOSPC); in ppt_setup_msix()
652 return (ENOSPC); in ppt_setup_msix()
661 return (error == 0 ? ENOSPC: error); in ppt_setup_msix()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp_global.c58 {"ENOSPC", ENOSPC},
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_012_pos.ksh80 if [[ $ret != $ENOSPC ]]; then
H A Dreservation_016_pos.ksh88 if (($ret != $ENOSPC)); then
H A Dreservation_009_pos.ksh90 if (($ret != $ENOSPC)); then
H A Dreservation_015_pos.ksh89 if (($ret != $ENOSPC)); then
H A Dreservation_010_pos.ksh91 if (($ret != $ENOSPC)); then
H A Dreservation_008_pos.ksh112 if (($ret != $ENOSPC)); then
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_errno.h35 #define NGX_ENOSPC ENOSPC
/f-stack/dpdk/drivers/net/mvpp2/
H A Dmrvl_flow.c365 return -ENOSPC; in mrvl_parse_mac()
445 return -ENOSPC; in mrvl_parse_type()
479 return -ENOSPC; in mrvl_parse_vlan_id()
513 return -ENOSPC; in mrvl_parse_vlan_pri()
547 return -ENOSPC; in mrvl_parse_ip4_dscp()
586 return -ENOSPC; in mrvl_parse_ip4_addr()
664 return -ENOSPC; in mrvl_parse_ip4_proto()
700 return -ENOSPC; in mrvl_parse_ip6_addr()
779 return -ENOSPC; in mrvl_parse_ip6_flow()
813 return -ENOSPC; in mrvl_parse_ip6_next_hdr()
[all …]

12345678910