Home
last modified time | relevance | path

Searched refs:frozen (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dcargo.bbclass35 # --frozen flag will prevent network access (which is required since only
40 CARGO_BUILD_FLAGS = "-v --frozen --target ${RUST_HOST_SYS} ${BUILD_MODE} --manifest-path=${CARGO_MA…
H A Dcargo_common.bbclass170 # using --frozen flag (in CARGO_BUILD_FLAGS) and raise a clear error
172 # "Cargo.lock should be modified but --frozen was given"
179 # --frozen so let's handle that modifications here.
/openbmc/qemu/qga/
H A Dmain.c114 bool frozen; member
464 if (state->frozen) { in ga_command_is_allowed()
527 return s->frozen; in ga_is_frozen()
536 s->frozen = true; in ga_set_frozen()
574 s->frozen = false; in ga_unset_frozen()
949 const gchar *path, gboolean frozen) in read_persistent_state() argument
984 if (!frozen) { in read_persistent_state()
1419 s->frozen = check_is_frozen(s); in initialize_agent()
H A Dqapi-schema.json410 # @frozen: all non-network guest filesystems frozen
415 'data': [ 'thawed', 'frozen' ],
441 # frozen as a result of this call, then `guest-fsfreeze-status` will
444 # Returns: Number of file systems currently frozen.
447 # Volume Shadow-copy Service DLL helper. The frozen state is limited
464 # @mountpoints: an array of mountpoints of filesystems to be frozen.
465 # If omitted, every mounted filesystem is frozen. Invalid mount
468 # Returns: Number of file systems currently frozen.
480 # Unfreeze all frozen guest filesystems
/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx_common.py80 @dataclass(frozen=True)
/openbmc/qemu/docs/interop/
H A Dqemu-ga.rst43 While filesystems are frozen, all except for a designated safe set
/openbmc/openbmc/meta-security/recipes-ids/suricata/
H A Dsuricata_7.0.0.bb39 CARGO_BUILD_FLAGS:remove = "--frozen"
/openbmc/qemu/docs/system/
H A Dvm-templating.rst16 Conceptually, the VM state is frozen, to then be used as a basis for new
/openbmc/openbmc/meta-arm/documentation/
H A Dreleases.md30 …d on the current meta-arm master branch. Previous named branches are now frozen and will not accep…
/openbmc/qemu/include/block/
H A Dblock_int-common.h1059 bool frozen; member
/openbmc/qemu/
H A Dblock.c2940 assert(!child->frozen); in bdrv_replace_child_noperm()
3504 if (child && child->frozen) { in bdrv_set_file_or_backing_noperm()
5370 if (c->frozen) { in bdrv_replace_node_noperm()
5777 if (child && child->frozen) { in bdrv_is_backing_chain_frozen()
5818 child->frozen = true; in bdrv_freeze_backing_chain()
5841 assert(child->frozen); in bdrv_unfreeze_backing_chain()
5842 child->frozen = false; in bdrv_unfreeze_backing_chain()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h127 int frozen; /* Is sb frozen? */ member
/openbmc/qemu/qapi/
H A Dblock-core.json2356 # - if @name is frozen by an operation, GenericError