Home
last modified time | relevance | path

Searched refs:printed (Results 1 – 25 of 34) sorted by relevance

12

/f-stack/dpdk/examples/vm_power_manager/
H A Doob_monitor_x86.c266 int printed; in run_branch_monitor() local
278 printed = 0; in run_branch_monitor()
286 printed = 1; in run_branch_monitor()
294 if (printed) in run_branch_monitor()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.c950 int printed; member
1151 if (stp->printed == -1)
1152 printf("!!! %d\n", stp->printed);
1154 stp->printed = 1;
1172 printf("%s P%d\n", addrname(&stp->dst), stp->printed);
1387 if (stp->printed != -1)
1388 stp->printed = -2;
1398 stp->printed = -1;
1445 if (s1->printed == -1) in checktree()
/f-stack/dpdk/doc/guides/tools/
H A Dproc_info.rst30 port mask is specified stats are printed for all DPDK ports.
34 port mask is specified xstats are printed for all DPDK ports.
/f-stack/dpdk/devtools/
H A Dgit-log-fixes.sh17 The oldest bug origin is printed as well as partially fixed versions.
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/
H A Dzpool_script.shlib17 # Default number of columns that get printed without -c
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Deventdev_pipeline.rst72 worker statistics are printed, along with a full dump of the PMD statistics if
105 At runtime, the statistics of the consumer are printed, stating the number of
H A Drxtx_callbacks.rst199 transmitted the average cycle count per packet is printed out and the counters
/f-stack/tools/libxo/doc/
H A Dxopo.rst20 the command, and the simplified version of that message is printed on
H A Doptions.rst56 pretty Emit pretty-printed output
108 P Enable pretty-printed output (XOF_PRETTY)
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-bootmem.c1036 int printed = 0; in cvmx_bootmem_phy_named_block_print() local
1058 printed++; in cvmx_bootmem_phy_named_block_print()
1064 if (!printed) in cvmx_bootmem_phy_named_block_print()
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-kmem.m44 dnl # Then at module unload time a report to the console will be printed
/f-stack/freebsd/contrib/dev/nvidia/
H A DLICENCE.nvidia8 printed materials ("SOFTWARE"). By downloading, installing, copying,
85 the accompanying printed materials, and any copies of the SOFTWARE,
/f-stack/freebsd/contrib/openzfs/tests/
H A DREADME.md116 While the ZFS Test Suite is running, one informational line is printed at the
117 end of each test, and a results summary is printed at the end of the run. The
/f-stack/dpdk/doc/guides/windows_gsg/
H A Drun_apps.rst69 If DPDK is unable to communicate with the driver, a warning is printed
/f-stack/freebsd/contrib/device-tree/Bindings/serial/
H A Dserial.yaml19 where N is the port number (non-negative decimal integer) as printed on the
/f-stack/dpdk/doc/guides/nics/
H A Dkni.rst86 If KNI kernel module (rte_kni.ko) not inserted, following error log printed::
/f-stack/app/redis-5.0.5/deps/hiredis/
H A DCHANGELOG.md78 * Properly escape data printed to PKGCONF file (Dan Skorupski)
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown66 it will be printed to the left of the cursor. The library returns a buffer
207 non-bold text is printed.
/f-stack/dpdk/doc/guides/freebsd_gsg/
H A Dinstall_from_ports.rst28 After the installation of the DPDK package, instructions will be printed on
/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c1485 int field, i, j, printed; in print_id_fields() local
1487 #define SEP_STR ((printed++) == 0) ? "" : "," in print_id_fields()
1488 printed = 0; in print_id_fields()
/f-stack/freebsd/contrib/xz-embedded/linux/Documentation/
H A Dxz.txt34 Keep an eye on dmesg to see diagnostics printed by xz_dec_test.
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c662 boolean_t printed = B_FALSE; in print_vdev_tree() local
693 printed = B_TRUE; in print_vdev_tree()
2540 boolean_t printed = B_FALSE; in print_class_vdevs() local
2570 if (!printed) { in print_class_vdevs()
2572 printed = B_TRUE; in print_class_vdevs()
4659 boolean_t printed = B_FALSE; in print_vdev_stats() local
4681 if (!printed) { in print_vdev_stats()
4688 printed = B_TRUE; in print_vdev_stats()
6012 boolean_t printed = B_FALSE; in print_list_stats() local
6032 if (!printed) { in print_list_stats()
[all …]
/f-stack/tools/ipfw/
H A Dipfw2.c1403 uint8_t *printed; member
1417 state->printed = calloc(rule->cmd_len, sizeof(uint8_t)); in init_show_state()
1418 if (state->printed == NULL) in init_show_state()
1432 free(state->printed); in free_show_state()
1439 return (state->printed[cmd - state->rule->cmd]); in is_printed_opcode()
1446 state->printed[cmd - state->rule->cmd] = 1; in mark_printed()
/f-stack/freebsd/kern/
H A Dsubr_bus.c3623 int printed, retval; in resource_list_print_type() local
3625 printed = 0; in resource_list_print_type()
3630 if (printed == 0) in resource_list_print_type()
3634 printed++; in resource_list_print_type()
/f-stack/dpdk/doc/guides/faq/
H A Dfaq.rst61 On application startup, there is a lot of EAL information printed. Is there any way to reduce this?

12