Home
last modified time | relevance | path

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

123

/freebsd-14-stable/contrib/file/magic/Magdir/
HDsendmail10 # 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
HDcompress182 0 string \037\237 frozen file 2.1
183 0 string \037\236 frozen file 1.0 (or gzip 0.5)
/freebsd-14-stable/sys/powerpc/mpc85xx/
HDfsl_sata.c283 union ccb *frozen; /* Frozen command */ member
825 if (ch->frozen) { in fsl_sata_intr_main()
826 union ccb *fccb = ch->frozen; in fsl_sata_intr_main()
827 ch->frozen = NULL; in fsl_sata_intr_main()
1153 if (ch->frozen) { in fsl_sata_timeout()
1154 union ccb *fccb = ch->frozen; in fsl_sata_timeout()
1155 ch->frozen = NULL; in fsl_sata_timeout()
1353 if (ch->frozen && !fsl_sata_check_collision(ch, ch->frozen)) { in fsl_sata_end_transaction()
1354 union ccb *fccb = ch->frozen; in fsl_sata_end_transaction()
1355 ch->frozen = NULL; in fsl_sata_end_transaction()
[all …]
/freebsd-14-stable/sys/cam/ata/
HData_pmp.c102 int frozen; member
182 mask &= ~softc->frozen; in pmpfreeze()
189 softc->frozen |= (1 << i); in pmpfreeze()
204 mask &= softc->frozen; in pmprelease()
211 softc->frozen &= ~(1 << i); in pmprelease()
/freebsd-14-stable/contrib/sendmail/smrsh/
HDREADME146 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-14-stable/tools/test/stress2/misc/
HDufssuspend.sh69 continue; /* so far, only UFS can be frozen */
/freebsd-14-stable/sys/dev/siis/
HDsiis.c891 if (ch->frozen) { in siis_ch_intr()
892 union ccb *fccb = ch->frozen; in siis_ch_intr()
893 ch->frozen = NULL; in siis_ch_intr()
1356 if (ch->frozen && !siis_check_collision(dev, ch->frozen)) { in siis_end_transaction()
1357 union ccb *fccb = ch->frozen; in siis_end_transaction()
1358 ch->frozen = NULL; in siis_end_transaction()
1590 if (ch->frozen) { in siis_reset()
1591 union ccb *fccb = ch->frozen; in siis_reset()
1592 ch->frozen = NULL; in siis_reset()
1830 ch->frozen = ccb; in siisaction()
HDsiis.h389 union ccb *frozen; /* Frozen command */ member
/freebsd-14-stable/sys/cam/scsi/
HDscsi_targ_bh.c705 int frozen; in targbhdone() local
707 frozen = (done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0; in targbhdone()
716 if (frozen != 0) in targbhdone()
HDscsi_ch.c662 int frozen, retry_scheduled; in chdone() local
666 frozen = (done_ccb->ccb_h.status & in chdone()
688 if (frozen) in chdone()
HDscsi_cd.c2727 int frozen, found; in cd6byteworkaround() local
2855 frozen = (ccb->ccb_h.status & CAM_DEV_QFRZN) != 0; in cd6byteworkaround()
2858 if (frozen) { in cd6byteworkaround()
/freebsd-14-stable/sys/dev/ahci/
HDahci.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()
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 …]
HDahci.h461 union ccb *frozen; /* Frozen command */ member
/freebsd-14-stable/sys/contrib/device-tree/Bindings/
HDABI.rst13 frozen for all time. Grant said there are ways to change bindings that
/freebsd-14-stable/sys/dev/vmware/pvscsi/
HDpvscsi.c194 int frozen; member
247 if (!sc->frozen) { in pvscsi_freeze()
249 sc->frozen = 1; in pvscsi_freeze()
1020 if (sc->frozen) { in pvscsi_process_completion()
1022 sc->frozen = 0; in pvscsi_process_completion()
/freebsd-14-stable/sys/dev/mvs/
HDmvs.c1755 if (ch->frozen && !mvs_check_collision(dev, ch->frozen)) { in mvs_end_transaction()
1756 union ccb *fccb = ch->frozen; in mvs_end_transaction()
1757 ch->frozen = NULL; in mvs_end_transaction()
1952 union ccb *fccb = ch->frozen; in mvs_requeue_frozen()
1955 ch->frozen = NULL; in mvs_requeue_frozen()
2279 ch->frozen = ccb; in mvsaction()
HDmvs.h581 union ccb *frozen; /* Frozen command */ member
/freebsd-14-stable/sys/contrib/device-tree/Bindings/memory-controllers/
Datmel,ebi.txt60 - atmel,smc-exnw-mode "disabled", "frozen" or "ready".
/freebsd-14-stable/sys/cam/
HDcam_periph.c1892 int frozen, error, openings, devctl_err; in cam_periph_error() local
1899 frozen = (status & CAM_DEV_QFRZN) != 0; in cam_periph_error()
2112 if (frozen != 0) in cam_periph_error()
2116 if (frozen != 0) in cam_periph_error()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/pcie/
HDtx.c1056 if (txq->frozen) in iwl_txq_progress()
1286 trans_pcie->txqs.txq[txq_id]->frozen = false; in iwl_trans_pcie_txq_disable()
2290 if (!txq->frozen) in iwl_trans_pcie_tx()
2509 if (txq->frozen == freeze) in iwl_pcie_freeze_txq_timer()
2515 txq->frozen = freeze; in iwl_pcie_freeze_txq_timer()
/freebsd-14-stable/contrib/smbfs/
HDHISTORY36 - Mounted shares may become "frozen" (no timeout occurs) if server died or
/freebsd-14-stable/sys/cam/mmc/
HDmmc_xpt.c1182 int frozen = cam_release_devq(path, 0, 0, 0, FALSE); in mmcprobe_done() local
1184 ("mmcprobe_done: remaining freeze count %d\n", frozen)); in mmcprobe_done()
/freebsd-14-stable/sys/dev/virtio/scsi/
HDvirtio_scsi.c1676 int frozen; in vtscsi_freeze_simq() local
1678 frozen = sc->vtscsi_frozen; in vtscsi_freeze_simq()
1689 if (frozen == 0 && sc->vtscsi_frozen != 0) { in vtscsi_freeze_simq()
/freebsd-14-stable/sys/contrib/dev/iwlwifi/
HDiwl-trans.h817 bool frozen; member
/freebsd-14-stable/contrib/llvm-project/libcxx/include/
HDstrstream59 static const strstate frozen; // exposition only

123