Home
last modified time | relevance | path

Searched refs:KEEP (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/test/zfs-tests/cmd/scripts/
H A Dzfstest.ksh117 if [[ -z $KEEP ]]; then
118 KEEP="$(find_rpool)"
120 KEEP+=" $(find_rpool)"
123 export __ZFS_POOL_EXCLUDE="$KEEP"
124 export KEEP="^$(echo $KEEP | sed 's/ /$|^/g')\$"
/titanic_50/usr/src/lib/libpp/common/
H A Dppfsm.c228 { DOT2, { '.' }, KEEP(T_VARIADIC), },
327 { COM1, { '=' }, KEEP(T_DIVEQ), },
490 { PCT1, { '=' }, KEEP(T_MODEQ), },
493 { AND1, { '=' }, KEEP(T_ANDEQ), },
494 { AND1, { '&' }, KEEP(T_ANDAND), },
497 { STAR1, { '=' }, KEEP(T_MPYEQ), },
501 { PLUS1, { '=' }, KEEP(T_ADDEQ), },
502 { PLUS1, { '+' }, KEEP(T_ADDADD), },
505 { MINUS1, { '=' }, KEEP(T_SUBEQ), },
506 { MINUS1, { '-' }, KEEP(T_SUBSUB), },
[all …]
H A Dppfsm.h45 #define KEEP(tok) CODE(tok,S_TOK) macro
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_009_neg.ksh55 if [[ -n $KEEP ]]; then
56 exclude=`eval $ECHO \"'(${KEEP})'\"`
/titanic_50/usr/src/cmd/backup/restore/
H A Drestore.c314 ip->e_flags |= KEEP;
354 ep->e_flags |= NEW|KEEP;
371 if (type == LEAF && (ip->e_flags & KEEP) == 0) {
377 if ((ip->e_flags & KEEP) == 0) {
381 ip->e_flags |= KEEP;
412 np->e_flags |= KEEP;
431 if (ip->e_flags & KEEP) {
451 ip->e_flags |= NEW|KEEP;
914 ep->e_flags &= ~KEEP; in checkrestore()
H A Drestore.h116 #define KEEP 0x0004 /* entry is not to change */ macro
H A Dutilities.c53 ep->e_flags |= NEW|KEEP; in pathcheck()
426 if (ep->e_flags & KEEP) in flagvalues()
/titanic_50/usr/src/cmd/listen/
H A Dnsaddr.h40 #define KEEP 8 /* keep protocol field */ macro
/titanic_50/usr/src/test/zfs-tests/tests/functional/pool_names/
H A Dpool_names_002_neg.ksh66 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
/titanic_50/usr/src/cmd/fwflash/plugins/
H A DMakefile.targ68 .KEEP STATE:
/titanic_50/usr/src/cmd/fwflash/plugins/transport/
H A DMakefile.targ74 .KEEP STATE:
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_all_001_pos.ksh200 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
/titanic_50/usr/src/test/zfs-tests/doc/
H A DREADME55 the $KEEP variable. The root pool is added automatically.
/titanic_50/usr/src/lib/libast/common/misc/
H A Doptget.c38 #define KEEP "*[A-Za-z][A-Za-z]*" macro
2498 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT)) in opthelp()
2525 if (D(y) || !strmatch(y, KEEP) || strmatch(y, OMIT)) in opthelp()
/titanic_50/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib398 exclude=`eval $ECHO \"'(${KEEP})'\"`