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

/freebsd-current/sys/amd64/include/
H A Dvmm_snapshot.h45 enum snapshot_req { enum
90 enum snapshot_req dev_req; /* identify kernel structs */
H A Dvmm.h161 enum snapshot_req;
/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.h79 enum snapshot_req req; /* request type */
H A Dsnapshot.c394 const char *snapshot_req; local
397 snapshot_req = NULL;
399 &snapshot_req, NULL);
400 assert(snapshot_req != NULL);
401 if (!strcmp(snapshot_req, dev_name)) {
/freebsd-current/sys/amd64/vmm/
H A Dvmm_dev.c82 enum snapshot_req dev_req; /* identify kernel structs */

Completed in 90 milliseconds