Home
last modified time | relevance | path

Searched refs:clones (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.list_clones.ksh41 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
53 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
76 for s in zfs.list.clones("$TESTPOOL/$TESTFS@$TESTSNAP") do
91 zfs.list.clones("$TESTPOOL/not-a-fs@$TESTSNAP")
96 zfs.list.clones("$TESTPOOL/$TESTFS@not-a-snap")
102 zfs.list.clones("rpool")
107 zfs.list.clones("not-a-pool/$TESTFS@$TESTSNAP")
112 zfs.list.clones("$TESTPOOL/$TESTFS")
H A Dtst.get_string_props.zcp25 props['clones'] = {{nil, nil}, {{clone}, nil}, {nil, nil}}
49 if ((prop == 'clones') or (prop == 'redact_snaps')) then
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_010_pos.ksh86 actual_clone=$(zfs list -t all -o clones $snapshot | tail -1)
89 typeset -a clones=()
91 clones=( "${clones[@]}" "$token" )
104 (for match in ${clones[@]};do
111 (for match in ${clones[@]};do
119 (for match in ${clones[@]};do
128 (for match in ${clones[@]};do
203 names=$(zfs list -rt all -o name,clones $TESTPOOL)
223 clone_list=$(zfs list -o clones $fs@snap)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzcp_get.c244 nvlist_t *clones = fnvlist_alloc(); in get_special_prop() local
245 error = get_clones_stat_impl(ds, clones); in get_special_prop()
248 VERIFY0(zcp_nvlist_to_lua(state, clones, NULL, 0ULL)); in get_special_prop()
252 nvlist_free(clones); in get_special_prop()
H A Dspa_errlog.c75 typedef struct clones { struct
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dcontrol.modules.in23 performance and data integrity. Snapshots, clones, checksums, deduplication,
/freebsd/usr.sbin/makefs/zfs/
H A Ddsl.c216 dnode_phys_t *clones; in dsl_origindir_init() local
223 clones = objset_dnode_alloc(zfs->mos, DMU_OT_DSL_CLONES, &clonesid); in dsl_origindir_init()
224 zfs->cloneszap = zap_alloc(zfs->mos, clones); in dsl_origindir_init()
/freebsd/sys/net/
H A Dif_tuntap.c274 struct clonedevs *clones; member
530 i = clone_create(&drv->clones, &drv->cdevsw, &unit, &dev, 0); in tun_clone_create()
589 i = clone_create(&drv->clones, &drv->cdevsw, &u, dev, 0); in tunclone()
703 clone_cleanup(&drv->clones); in tun_uninit()
738 clone_setup(&drv->clones); in tuntapmodevent()
/freebsd/sys/geom/
H A Dnotes22 children. It clones the bio, and requests I/O on the child.
/freebsd/contrib/ncurses/
H A DREADME87 libraries implement clones of the SVr4 panel, menu and forms APIs. The source
H A Daclocal.m41021 # It's possible (for near-UNIX clones) that the data doesn't exist
1053 # It's possible (for near-UNIX clones) that the data doesn't exist
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp802 KEYWORD(clones); in LexIdentifier()
/freebsd/sys/x86/conf/
H A DNOTES116 # original i8259A, but it works for some clones and some integrated
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticGroups.td1413 // target-clones multiversioning.
1414 def TargetClonesMixedSpecifiers : DiagGroup<"target-clones-mixed-specifiers">;
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4850 # It's possible (for near-UNIX clones) that sys_errlist doesn't exist
/freebsd/sys/contrib/openzfs/contrib/initramfs/scripts/
H A Dzfs350 # clones. Check the 'org.zol:mountpoint' property set in
/freebsd/libexec/rc/
H A Dnetwork.subr1477 debug "Destroyed clones: ${_list# }"
/freebsd/usr.sbin/bsdconfig/share/
H A Ddevice.subr1289 f_network "dc%d" "DEC/Intel 21143 (and clones) PCI Fast Ethernet card"
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1680 "Report all clones, even less suspicious ones.",
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1492 // copyfile() with COPYFILE_CLONE, clonefile() clones targets (not the
/freebsd/contrib/dialog/
H A DCHANGES2274 beginning of the XXX-delimited message text, since clones of dialog
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src633 # vt100 clones. It assumes video attributes for bold, blink,
9087 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
15093 # printer business). Their terminals were all clones of the DEC VT series.
20154 #### IBM PC and clones
20667 #### Console types for obsolete UNIX clones
22137 # a PC differentiated from the IBM clones. It was a total, ludicrous,
/freebsd/share/misc/
H A Dpci_vendors17062 17cf 0037 XG-901 and clones Wireless Adapter
17077 17cf 0014 XG-600 and clones Wireless Adapter
17078 17cf 0020 XG-900 and clones Wireless Adapter
/freebsd/contrib/ntp/
H A DCommitLog145022 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which
145026 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which