| /f-stack/freebsd/contrib/openzfs/tests/runfiles/ |
| H A D | sanity.run | 31 tags = ['functional'] 41 tags = ['functional', 'arc'] 45 tags = ['functional', 'bootfs'] 49 tags = ['functional', 'cache'] 60 tags = ['functional', 'casenorm'] 417 tags = ['functional', 'exec'] 428 tags = ['functional', 'grow'] 437 tags = ['functional', 'hkdf'] 475 tags = ['functional', 'mmap'] 556 tags = ['functional', 'slog'] [all …]
|
| H A D | common.run | 29 tags = ['functional'] 42 tags = ['functional', 'arc'] 46 tags = ['functional', 'atime'] 52 tags = ['functional', 'bootfs'] 56 tags = ['functional', 'btree'] 64 tags = ['functional', 'cache'] 584 tags = ['functional', 'exec'] 599 tags = ['functional', 'grow'] 610 tags = ['functional', 'hkdf'] 619 tags = ['functional', 'io'] [all …]
|
| H A D | linux.run | 23 tags = ['functional'] 35 tags = ['functional', 'atime'] 39 tags = ['functional', 'chattr'] 43 tags = ['functional', 'checksum'] 100 tags = ['functional', 'events'] 111 tags = ['functional', 'fault'] 119 tags = ['functional', 'io'] 123 tags = ['functional', 'mmap'] 130 tags = ['functional', 'mmp'] 134 tags = ['functional', 'mount'] [all …]
|
| H A D | sunos.run | 23 tags = ['functional'] 28 tags = ['functional', 'inuse'] 32 tags = ['functional', 'cli_root', 'zpool_add'] 36 tags = ['functional', 'cli_root', 'zpool_create'] 40 tags = ['functional', 'privilege'] 44 tags = ['functional', 'xattr'] 49 tags = ['functional', 'zvol', 'zvol_misc'] 53 tags = ['functional', 'zvol', 'zvol_swap']
|
| H A D | freebsd.run | 23 tags = ['functional'] 27 tags = ['functional', 'cli_root', 'zfs_jail']
|
| H A D | perf-regression.run | 25 tags = ['perf'] 33 tags = ['perf', 'regression']
|
| /f-stack/freebsd/i386/ |
| H A D | Makefile | 21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done 23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done 25 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done 33 tags:: target 37 >> tags 38 sort -o tags tags 39 chmod 444 tags
|
| /f-stack/freebsd/amd64/ |
| H A D | Makefile | 21 (cd $$i && { rm -f tags; ln -s ../${TAGDIR}/tags tags; }) done 23 (cd $$i && { rm -f tags; ln -s ../../${TAGDIR}/tags tags; }) done 25 (cd $$i && { rm -f tags; ln -s ../tags tags; }) done 34 tags:: target 38 >> tags 39 sort -o tags tags 40 chmod 444 tags
|
| /f-stack/app/redis-5.0.5/tests/support/ |
| H A D | server.tcl | 39 tags {"leaks"} { 134 proc tags {tags code} { procedure 135 set ::tags [concat $::tags $tags] 137 set ::tags [lrange $::tags 0 end-[llength $tags]] 162 set tags {} 172 set tags $value 230 puts -nonewline "=== ($tags) Starting server ${::host}:${::port} " 329 set ::tags [lrange $::tags 0 end-[llength $tags]] 332 set ::tags [lrange $::tags 0 end-[llength $tags]]
|
| /f-stack/app/redis-5.0.5/tests/unit/ |
| H A D | dump.tcl | 1 start_server {tags {"dump"}} { 94 start_server {tags {"repl"}} { 113 start_server {tags {"repl"}} { 133 start_server {tags {"repl"}} { 152 start_server {tags {"repl"}} { 173 start_server {tags {"repl"}} { 199 start_server {tags {"repl"}} { 220 start_server {tags {"repl"}} { 238 start_server {tags {"repl"}} { 259 start_server {tags {"repl"}} { [all …]
|
| H A D | auth.tcl | 1 start_server {tags {"auth"}} { 8 start_server {tags {"auth"} overrides {requirepass foobar}} {
|
| H A D | protocol.tcl | 1 start_server {tags {"protocol"}} { 103 start_server {tags {"regression"}} {
|
| H A D | other.tcl | 1 start_server {tags {"other"}} { 22 tags {slow} { 57 tags {consistency} { 167 tags {protocol} {
|
| /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 70 git fetch --tags "$UPSTREAM_GIT" master
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 93 char *tags = ""; variable 235 SCAN_MEASUREMENT, tags, func, pool_name, state[ps->pss_state]); in print_scan_status() 356 printf("%s%s,name=%s,state=%s,%s ", POOL_MEASUREMENT, tags, in print_summary_stats() 443 POOL_LATENCY_MEASUREMENT, tags, in print_vdev_latency_stats() 448 POOL_LATENCY_MEASUREMENT, tags, pool_name, in print_vdev_latency_stats() 539 POOL_IO_SIZE_MEASUREMENT, tags, 1ULL << bucket, in print_vdev_size_stats() 543 POOL_IO_SIZE_MEASUREMENT, tags, pool_name, in print_vdev_size_stats() 650 printf("%s%s,name=%s,vdev=root ", VDEV_MEASUREMENT, tags, in print_top_level_vdev_stats() 813 tags = calloc(tagslen, 1); in main() 814 if (tags == NULL) { in main() [all …]
|
| /f-stack/app/redis-5.0.5/utils/graphs/commits-over-time/ |
| H A D | genhtml.tcl | 14 lappend tags $tag 19 foreach tag $tags {
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | list-2.tcl | 2 tags {"list"} 10 tags {"slow"} {
|
| /f-stack/app/redis-5.0.5/tests/integration/ |
| H A D | replication.tcl | 8 start_server {tags {"repl"}} { 54 start_server {tags {"repl"}} { 125 start_server {tags {"repl"}} { 187 start_server {tags {"repl"}} { 270 start_server {tags {"repl"}} {
|
| H A D | replication-4.tcl | 10 start_server {tags {"repl"}} { 58 start_server {tags {"repl"}} { 100 start_server {tags {"repl"}} {
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbuf2.c | 352 p = SLIST_FIRST(&m->m_pkthdr.tags); in m_tag_delete_chain() 372 SLIST_FOREACH_SAFE(p, &m->m_pkthdr.tags, m_tag_link, q) in m_tag_delete_nonpersistent() 385 p = SLIST_FIRST(&m->m_pkthdr.tags); in m_tag_locate() 440 SLIST_FOREACH(p, &from->m_pkthdr.tags, m_tag_link) { in m_tag_copy_chain() 447 SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link); in m_tag_copy_chain()
|
| H A D | Make.tags.inc | 2 # @(#)Make.tags.inc 8.1 (Berkeley) 6/11/93 6 # Common files for "make tags", included by the Makefile for each 11 # better solution would be for ctags to generate "struct vmmeter" tags.
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_userhold.c | 181 nvlist_t *tags; in dsl_dataset_user_hold_sync_one_impl() local 188 if (nvlist_lookup_nvlist(tmpholds, name, &tags) != 0) { in dsl_dataset_user_hold_sync_one_impl() 189 tags = fnvlist_alloc(); in dsl_dataset_user_hold_sync_one_impl() 190 fnvlist_add_boolean(tags, htag); in dsl_dataset_user_hold_sync_one_impl() 191 fnvlist_add_nvlist(tmpholds, name, tags); in dsl_dataset_user_hold_sync_one_impl() 192 fnvlist_free(tags); in dsl_dataset_user_hold_sync_one_impl() 194 fnvlist_add_boolean(tags, htag); in dsl_dataset_user_hold_sync_one_impl()
|
| /f-stack/dpdk/devtools/ |
| H A D | check-git-log.sh | 55 tags=$(git log --format='%b' --reverse $range | grep -i -e 'by *:' -e 'fix.*:') 146 bad=$(echo "$tags" | 180 fixtags=$(echo "$tags" | grep '^Fixes: ')
|
| /f-stack/tools/libxo/tests/xo/saved/ |
| H A D | xo_02.JP.err | 2 --close <path> Close tags for the given path 13 --open <path> Open tags for the given path
|
| H A D | xo_02.HIPx.err | 2 --close <path> Close tags for the given path 13 --open <path> Open tags for the given path
|