Searched refs:cmp_data (Results 1 – 8 of 8) sorted by relevance
85 if ! cmp_data $DATA $mtpt/$TESTFILE0 ; then95 if ! cmp_data $VOLDATA $DATA ; then
85 if ! cmp_data $DATA $data; then
76 if ! cmp_data $VOLDATA $DATA ; then
119 function cmp_data #<$1 src data, $2 tgt data> function
199 cmp_data(raidz_test_opts_t *opts, raidz_map_t *rm) in cmp_data() function296 err |= cmp_data(opts, rm_test); in init_raidz_golden_map()432 if (cmp_data(opts, rm) != 0) { in run_rec_check_impl()462 if (cmp_data(opts, rm) != 0) { in run_rec_check_impl()498 if (cmp_data(opts, rm) != 0) { in run_rec_check_impl()
291 struct regpair cmp_data /* Data to compare in case of ATOMIC_CMP_AND_SWAP */; member339 struct regpair cmp_data /* Data to compare in case of ATOMIC_CMP_AND_SWAP */; member
318 pa = vtophys(&softc->cmp_data); in amdvi_cmd_cmp()449 read = &softc->cmp_data; in amdvi_cmp_wait()456 status = (VERIFY == softc->cmp_data) ? true : false; in amdvi_cmp_wait()
384 uint64_t cmp_data; /* Command completion write back. */ member