| /f-stack/dpdk/lib/librte_telemetry/ |
| H A D | telemetry_data.c | 50 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 D | ef10_image.c | 450 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 D | efx_bootcfg.c | 180 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 D | ef10_tx.c | 198 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 D | enospc_001_pos.ksh | 66 (( $ret != $ENOSPC )) && \ 74 (( $ret != $ENOSPC )) && \
|
| H A D | enospc_df.ksh | 54 (( $ret != $ENOSPC )) && \
|
| H A D | enospc_003_pos.ksh | 68 (( $ret != $ENOSPC )) && \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/removal/ |
| H A D | removal_reservation.ksh | 56 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 D | grow_pool_001_pos.ksh | 70 readonly ENOSPC=28 72 if [[ $zret -ne $ENOSPC ]]; then
|
| H A D | grow_replicas_001_pos.ksh | 58 readonly ENOSPC=28 73 [[ $? -ne $ENOSPC ]] && \
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_filter.c | 59 } 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 D | dir24_8.c | 166 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 D | ip_fw_bpf.c | 101 return (ENOSPC); in ipfw_clone_create() 127 return (ENOSPC); in ipfwlog_clone_create()
|
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_fbarray.c | 263 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 D | zvol_ENOSPC_001_pos.ksh | 77 (( $retval != $ENOSPC )) &&
|
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | ppt.c | 466 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 D | zcp_global.c | 58 {"ENOSPC", ENOSPC},
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/ |
| H A D | reservation_012_pos.ksh | 80 if [[ $ret != $ENOSPC ]]; then
|
| H A D | reservation_016_pos.ksh | 88 if (($ret != $ENOSPC)); then
|
| H A D | reservation_009_pos.ksh | 90 if (($ret != $ENOSPC)); then
|
| H A D | reservation_015_pos.ksh | 89 if (($ret != $ENOSPC)); then
|
| H A D | reservation_010_pos.ksh | 91 if (($ret != $ENOSPC)); then
|
| H A D | reservation_008_pos.ksh | 112 if (($ret != $ENOSPC)); then
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_errno.h | 35 #define NGX_ENOSPC ENOSPC
|
| /f-stack/dpdk/drivers/net/mvpp2/ |
| H A D | mrvl_flow.c | 365 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 …]
|