Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dvmm_snapshot.h112 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument
114 (RES) = vm_snapshot_buf((DATA), (LEN), (META)); \
115 if ((RES) != 0) { \
121 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \ argument
122 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL)
134 if ((RES) != 0) { \
135 if ((RES) == EFAULT) \
143 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument
145 (RES) = vm_snapshot_buf_cmp((DATA), (LEN), (META)); \
146 if ((RES) != 0) { \
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/bootfs/
H A Dbootfs_003_pos.ksh77 RES=$(zpool get bootfs $POOL | tail -1 | awk '{print $3}' )
78 if [ $RES != "$POOL/$TESTFS" ]
80 log_fail "Expected $RES == $POOL/$TESTFS"
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/acl/
H A Dacl.cfg56 export RES_DIR=$TESTDIR/RES