Home
last modified time | relevance | path

Searched refs:WARN (Results 1 – 18 of 18) sorted by relevance

/f-stack/app/redis-5.0.5/deps/linenoise/
H A DMakefile2 WARN= -Wall macro
5 R_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS)
/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_ether.c331 WARN("Could not access latest statistics from sub-device %d.", in fs_dev_stats_save()
334 WARN("Using latest snapshot taken before %"PRIu64" seconds.", in fs_dev_stats_save()
370 WARN("Failed to unregister RMV callback for sub_device" in failsafe_eth_dev_unregister_callbacks()
380 WARN("Failed to unregister LSC callback for sub_device" in failsafe_eth_dev_unregister_callbacks()
642 WARN("Trying to probe malformed device %s.\n", in failsafe_eth_new_event_callback()
H A Dfailsafe_flow.c213 WARN("No active sub_device to query about its flow"); in fs_flow_query()
232 WARN("flow isolation mode of sub_device %d in incoherent state.", in fs_flow_isolate()
H A Dfailsafe_private.h368 #define WARN(...) LOG_(WARNING, __VA_ARGS__) macro
H A Dfailsafe_ops.c75 WARN("Failed to register RMV callback for sub_device %d", in fs_dev_configure()
87 WARN("Failed to register LSC callback for sub_device %d", in fs_dev_configure()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_mr.c83 WARN("failed to expand MR B-tree (%p) table", (void *)bt); in mr_btree_expand()
639 WARN("port %u unable to find virtually contiguous" in mlx4_mr_create_primary()
668 WARN("port %u unable to allocate memory for a new MR of" in mlx4_mr_create_primary()
684 WARN("port %u unable to initialize bitmap for a new MR of" in mlx4_mr_create_primary()
702 WARN("port %u unable to find virtually contiguous" in mlx4_mr_create_primary()
783 WARN("port %u fail to create a verbs MR for address (%p)", in mlx4_mr_create_primary()
1237 WARN("port %u unable to allocate memory for a new MR of" in mlx4_mr_update_ext_mp_cb()
1248 WARN("port %u fail to create a verbs MR for address (%p)", in mlx4_mr_update_ext_mp_cb()
1322 WARN("port %u using address (%p) from unregistered mempool" in mlx4_tx_update_ext_mp()
H A Dmlx4.c525 WARN("%s: \"%s\" is not a valid integer", key, val); in mlx4_arg_parse()
546 WARN("%s: unknown parameter", key); in mlx4_arg_parse()
624 WARN("no RSS capabilities reported; disabling support for UDP" in mlx4_hw_rss_sup()
675 WARN("disabling unusable inner RSS capability due to kernel" in mlx4_hw_rss_sup()
1065 WARN("Verbs external allocator is not supported"); in mlx4_pci_probe()
1259 WARN("cannot load glue library: %s", dlmsg); in mlx4_glue_init()
1275 WARN("cannot initialize PMD due to missing run-time" in mlx4_glue_init()
H A Dmlx4_utils.h78 #define WARN(...) PMD_DRV_LOG(WARNING, __VA_ARGS__) macro
H A Dmlx4_ethdev.c810 WARN("ioctl(SIOCGIFFLAGS) failed: %s", strerror(rte_errno)); in mlx4_link_update()
818 WARN("ioctl(SIOCETHTOOL, ETHTOOL_GSET) failed: %s", in mlx4_link_update()
859 WARN("ioctl(SIOCETHTOOL, ETHTOOL_GPAUSEPARAM)" in mlx4_flow_ctrl_get()
914 WARN("ioctl(SIOCETHTOOL, ETHTOOL_SPAUSEPARAM)" in mlx4_flow_ctrl_set()
H A Dmlx4_intr.c341 WARN("unable to disable interrupt on rx queue %d", in mlx4_rx_intr_disable()
370 WARN("unable to arm interrupt on rx queue %d", idx); in mlx4_rx_intr_enable()
H A Dmlx4_txq.c339 WARN("%p: increased number of descriptors in Tx queue %u" in mlx4_tx_queue_setup()
466 WARN("%p: failed to obtain UAR mmap offset", (void *)dev); in mlx4_tx_queue_setup()
H A Dmlx4_rxq.c782 WARN("%p: increased number of descriptors in Rx queue %u" in mlx4_rx_queue_setup()
792 WARN("%p: CRC stripping has been disabled but will still" in mlx4_rx_queue_setup()
859 WARN("%p: the requested maximum Rx packet size (%u) is" in mlx4_rx_queue_setup()
/f-stack/app/redis-5.0.5/src/
H A DMakefile38 WARN=-Wall -W -Wno-missing-field-initializers macro
84 FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS)
209 echo WARN=$(WARN) >> .make-settings
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c226 WARN(1, "unsupported message\n"); in vchi_bulk_queue_receive()
286 WARN(1, "unsupported message\n"); in vchi_bulk_queue_transmit()
591 WARN(1, "not supported\n"); in shim_callback()
H A Dvchiq_core.c687 WARN(1, "invalid message use count\n"); in process_free_queue()
728 WARN(1, "bad slot use count\n"); in process_free_queue()
742 WARN(1, "invalid slot position\n"); in process_free_queue()
1744 WARN(1, "oversized for slot\n"); in parse_rx_slots()
2015 WARN(1, "invalid message\n"); in parse_rx_slots()
2792 WARN(1, "invalid slot position\n"); in release_service_messages()
2846 WARN(1, "close_service_complete in unexpected state\n"); in close_service_complete()
H A Dvchiq_arm.c868 WARN(1, "invalid message " in vchiq_ioctl()
1037 WARN(1, "invalid size\n"); in vchiq_ioctl()
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunidef.h51 UNI_DEBUG_DEFINE(WARN) \
/f-stack/freebsd/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h265 #define WARN(condition, msg) \ macro