Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/sys/sys/
H A Drmlock.h103 struct rm_args { struct
110 static struct rm_args name##_args = { \ argument
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/
H A Drevs-txns.c929 struct remove_node_args rm_args; in delete_txn_tree() local
973 rm_args.id = id; in delete_txn_tree()
974 rm_args.txn_id = txn_id; in delete_txn_tree()
975 return svn_fs_base__retry_txn(fs, txn_body_remove_node, &rm_args, in delete_txn_tree()
/freebsd-13.1/sys/kern/
H A Dkern_rmlock.c344 struct rm_args *args; in rm_sysinit()