Home
last modified time | relevance | path

Searched refs:rm_args (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_warn_degraded.ksh123 typeset -n rm_args=$3
130 log_must zpool offline -f $TESTPOOL1 ${rm_args[0]}
131 log_must zpool replace -w $TESTPOOL1 ${rm_args[0]} ${rm_args[1]}
134 log_must zpool labelclear -f ${rm_args[0]}
146 typeset -n rm_args=$3
153 log_must zpool offline -f $TESTPOOL1 ${rm_args[0]}
154 log_must zpool replace -w $TESTPOOL1 ${rm_args[0]} ${rm_args[1]}
158 log_must zpool labelclear -f ${rm_args[0]}
H A Dzpool_add_warn_removal.ksh95 typeset -n rm_args=$3
102 log_must zpool add $TESTPOOL1 ${rm_args[0]} ${rm_args[1]}
104 log_must zpool remove $TESTPOOL1 ${rm_args[1]}
105 log_mustnot zpool add $TESTPOOL1 ${rm_args[1]}
106 log_must zpool add $TESTPOOL1 ${rm_args[0]} ${rm_args[1]}
/freebsd/sys/sys/
H A Drmlock.h101 struct rm_args { struct
108 static struct rm_args name##_args = { \ argument
/freebsd/sys/kern/
H A Dkern_rmlock.c342 const struct rm_args *args; in rm_sysinit()