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

/freebsd-9.3-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-9.3-release/contrib/bind9/lib/dns/
H A Dzt.c369 isc_boolean_t frozen; local
393 frozen = dns_zone_getupdatedisabled(zone);
395 if (frozen)
400 if (frozen) {
H A Dview.c134 view->frozen = ISC_FALSE;
701 REQUIRE(!view->frozen);
763 REQUIRE(!view->frozen);
794 REQUIRE(!view->frozen);
857 REQUIRE(!view->frozen);
863 view->frozen = ISC_TRUE;
870 REQUIRE(view->frozen);
872 view->frozen = ISC_FALSE;
880 REQUIRE(!view->frozen);
947 REQUIRE(view->frozen);
[all...]
H A Dresolver.c408 isc_boolean_t frozen; member in struct:dns_resolver
7858 res->frozen = ISC_FALSE;
8001 REQUIRE(res->frozen);
8063 res->frozen = ISC_TRUE;
8285 REQUIRE(res->frozen);
8594 REQUIRE(!resolver->frozen);
/freebsd-9.3-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-9.3-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.c2798 int frozen; local
2888 frozen = (ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
2891 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-9.3-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-9.3-release/sys/dev/ahci/
H A Dahci.c1652 if (ch->frozen) {
1653 union ccb *fccb = ch->frozen;
1654 ch->frozen = NULL;
2060 /* Handle frozen command. */
2061 if (ch->frozen) {
2062 union ccb *fccb = ch->frozen;
2063 ch->frozen = NULL;
2296 /* Unfreeze frozen command. */
2297 if (ch->frozen && !ahci_check_collision(dev, ch->frozen)) {
[all...]
H A Dahci.h434 union ccb *frozen; /* Frozen command */ member in struct:ahci_channel
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dview.h40 * "frozen", the core attributes become immutable, and the view module
45 *\li Before the view is frozen, the caller must ensure synchronization.
47 *\li After the view is frozen, the module guarantees appropriate
107 isc_boolean_t frozen; member in struct:dns_view
218 * zone table. The view is not frozen.
245 *\li 'source' is a valid, frozen view.
292 *\li 'source' is a valid, frozen view.
452 * Freeze view. No changes can be made to view configuration while frozen.
460 *\li 'view' is frozen.
472 *\li 'view' is a valid, frozen vie
[all...]
/freebsd-9.3-release/sys/cam/
H A Dcam_periph.c1605 int frozen, error, openings; local
1612 frozen = (status & CAM_DEV_QFRZN) != 0;
1800 if (frozen != 0)
1804 if (frozen != 0)
/freebsd-9.3-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-9.3-release/sys/cam/ctl/
H A Dscsi_ctl.c1509 int frozen; local
1515 frozen = (done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
1642 if (frozen != 0) {
/freebsd-9.3-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c1624 int frozen; local
1626 frozen = sc->vtscsi_frozen;
1636 /* Freeze the SIMQ if transitioned to frozen. */
1637 if (frozen == 0 && sc->vtscsi_frozen != 0) {
1638 vtscsi_dprintf(sc, VTSCSI_INFO, "SIMQ frozen\n");
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c8037 isc_boolean_t frozen; local
8083 frozen = dns_zone_getupdatedisabled(zone);
8085 if (frozen) {
8086 msg = "WARNING: The zone was already frozen.\n"
8100 if (frozen) {
/freebsd-9.3-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 481 milliseconds