| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | ConstantInitBuilder.h | 64 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 D | sendmail | 10 # 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 D | vmm_mem.h | 70 * 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 D | block_cloning_replay_encrypted.ksh | 38 # <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 D | block_cloning_replay.ksh | 38 # <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 D | zil.kshlib | 28 # 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 D | README | 146 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 D | suid_write_zil_replay.ksh | 77 # 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 D | fsl_sata.c | 282 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 D | slog_replay_fs_002.ksh | 108 # 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 D | slog_replay_fs_001.ksh | 83 # 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 D | slog_replay_volume.ksh | 149 # 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 D | scsi_targ_bh.c | 507 * 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 D | devctl.8 | 184 frozen list 194 In addition to resuming, all pending actions that were frozen during the freeze
|
| /freebsd/sys/dev/siis/ |
| H A D | siis.c | 892 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 D | DivRemPairs.cpp | 378 // 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 D | ata_pmp.c | 101 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 D | ahci.c | 1474 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 D | vmm.c | 745 * 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 D | ABI.rst | 13 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 D | zpool_003_pos.ksh | 53 # Don't leave the pool frozen.
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | ufssuspend.sh | 69 continue; /* so far, only UFS can be frozen */
|
| /freebsd/sys/arm64/vmm/ |
| H A D | vmm.c | 1083 * 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 D | mvs.c | 1587 /* 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 D | mount.8 | 325 Mount the snapshot as a frozen image of the file system. 333 You can now cruise around your frozen
|