Home
last modified time | relevance | path

Searched full:frozen (Results 1 – 25 of 159) sorted by relevance

1234567

/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h64 bool Frozen = false; variable
107 bool Frozen = false; variable
123 assert(!parent->Frozen && "parent already has child builder active"); in ConstantAggregateBuilderBase()
124 parent->Frozen = true; in ConstantAggregateBuilderBase()
126 assert(!builder.Frozen && "builder already has child builder active"); in ConstantAggregateBuilderBase()
127 builder.Frozen = true; in ConstantAggregateBuilderBase()
136 assert(!Frozen && "child builder still active"); in markFinished()
140 assert(Parent->Frozen && in markFinished()
141 "parent not frozen while child builder active"); in markFinished()
142 Parent->Frozen = false; in markFinished()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dsendmail10 # READ.ME.FIRST.AWP Sendmail frozen configuration
12 # Email_23_f217153422.ts Sendmail frozen configuration
17 # by older sendmail. til version 8.6 support for frozen configuration files is removed
20 >16 regex/s =^[0-78][0-9.]{4} Sendmail frozen configuration
26 >16 regex/s =^[0-78][0-9.]{4} Sendmail frozen configuration
/freebsd/sys/dev/vmm/
H A Dvmm_mem.h70 * APIs that modify the guest memory map require all vcpus to be frozen.
86 * be frozen. This acts like a read lock on the guest memory map since any
87 * modification requires *all* vcpus to be frozen.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/block_cloning/
H A Dblock_cloning_replay_encrypted.ksh38 # <At this stage TESTFS is frozen, the intent log contains a
98 # At this stage TESTFS is frozen, the intent log contains a complete set
112 # `zpool import -f` because we can't write a frozen pool's labels!
H A Dblock_cloning_replay.ksh38 # <At this stage TESTFS is frozen, the intent log contains a
96 # At this stage TESTFS is frozen, the intent log contains a complete set
110 # `zpool import -f` because we can't write a frozen pool's labels!
/freebsd/tests/sys/cddl/zfs/tests/zil/
H A Dzil.kshlib28 # Every test must restart the frozen pool state.
33 # In order for a frozen zpool to have a ZIL, it is necessary to
/freebsd/contrib/sendmail/smrsh/
H A DREADME146 After modifying the Mprog definition in the sendmail.cf file, if a frozen
148 You can determine if you need a frozen configuration by discovering
153 In order to create a new frozen configuration, if it is required:
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/suid/
H A Dsuid_write_zil_replay.ksh77 # At this stage TESTFS is empty again and frozen, the intent log contains
91 # `zpool import -f` because we can't write a frozen pool's labels!
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c282 union ccb *frozen; /* Frozen command */ member
824 if (ch->frozen) { in fsl_sata_intr_main()
825 union ccb *fccb = ch->frozen; in fsl_sata_intr_main()
826 ch->frozen = NULL; in fsl_sata_intr_main()
1151 /* Handle frozen command. */ in fsl_sata_timeout()
1152 if (ch->frozen) { in fsl_sata_timeout()
1153 union ccb *fccb = ch->frozen; in fsl_sata_timeout()
1154 ch->frozen = NULL; in fsl_sata_timeout()
1351 /* Unfreeze frozen command. */ in fsl_sata_end_transaction()
1352 if (ch->frozen && !fsl_sata_check_collision(ch, ch->frozen)) { in fsl_sata_end_transaction()
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/slog/
H A Dslog_replay_fs_002.ksh108 # At this stage TESTFS is empty again and frozen, the intent log contains
122 # `zpool import -f` because we can't write a frozen pool's labels!
H A Dslog_replay_fs_001.ksh83 # allows us to overwrite it after the pool is frozen and avoid the case
223 # At this stage TESTFS is empty again and frozen, the intent log contains
237 # `zpool import -f` because we can't write a frozen pool's labels!
H A Dslog_replay_volume.ksh149 # At this stage TESTVOL is initialized with the random data and frozen,
163 # `zpool import -f` because we can't write a frozen pool's labels!
/freebsd/sys/cam/scsi/
H A Dscsi_targ_bh.c507 * If the queue was frozen waiting for the response in targbhstart()
668 * so make sure the queue is not left frozen. in targbhdone()
704 int frozen; in targbhdone() local
706 frozen = (done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0; in targbhdone()
715 if (frozen != 0) in targbhdone()
/freebsd/usr.sbin/devctl/
H A Ddevctl.8184 frozen list
194 In addition to resuming, all pending actions that were frozen during the freeze
/freebsd/sys/dev/siis/
H A Dsiis.c892 if (ch->frozen) { in siis_ch_intr()
893 union ccb *fccb = ch->frozen; in siis_ch_intr()
894 ch->frozen = NULL; in siis_ch_intr()
1356 /* Unfreeze frozen command. */ in siis_end_transaction()
1357 if (ch->frozen && !siis_check_collision(dev, ch->frozen)) { in siis_end_transaction()
1358 union ccb *fccb = ch->frozen; in siis_end_transaction()
1359 ch->frozen = NULL; in siis_end_transaction()
1590 /* Requeue frozen command. */ in siis_reset()
1591 if (ch->frozen) { in siis_reset()
1592 union ccb *fccb = ch->frozen; in siis_reset()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDivRemPairs.cpp378 // If X can be undef, X should be frozen first. in optimizeDivRem()
386 // If X is not frozen, %rem becomes undef after transformation. in optimizeDivRem()
389 new FreezeInst(X, X->getName() + ".frozen", DivInst->getIterator()); in optimizeDivRem()
398 new FreezeInst(Y, Y->getName() + ".frozen", DivInst->getIterator()); in optimizeDivRem()
/freebsd/sys/cam/ata/
H A Data_pmp.c101 int frozen; member
181 mask &= ~softc->frozen; in pmpfreeze()
188 softc->frozen |= (1 << i); in pmpfreeze()
203 mask &= softc->frozen; in pmprelease()
210 softc->frozen &= ~(1 << i); in pmprelease()
/freebsd/sys/dev/ahci/
H A Dahci.c1474 if (ch->frozen) { in ahci_ch_intr_main()
1475 union ccb *fccb = ch->frozen; in ahci_ch_intr_main()
1476 ch->frozen = NULL; in ahci_ch_intr_main()
1898 /* Handle frozen command. */ in ahci_timeout()
1899 if (ch->frozen) { in ahci_timeout()
1900 union ccb *fccb = ch->frozen; in ahci_timeout()
1901 ch->frozen = NULL; in ahci_timeout()
2133 /* Unfreeze frozen command. */ in ahci_end_transaction()
2134 if (ch->frozen && !ahci_check_collision(ch, ch->frozen)) { in ahci_end_transaction()
2135 union ccb *fccb = ch->frozen; in ahci_end_transaction()
[all …]
/freebsd/sys/riscv/vmm/
H A Dvmm.c745 * IDLE -> FROZEN -> IDLE in vcpu_set_state_locked()
746 * FROZEN -> RUNNING -> FROZEN in vcpu_set_state_locked()
747 * FROZEN -> SLEEPING -> FROZEN in vcpu_set_state_locked()
/freebsd/sys/contrib/device-tree/Bindings/
H A DABI.rst13 frozen for all time. Grant said there are ways to change bindings that
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool/
H A Dzpool_003_pos.ksh53 # Don't leave the pool frozen.
/freebsd/tools/test/stress2/misc/
H A Dufssuspend.sh69 continue; /* so far, only UFS can be frozen */
/freebsd/sys/arm64/vmm/
H A Dvmm.c1083 * IDLE -> FROZEN -> IDLE in vcpu_set_state_locked()
1084 * FROZEN -> RUNNING -> FROZEN in vcpu_set_state_locked()
1085 * FROZEN -> SLEEPING -> FROZEN in vcpu_set_state_locked()
/freebsd/sys/dev/mvs/
H A Dmvs.c1587 /* Handle frozen command. */ in mvs_timeout()
1753 /* Unfreeze frozen command. */ in mvs_end_transaction()
1754 if (ch->frozen && !mvs_check_collision(dev, ch->frozen)) { in mvs_end_transaction()
1755 union ccb *fccb = ch->frozen; in mvs_end_transaction()
1756 ch->frozen = NULL; in mvs_end_transaction()
1951 union ccb *fccb = ch->frozen; in mvs_requeue_frozen()
1954 ch->frozen = NULL; in mvs_requeue_frozen()
2278 ch->frozen = ccb; in mvsaction()
2279 /* We have only one frozen slot, so freeze simq also. */ in mvsaction()
/freebsd/sbin/mount/
H A Dmount.8325 Mount the snapshot as a frozen image of the file system.
333 You can now cruise around your frozen

1234567