/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
|
H A D | compress | 182 0 string \037\237 frozen file 2.1 183 0 string \037\236 frozen file 1.0 (or gzip 0.5)
|
/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() 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() 1352 if (ch->frozen && !fsl_sata_check_collision(ch, ch->frozen)) { in fsl_sata_end_transaction() 1353 union ccb *fccb = ch->frozen; in fsl_sata_end_transaction() 1354 ch->frozen = NULL; in fsl_sata_end_transaction() [all …]
|
/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/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/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() 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() 1591 if (ch->frozen) { in siis_reset() 1592 union ccb *fccb = ch->frozen; in siis_reset() 1593 ch->frozen = NULL; in siis_reset() 1831 ch->frozen = ccb; in siisaction()
|
H A D | siis.h | 389 union ccb *frozen; /* Frozen command */ member
|
/freebsd/tools/test/stress2/misc/ |
H A D | ufssuspend.sh | 69 continue; /* so far, only UFS can be frozen */
|
/freebsd/sys/cam/scsi/ |
H A D | scsi_targ_bh.c | 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()
|
H A D | scsi_ch.c | 661 int frozen, retry_scheduled; in chdone() local 665 frozen = (done_ccb->ccb_h.status & in chdone() 687 if (frozen) in chdone()
|
/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() 1899 if (ch->frozen) { in ahci_timeout() 1900 union ccb *fccb = ch->frozen; in ahci_timeout() 1901 ch->frozen = NULL; in ahci_timeout() 2134 if (ch->frozen && !ahci_check_collision(ch, ch->frozen)) { in ahci_end_transaction() 2135 union ccb *fccb = ch->frozen; in ahci_end_transaction() 2136 ch->frozen = NULL; in ahci_end_transaction() 2470 if (ch->frozen) { in ahci_reset() [all …]
|
H A D | ahci.h | 461 union ccb *frozen; /* Frozen command */ member
|
/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/dev/vmware/pvscsi/ |
H A D | pvscsi.c | 193 int frozen; member 246 if (!sc->frozen) { in pvscsi_freeze() 248 sc->frozen = 1; in pvscsi_freeze() 1019 if (sc->frozen) { in pvscsi_process_completion() 1021 sc->frozen = 0; in pvscsi_process_completion()
|
/freebsd/sys/dev/mvs/ |
H A D | mvs.c | 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()
|
H A D | mvs.h | 581 union ccb *frozen; /* Frozen command */ member
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | atmel,ebi.txt | 60 - atmel,smc-exnw-mode "disabled", "frozen" or "ready".
|
/freebsd/sys/contrib/dev/iwlwifi/queue/ |
H A D | tx.c |
|
/freebsd/sys/cam/ |
H A D | cam_periph.c | 1877 bool frozen; in cam_periph_error() local 1885 frozen = (status & CAM_DEV_QFRZN) != 0; in cam_periph_error() 2098 if (frozen) in cam_periph_error() 2102 if (frozen) in cam_periph_error()
|
/freebsd/contrib/smbfs/ |
H A D | HISTORY | 36 - Mounted shares may become "frozen" (no timeout occurs) if server died or
|
/freebsd/sys/cam/mmc/ |
H A D | mmc_xpt.c | 1181 int frozen = cam_release_devq(path, 0, 0, 0, FALSE); in mmcprobe_done() local 1183 ("mmcprobe_done: remaining freeze count %d\n", frozen)); in mmcprobe_done()
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsi.c | 1675 int frozen; in vtscsi_freeze_simq() local 1677 frozen = sc->vtscsi_frozen; in vtscsi_freeze_simq() 1688 if (frozen == 0 && sc->vtscsi_frozen != 0) { in vtscsi_freeze_simq()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | strstream | 59 static const strstate frozen; // exposition only
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx.c | 1056 if (txq->frozen) in iwl_pcie_enqueue_hcmd() 1286 trans_pcie->txqs.txq[txq_id]->frozen = false; in iwl_fill_data_tbs() 2290 if (!txq->frozen) 2509 if (txq->frozen == freeze) 2515 txq->frozen = freeze;
|
/freebsd/ |
H A D | RELNOTES | 20 we could have frozen the machine (when trying to allocate new vchans)
|