Searched refs:RESTORE (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_send/ |
H A D | zfs_send-b.ksh | 37 for ds in "$SENDFS" "$BACKUP" "$RESTORE"; do 47 RESTORE="$TESTPOOL/restore" 88 log_must eval "zfs send -b$opt $BACKUP@s1 | zfs recv $RESTORE" 91 log_must eval "check_prop_source $RESTORE compression gzip received" 92 log_must eval "check_prop_source $RESTORE org.zfsonlinux:prop val received" 93 log_must eval "check_prop_source $RESTORE@s1 org.zfsonlinux:snapprop val received" 94 log_must eval "check_prop_source $RESTORE exec on default" 95 log_must eval "check_prop_missing $RESTORE org.zfsonlinux:newprop" 96 log_must eval "check_prop_missing $RESTORE@s1 org.zfsonlinux:newsnapprop" 100 log_must zfs destroy -r $RESTORE
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | check_locking.c | 37 RESTORE, enumerator 192 {"_raw_read_unlock_irqrestore", RESTORE, irq, 1, ret_any}, 201 {"_raw_write_unlock_irqrestore", RESTORE, irq, 1, ret_any}, 203 {"__raw_write_unlock_irqrestore", RESTORE, irq, 1, ret_any}, 314 {"arch_local_irq_restore", RESTORE, irq, 0, ret_any}, 316 {"raw_local_irq_restore", RESTORE, irq, 0, ret_any}, 319 {"spin_unlock_irqrestore", RESTORE, irq, 1, ret_any}, 323 {"_spin_unlock_irqrestore", RESTORE, irq, 1, ret_any}, 326 {"__spin_unlock_irqrestore", RESTORE, irq, 1, ret_any}, 329 {"_raw_spin_unlock_irqrestore", RESTORE, irq, 1, ret_any}, [all …]
|
/illumos-gate/usr/src/contrib/zlib/ |
H A D | infback.c | 134 #define RESTORE() \ macro 475 RESTORE(); in inflateBack()
|
H A D | inflate.c | 470 #define RESTORE() \ macro 834 RESTORE(); in inflate() 1044 RESTORE(); in inflate() 1259 RESTORE(); in inflate()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 49 #define RESTORE (COLLECTING|CONDITIONAL|DEFINITION|DIRECTIVE|DISABLE|EOF2NL|HEADER|NOSPACE|NOVERTI… macro 311 restore = (pp.state & RESTORE)|NEWLINE; in ppcontrol() 314 pp.state &= ~(NEWLINE|RESTORE|SKIPCONTROL); in ppcontrol() 2233 pp.state &= ~RESTORE; in ppcontrol()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 2633 #define RESTORE() \ macro 2987 RESTORE(); 3171 RESTORE(); 3353 RESTORE();
|