/titanic_50/usr/src/test/zfs-tests/cmd/scripts/ |
H A D | zfstest.ksh | 117 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 D | ppfsm.c | 228 { 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 D | ppfsm.h | 45 #define KEEP(tok) CODE(tok,S_TOK) macro
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_009_neg.ksh | 55 if [[ -n $KEEP ]]; then 56 exclude=`eval $ECHO \"'(${KEEP})'\"`
|
/titanic_50/usr/src/cmd/backup/restore/ |
H A D | restore.c | 314 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 D | restore.h | 116 #define KEEP 0x0004 /* entry is not to change */ macro
|
H A D | utilities.c | 53 ep->e_flags |= NEW|KEEP; in pathcheck() 426 if (ep->e_flags & KEEP) in flagvalues()
|
/titanic_50/usr/src/cmd/listen/ |
H A D | nsaddr.h | 40 #define KEEP 8 /* keep protocol field */ macro
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/pool_names/ |
H A D | pool_names_002_neg.ksh | 66 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
|
/titanic_50/usr/src/cmd/fwflash/plugins/ |
H A D | Makefile.targ | 68 .KEEP STATE:
|
/titanic_50/usr/src/cmd/fwflash/plugins/transport/ |
H A D | Makefile.targ | 74 .KEEP STATE:
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_all_001_pos.ksh | 200 typeset exclude=`eval $ECHO \"'(${KEEP})'\"`
|
/titanic_50/usr/src/test/zfs-tests/doc/ |
H A D | README | 55 the $KEEP variable. The root pool is added automatically.
|
/titanic_50/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 38 #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 D | libtest.shlib | 398 exclude=`eval $ECHO \"'(${KEEP})'\"`
|