Searched refs:snapshot_req (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/amd64/include/
H A Dvmm_snapshot.h49 enum snapshot_req { enum
96 enum snapshot_req dev_req; /* identify kernel structs */
H A Dvmm.h157 enum snapshot_req;
/freebsd-13-stable/usr.sbin/bhyve/
H A Dsnapshot.h78 enum snapshot_req req; /* request type */
H A Dsnapshot.c129 #define JSON_SNAPSHOT_REQ_KEY "snapshot_req"
423 lookup_struct(enum snapshot_req struct_id, struct restore_state *rstate,
428 int64_t snapshot_req, size, file_offset; local
444 snapshot_req = -1;
446 &snapshot_req, NULL);
447 assert(snapshot_req >= 0);
448 if ((enum snapshot_req) snapshot_req == struct_id) {
470 const char *snapshot_req; local
473 snapshot_req
[all...]

Completed in 44 milliseconds