Home
last modified time | relevance | path

Searched refs:s_clone (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh439 unset s_clone
443 s_clone=${clones[$j]}
448 if [[ -z "$s_clone" ]]; then
459 /sbin/zfs list -H -t snapshot -s creation -o name -r $s_clone |
460 grep "^$s_clone@" | while read name; do
682 zfs_promote "$s_clone"
/illumos-gate/usr/src/lib/libmail/inc/
H A Ds_string.h52 #define s_clone(s) s_copy((s)->ptr) macro
/illumos-gate/usr/src/lib/libmail/common/
H A Ds_string.c298 string *to = s_clone(from); in s_tok()