Searched refs:frozen (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dhash.c386 table->frozen = 0;
475 if (!table->frozen && table->count > table->size * 3 / 4)
486 table->frozen = 1;
576 table->frozen = 1;
586 table->frozen = 0;
H A Dbfd-in.h434 unsigned int frozen:1;
428 unsigned int frozen:1; member in struct:bfd_hash_table
H A Dbfd-in2.h441 unsigned int frozen:1;
435 unsigned int frozen:1; member in struct:bfd_hash_table
/freebsd-10.0-release/sys/cam/ata/
H A Data_pmp.c102 int frozen; member in struct:pmp_softc
187 mask &= ~softc->frozen;
194 softc->frozen |= (1 << i);
209 mask &= softc->frozen;
216 softc->frozen &= ~(1 << i);
/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_targ_bh.c513 * If the queue was frozen waiting for the response
680 * so make sure the queue is not left frozen.
717 int frozen; local
719 frozen = (done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
728 if (frozen != 0)
H A Dscsi_da.c2777 int frozen; local
2867 frozen = (ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
2870 if (frozen) {
H A Dscsi_cd.c1254 * If the changer queue is frozen, that means we have an active
1260 * We always need to reset the frozen count and clear the
3094 int frozen, found; local
3222 frozen = (ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
3225 if (frozen) {
/freebsd-10.0-release/sys/dev/siis/
H A Dsiis.c893 if (ch->frozen) {
894 union ccb *fccb = ch->frozen;
895 ch->frozen = NULL;
1359 /* Unfreeze frozen command. */
1360 if (ch->frozen && !siis_check_collision(dev, ch->frozen)) {
1361 union ccb *fccb = ch->frozen;
1362 ch->frozen = NULL;
1592 /* Requeue frozen command. */
1593 if (ch->frozen) {
[all...]
H A Dsiis.h394 union ccb *frozen; /* Frozen command */ member in struct:siis_channel
/freebsd-10.0-release/sys/dev/ahci/
H A Dahci.c1593 if (ch->frozen) {
1594 union ccb *fccb = ch->frozen;
1595 ch->frozen = NULL;
2001 /* Handle frozen command. */
2002 if (ch->frozen) {
2003 union ccb *fccb = ch->frozen;
2004 ch->frozen = NULL;
2237 /* Unfreeze frozen command. */
2238 if (ch->frozen && !ahci_check_collision(dev, ch->frozen)) {
[all...]
H A Dahci.h433 union ccb *frozen; /* Frozen command */ member in struct:ahci_channel
/freebsd-10.0-release/sys/cam/
H A Dcam_periph.c1605 int frozen, error, openings; local
1612 frozen = (status & CAM_DEV_QFRZN) != 0;
1797 if (frozen != 0)
1801 if (frozen != 0)
/freebsd-10.0-release/sys/dev/mvs/
H A Dmvs.c1597 /* Handle frozen command. */
1763 /* Unfreeze frozen command. */
1764 if (ch->frozen && !mvs_check_collision(dev, ch->frozen)) {
1765 union ccb *fccb = ch->frozen;
1766 ch->frozen = NULL;
1960 union ccb *fccb = ch->frozen;
1963 ch->frozen = NULL;
2281 ch->frozen = ccb;
2282 /* We have only one frozen slo
[all...]
H A Dmvs.h580 union ccb *frozen; /* Frozen command */ member in struct:mvs_channel
/freebsd-10.0-release/sys/cam/ctl/
H A Dscsi_ctl.c1504 int frozen; local
1510 frozen = (done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
1637 if (frozen != 0) {
/freebsd-10.0-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c1591 int frozen; local
1593 frozen = sc->vtscsi_frozen;
1603 /* Freeze the SIMQ if transitioned to frozen. */
1604 if (frozen == 0 && sc->vtscsi_frozen != 0) {
1605 vtscsi_dprintf(sc, VTSCSI_INFO, "SIMQ frozen\n");
/freebsd-10.0-release/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h447 unsigned int frozen:1;
441 unsigned int frozen:1; member in struct:bfd_hash_table

Completed in 299 milliseconds