| /f-stack/dpdk/doc/guides/tools/ |
| H A D | proc_info.rst | 21 --stats-reset | --xstats-reset] [ --show-port | --show-tm | --show-crypto | 22 --show-ring[=name] | --show-mempool[=name] | --iter-mempool=name ] 46 **--show-port** 50 **--show-tm** 51 The show-tm parameter displays per port traffic manager settings, current 54 **--show-crypto** 55 The show-crypto parameter displays available cryptodev configurations, 58 **--show-ring[=name]** 59 The show-ring parameter display current allocation of all ring with 63 **--show-mempool[=name]** [all …]
|
| /f-stack/freebsd/contrib/device-tree/scripts/ |
| H A D | cronjob | 28 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION} ; then 31 if ! git show-ref --quiet --verify refs/tags/v${LATEST_VERSION}-dts ; then 38 REF=$(git show-ref --verify refs/heads/${branch}) 89 REF=$(git show-ref --verify refs/heads/${TESTBRANCH}) 119 REF=$(git show-ref --verify refs/heads/${branch})
|
| H A D | filter.sh | 14 LAST=$(git show-ref -s refs/heads/$UPSTREAM_MASTER||true)
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | lm_bond_virtio_sriov.rst | 95 testpmd> show port info all 149 testpmd> show config fwd 158 testpmd> show port stats all 174 testpmd> show port stats all 217 testpmd> show port info all 347 testpmd> show config fwd 366 testpmd> show config fwd 453 brctl show virbr0 457 brctl show virbr0 556 brctl show virbr0 [all …]
|
| H A D | lm_virtio_vhost_user.rst | 15 The following sections show an example of how to do this migration. 120 testpmd> show port info all 123 testpmd> show port stats all 246 testpmd> show port info all 247 testpmd> show port stats all
|
| /f-stack/app/redis-5.0.5/deps/lua/test/ |
| H A D | sort.lua | 40 function show(m,x) function 54 show("original",x) 56 show("after quicksort",x) 58 show("after reverse selection sort",x) 60 show("after quicksort again",x)
|
| /f-stack/dpdk/examples/ipsec-secgw/test/ |
| H A D | common_defs.sh | 19 REMOTE_MAC=`ssh ${REMOTE_HOST} ip addr show dev ${REMOTE_IFACE}` 170 ip neigh show dev ${LOCAL_IFACE} 181 ip neigh show dev ${LOCAL_IFACE} 195 ssh ${REMOTE_HOST} ip neigh show dev ${REMOTE_IFACE} 210 ssh ${REMOTE_HOST} ip neigh show dev ${REMOTE_IFACE}
|
| /f-stack/tools/libxo/xohtml/external/ |
| H A D | jquery.qtip.js | 227 if(!self.hiddenDuringWait && (options.show.ready || show)) { 371 opts.show = opts.show.jquery ? { target: opts.show } : 372 opts.show === TRUE ? { ready: TRUE } : { event: opts.show }; 1247 this.timers.show = setTimeout(callback, this.options.show.delay); 1357 options.show.target && !target.closest(options.show.target[0]).length) { 1589 if(config.show.target === FALSE) { config.show.target = newTarget; } 1712 targets = { show: options.show.target, hide: options.hide.target }; property 1757 api.timers.show = setTimeout(render, options.show.delay); 1766 targets.show.bind(events.show, hoverIntent); 1888 show: { property [all …]
|
| /f-stack/app/redis-5.0.5/utils/hashtable/ |
| H A D | rehashing.c | 48 void show(dict *d) { in show() function 108 show(d); in main() 115 show(d); in main()
|
| H A D | README | 6 Visually show buckets in the two hash tables between rehashings. Also stress
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-procfs-list.c | 162 .show = procfs_list_seq_show, 226 int (*show)(struct seq_file *f, void *p), in procfs_list_install() 242 procfs_list->pl_show = show; in procfs_list_install()
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 157 show port 255 show (rxq|txq) 270 show config 364 show fwd 439 show vf stats 524 show device info 628 show fec mode 1218 csum show 1236 tso show 1250 tunnel tso show [all …]
|
| /f-stack/dpdk/devtools/ |
| H A D | check-includes.sh | 43 -v show command lines being executed 44 -s show summary
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_procfs_list.c | 106 int (*show)(struct seq_file *f, void *p), in procfs_list_install() 117 procfs_list->pl_show = show; in procfs_list_install()
|
| /f-stack/dpdk/buildtools/ |
| H A D | binutils-avx512-check.sh | 13 objdump -d --no-show-raw-insn $OBJFILE | grep -q $GATHER_PARAMS || {
|
| /f-stack/app/redis-5.0.5/tests/assets/ |
| H A D | default.conf | 3 always-show-logo yes
|
| /f-stack/tools/route/ |
| H A D | keywords | 50 show
|
| /f-stack/tools/ngctl/ |
| H A D | Makefile | 9 SRCS= main.c mkpeer.c config.c connect.c dot.c name.c show.c list.c \
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | procfs_list.h | 61 int (*show)(struct seq_file *f, void *p),
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | procfs_list.h | 64 int (*show)(struct seq_file *f, void *p),
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | mkreleasehdr.sh | 2 GIT_SHA1=`(git show-ref --head --hash=8 2> /dev/null || echo 00000000) | head -n1`
|
| /f-stack/tools/libxo/xohtml/ |
| H A D | xohtml.js | 35 xpath.show();
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | cmd_line.rst | 35 * show obj_name: Show the IP associated with the specified object. 136 …ng_t cmd_obj_action = TOKEN_STRING_INITIALIZER(struct cmd_obj_del_show_result, action, "show#del"); 153 * The first token is a string token that can be show or del.
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | bnxt.rst | 179 testpmd> show port info (port_id) 242 testpmd> show port (port_id) macs 253 testpmd> show port (port_id) mcast_macs 282 testpmd> show port info (port_id) 294 testpmd> show port info (port_id) 394 testpmd> show port (port_id) rss-hash key 423 testpmd> tso show (port_id) 436 testpmd> tunnel_tso show (port_id) 575 testpmd> show port stats (port_id) 602 testpmd> show port xstats (port_id) [all …]
|
| /f-stack/tools/ |
| H A D | README.md | 94 ./sbin/route -p 0 show 172.16.10.0 95 ./sbin/route -p 0 -6 show ::/0 195 [pipe|queue] {zero|delete|show} [N{,N}] 199 set [disable N... enable N...] | move [rule] X to Y | swap X Y | show 200 set N {show|list|zero|resetlog|delete} [N{,N}] | flush
|