Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add_010_pos.ksh154 typeset -n rm_args=$3
161 log_must zpool add $TESTPOOL1 ${rm_args[0]} ${rm_args[1]}
163 log_must zpool remove $TESTPOOL1 ${rm_args[1]}
164 log_mustnot zpool add $TESTPOOL1 ${rm_args[1]}
165 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 struct rm_args *args; in rm_sysinit()