Searched refs:valid (Results 151 - 175 of 402) sorted by relevance

1234567891011>>

/freebsd-10.2-release/sys/dev/ppbus/
H A Dppbconf.h171 int valid; /* 1 if the struct is valid */ member in struct:ppb_context
H A Dppbconf.c533 * The first time, ctx.valid is certainly false
538 if (ppbdev->ctx.valid)
566 /* ok, now the context of the device is valid */
567 ppbdev->ctx.valid = 1;
/freebsd-10.2-release/sys/dev/ahci/
H A Dahci_pci.c313 int i, valid = 0; local
328 valid = 1;
333 (valid || (force_ahci == 1 &&
345 if (!valid)
/freebsd-10.2-release/sys/dev/pci/
H A Dpci_pci.c153 return (pw->valid && pw->base < pw->limit);
176 if (sc->io.valid && mask & WIN_IO) {
193 if (sc->pmem.valid && mask & WIN_PMEM) {
462 sc->io.valid = 1;
466 sc->io.valid = 1;
469 if (sc->io.valid) {
491 sc->mem.valid = 1;
511 sc->pmem.valid = 1;
515 sc->pmem.valid = 1;
518 if (sc->pmem.valid) {
[all...]
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h37 SetValid (bool valid) argument
39 m_valid = valid;
79 // if it returns true, then CalculateNumChildren() can return any number >= 0 (0 being valid)
/freebsd-10.2-release/contrib/llvm/lib/Support/Windows/
H A DProgram.inc43 // At this point, the file name is valid and does not contain slashes.
/freebsd-10.2-release/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmtypes.h183 bit32 valid; member in struct:dmIntPortContext_s
217 bit8 valid; member in struct:dmDeviceData_s
/freebsd-10.2-release/sys/dev/drm2/ttm/
H A Dttm_tt.c292 if (from_page->valid != VM_PAGE_BITS_ALL) {
356 to_page->valid = VM_PAGE_BITS_ALL;
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c74 oneDeviceData->valid = agFALSE;
117 oneDeviceData->valid = agFALSE;
193 tmpOneDeviceData->valid = agTRUE;
448 if ( !(oneDeviceData->valid == agTRUE && oneDeviceData->registered == agTRUE &&
452 TI_DBG1(("tdsmIDCompletedCB: smIORetry but device is not valid!!!\n"));
482 /* identify device data is not valid */
559 if ( !(oneDeviceData->valid == agTRUE && oneDeviceData->registered == agTRUE &&
563 TI_DBG1(("tdsmIDCompletedCB: fail but device is not valid!!!\n"));
592 /* identify device data is not valid */
723 if (! (oneDeviceData->valid
[all...]
H A Dossacmnapi.c524 TI_DBG2(("ossaDiscoverSasCB: did %d valid %d\n", oneDeviceData->id, oneDeviceData->valid));
978 onePortContext->valid = agTRUE;
1154 if (onePortContext->valid == agFALSE)
1204 onePortContext->valid = agTRUE;
1378 onePortContext->valid = agTRUE;
1442 if (onePortContext->valid == agFALSE)
1491 onePortContext->valid = agTRUE;
1631 onePortContext->valid = agFALSE;
1646 onePortContext->valid
[all...]
/freebsd-10.2-release/sys/dev/drm2/radeon/
H A Dradeon_combios.c722 i2c.valid = true;
724 i2c.valid = false;
737 i2c.valid = false;
781 i2c.valid = true;
799 if (i2c.valid)
1512 i2c_bus.valid = true;
1523 DRM_INFO("No valid Ext TMDS info found in BIOS\n");
1703 ddc_i2c.valid = false;
1746 ddc_i2c.valid = false;
1795 ddc_i2c.valid
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaint.c1484 /* If the request is still valid */
1485 if ( agTRUE == pRequest->valid )
1512 pRequest->valid = agFALSE;
1563 /* If the request is still valid */
1564 if ( agTRUE == pRequest->valid )
1574 SA_ASSERT(pRequest->valid, "pRequest not valid");
1586 pRequest->valid = agFALSE;
1615 pRequest->valid = agFALSE;
1645 pRequest->valid
[all...]
/freebsd-10.2-release/lib/libfetch/
H A Dhttp.c425 * A valid status line looks like "HTTP/m.n xyz reason" where m
578 * A valid header starts with a token immediately followed by a
668 int valid; /* We did parse an authenticate header */ member in struct:__anon5956
677 cs->count = cs->valid = 0;
761 /* In any case we've seen the header and we set the valid bit */
762 cs->valid = 1;
1624 if (purl && proxy_challenges.valid) {
1651 if (server_challenges.valid) {
1746 if (server_challenges.valid) {
1759 if (proxy_challenges.valid) {
[all...]
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_crypto.c55 ctx->valid = 0;
70 ctx->valid = 1;
81 if (!ctx->valid)
95 if (!ctx->valid)
101 ctx->valid = 0;
/freebsd-10.2-release/sys/vm/
H A Dvm_glue.c240 if (m->valid != VM_PAGE_BITS_ALL) {
404 m->valid = VM_PAGE_BITS_ALL;
583 if (ma[i]->valid != VM_PAGE_BITS_ALL) {
587 if (ma[j]->valid != VM_PAGE_BITS_ALL)
589 if (ma[j]->valid == VM_PAGE_BITS_ALL)
H A Dvm_object.c881 if (p->valid == 0)
1154 } else if (m->valid != VM_PAGE_BITS_ALL)
1491 * page but the page is not valid, the parent's
1500 (pp == NULL || pp->valid == 0) &&
1515 if (!p->valid || vm_page_busied(p)) {
1571 (pp != NULL && pp->valid == 0)
1578 * The page in the parent is not (yet) valid.
1934 p->valid = 0;
1947 if ((options & OBJPR_CLEANONLY) != 0 && p->valid != 0) {
2019 * Populate the specified range of the object with valid page
[all...]
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dticket.c262 krb5_boolean valid;
277 &child.ad_checksum, &valid);
283 if (!valid) {
/freebsd-10.2-release/sys/dev/aac/
H A Daac_cam.c343 scsi->valid = CTS_SCSI_VALID_TQ;
344 spi->valid |= CTS_SPI_VALID_DISC;
346 scsi->valid = 0;
/freebsd-10.2-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c210 HAL_BOOL valid,
217 if (valid) {
233 HAL_BOOL valid,
257 if (valid) {
290 if (p_info->valid) {
331 if (p_info->valid) {
209 ar9300_wowoffload_download_acer_magic( struct ath_hal *ah, HAL_BOOL valid, u_int8_t* datap, u_int32_t bytes) argument
231 ar9300_wowoffload_download_acer_swka( struct ath_hal *ah, u_int32_t id, HAL_BOOL valid, u_int32_t period, u_int32_t size, u_int32_t* datap) argument
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DFormatString.h269 OptionalAmount(bool valid = true)
270 : start(0),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
/freebsd-10.2-release/sys/dev/twa/
H A Dtw_osl_cam.c392 spi->valid = CTS_SPI_VALID_DISC;
394 scsi->valid = CTS_SCSI_VALID_TQ;
/freebsd-10.2-release/sys/dev/mvs/
H A Dmvs.c2305 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_REVISION)
2307 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_MODE)
2309 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_BYTECOUNT) {
2313 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_TAGS)
2315 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_PM)
2317 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_ATAPI)
2319 if (cts->xport_specific.sata.valid & CTS_SATA_VALID_CAPS)
2341 cts->proto_specific.valid = 0;
2342 cts->xport_specific.sata.valid = 0;
2350 cts->xport_specific.sata.valid |
[all...]
/freebsd-10.2-release/sys/dev/amr/
H A Damr_cam.c384 spi->valid = CTS_SPI_VALID_SYNC_RATE
388 scsi->valid = CTS_SCSI_VALID_TQ;
/freebsd-10.2-release/crypto/openssh/
H A Dmonitor.c419 if (!authctxt->valid)
758 authctxt->valid = 1;
789 /* Create valid auth method lists */
796 debug("%s: no valid authentication method lists", __func__);
858 /* Only authenticate if the context is valid */
974 authctxt->valid &&
1150 if (key != NULL && authctxt->valid) {
1574 if (options.rsa_authentication && authctxt->valid) {
1618 if (!authctxt->valid)
1619 fatal("%s: authctxt not valid", __func_
[all...]
/freebsd-10.2-release/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
H A Dtdtypes.h305 bit32 IDDeviceValid; /* ID DeviceData valid bit */
351 bit8 valid; member in struct:tdsaDeviceData_s
454 bit32 valid; member in struct:tdsaPortContext_s

Completed in 396 milliseconds

1234567891011>>