Home
last modified time | relevance | path

Searched refs:tgt (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl_common.kshlib90 typeset tgt=$2
93 [[ $src == $tgt ]] && return 0
96 typeset tmptgt=$TEST_BASE_DIR/compare_acls.tgt.$$
99 get_acl $tgt > $tmptgt
110 get_compact_acl $tgt > $tmptgt
128 typeset tgt=$2
133 [[ $src == $tgt ]] && return 0
136 for obj in $src $tgt
158 typeset tgt=$2
161 [[ $src == $tgt ]] && return 0
[all …]
/f-stack/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cpp_pcie_ops.c134 uint64_t *bar_base, int tgt, int act, int tok, in nfp_compute_bar() argument
141 if (tgt >= 16) in nfp_compute_bar()
171 newcfg |= NFP_PCIE_BAR_PCIE2CPP_TARGET_BASEADDRESS(tgt); in nfp_compute_bar()
189 printf("\t%d:%d:%d:0x%#llx-0x%#llx>\n", tgt, act, tok, in nfp_compute_bar()
203 newcfg |= NFP_PCIE_BAR_PCIE2CPP_TARGET_BASEADDRESS(tgt); in nfp_compute_bar()
211 printf("\ttarget=%d, token=%d\n", tgt, tok); in nfp_compute_bar()
224 bar->index, tgt, tok, (unsigned long long)offset, in nfp_compute_bar()
232 printf("BAR%d: Too small for %d:%d:%d\n", bar->index, tgt, tok, in nfp_compute_bar()
274 nfp_reconfigure_bar(struct nfp_pcie_user *nfp, struct nfp_bar *bar, int tgt, in nfp_reconfigure_bar() argument
281 err = nfp_compute_bar(bar, &newcfg, &newbase, tgt, act, tok, offset, in nfp_reconfigure_bar()
H A Dnfp_cppcore.c574 size_t tgt; in nfp_cpp_alloc() local
576 for (tgt = 0; tgt < ARRAY_SIZE(cpp->imb_cat_table); tgt++) { in nfp_cpp_alloc()
578 xpbaddr = 0x000a0000 + (tgt * 4); in nfp_cpp_alloc()
580 (uint32_t *)&cpp->imb_cat_table[tgt]); in nfp_cpp_alloc()
/f-stack/freebsd/contrib/openzfs/cmd/zinject/
H A Dtranslate.c336 nvlist_t *tgt; in translate_device() local
348 tgt = zpool_find_vdev(zhp, device, &isspare, &iscache, NULL); in translate_device()
350 if (tgt == NULL) { in translate_device()
357 verify(nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_GUID, in translate_device()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename.kshlib123 typeset tgt=$2
125 cmp $src $tgt >/dev/null 2>&1
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2114 if ((tgt == NULL) || cache || spare) { in zpool_translate_vdev_guids()
2905 nvlist_t *tgt; in zpool_vdev_path_to_guid_impl() local
2940 nvlist_t *tgt; in zpool_vdev_online() local
3025 nvlist_t *tgt; in zpool_vdev_offline() local
3144 children == 2 && child[which] == tgt) in is_replacing_spare()
3166 nvlist_t *tgt; in zpool_vdev_attach() local
3225 is_replacing_spare(config_root, tgt, 1)) { in zpool_vdev_attach()
3337 nvlist_t *tgt; in zpool_vdev_detach() local
3678 nvlist_t *tgt; in zpool_vdev_remove() local
3770 nvlist_t *tgt; in zpool_vdev_indirect_size() local
[all …]
/f-stack/freebsd/contrib/openzfs/cmd/raidz_test/
H A Draidz_bench.c150 static const int tgt[7][3] = { in run_rec_bench_impl() local
196 vdev_raidz_reconstruct(rm_bench, tgt[fn], nbad); in run_rec_bench_impl()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev_trim.h39 extern void vdev_trim_stop(vdev_t *vd, vdev_trim_state_t tgt, list_t *vd_list);
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c727 nvlist_t *tgt; in zfsdle_vdev_online() local
733 if ((tgt = zpool_find_vdev_by_physpath(zhp, devname, in zfsdle_vdev_online()
738 error = nvlist_lookup_string(tgt, ZPOOL_CONFIG_PATH, &path); in zfsdle_vdev_online()
744 error = nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_WHOLE_DISK, in zfsdle_vdev_online()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c1520 pool_match(nvlist_t *cfg, char *tgt) in pool_match() argument
1522 uint64_t v, guid = strtoull(tgt, NULL, 0); in pool_match()
1530 return (strcmp(s, tgt) == 0); in pool_match()
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py3885 tgt = ZFSTest.pool.makeName(b"target")
3888 lzc.lzc_rename(src, tgt)
3890 self.assertExists(tgt)
3895 tgt = ZFSTest.pool.makeName(b"target")
3898 lzc.lzc_rename(src, tgt)
3903 tgt = ZFSTest.pool.makeName(b"target")
3906 lzc.lzc_create(tgt)
3908 lzc.lzc_rename(src, tgt)
3917 lzc.lzc_rename(src, tgt)
3923 tgt = zvol + b"/target"
[all …]