| H A D | vmm_snapshot.h | 112 #define SNAPSHOT_BUF_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument 114 (RES) = vm_snapshot_buf((DATA), (LEN), (META)); \ 116 vm_snapshot_buf_err(#DATA, (META)->op); \ 121 #define SNAPSHOT_VAR_OR_LEAVE(DATA, META, RES, LABEL) \ argument 122 SNAPSHOT_BUF_OR_LEAVE(&(DATA), sizeof(DATA), (META), (RES), LABEL) 133 (META)); \ 143 #define SNAPSHOT_BUF_CMP_OR_LEAVE(DATA, LEN, META, RES, LABEL) \ argument 145 (RES) = vm_snapshot_buf_cmp((DATA), (LEN), (META)); \ 147 vm_snapshot_buf_err(#DATA, (META)->op); \ 152 #define SNAPSHOT_VAR_CMP_OR_LEAVE(DATA, META, RES, LABEL) \ argument [all …]
|