Searched refs:backfile (Results 1 – 3 of 3) sorted by relevance
| /src/tests/sys/cddl/zfs/tests/rsend/ |
| H A D | rsend_012_pos.ksh | 70 typeset backfile=$TESTDIR/edited_prop_$ds 79 $backfile 82 "$item $ds > $backfile" 87 if [[ ! -f $backfile ]] ; then 97 done < $backfile
|
| /src/lib/geom/eli/ |
| H A D | geom_eli.c | 728 char backfile[MAXPATHLEN]; in eli_init() local 960 strlcpy(backfile, str, sizeof(backfile)); in eli_init() 966 if (nargs > 1 && strcmp(backfile, "none") != 0) { in eli_init() 971 str = strnstr(backfile, "PROV", in eli_init() 972 sizeof(backfile)); in eli_init() 975 j = str - backfile; in eli_init() 976 strlcpy(suffix, &backfile[j+4], in eli_init() 978 backfile[j] = '\0'; in eli_init() 979 strlcat(backfile, p, sizeof(backfile)); in eli_init() 980 strlcat(backfile, suffix, in eli_init() [all …]
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_012_pos.ksh | 50 typeset backfile=$TESTDIR/edited_prop_$ds 58 log_must eval "zfs get -Ho property,value ${props%,} $ds >> $backfile" 61 if [[ ! -f $backfile ]] ; then 65 log_must zfs set $(tr '\t' '=' < $backfile) "$ds"
|