Searched refs:valid (Results 176 - 200 of 492) sorted by relevance

1234567891011>>

/freebsd-11-stable/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-11-stable/sys/dev/drm2/ttm/
H A Dttm_tt.c292 if (from_page->valid != VM_PAGE_BITS_ALL) {
357 to_page->valid = VM_PAGE_BITS_ALL;
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk60 # convert a path to a valid shell variable
/freebsd-11-stable/sys/vm/
H A Dvm_pager.c250 * All pages must be busied, not mapped, not fully valid,
257 KASSERT(m[i]->valid != VM_PAGE_BITS_ALL,
258 ("%s: request for a valid page %p", __func__, m[i]));
269 * The requested page must be fully valid on successful return.
298 if (m[i]->valid != VM_PAGE_BITS_ALL)
H A Dvnode_pager.c432 * completely invalid page and mark it partially valid
437 m->valid != 0) {
448 * Update the valid bits to reflect the blocks that
449 * have been zeroed. Some of these valid bits may
464 * note that we do not clear out the valid
543 if (m->valid & bits)
595 m->valid |= bits;
665 m->valid = VM_PAGE_BITS_ALL;
715 * local filesystems, where partially valid pages can only occur at
767 * The last page has valid block
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamArray.h108 bool valid() const { return Stream.valid(); } function in class:llvm::VarStreamArray
127 /// beginning of a valid record.
178 // Both have a valid array, make sure they're same.
/freebsd-11-stable/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-11-stable/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-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_plcr.c324 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid);
336 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid);
344 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid);
461 return p_FmPcdPlcr->profiles[absoluteProfileId].valid;
864 ASSERT_COND(!p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid);
865 p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid = TRUE;
872 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid);
873 p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid = FALSE;
1179 ASSERT_COND(p_FmPcd->p_FmPcdPlcr->profiles[absoluteProfileId].valid);
1441 RETURN_ERROR(MAJOR, E_INVALID_VALUE,("Policer profile is not valid"));
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp93 // as the first "valid" string in the string table, so we do the same in
258 // The default behavior is to produce paths that are valid within the context
1047 assert(!cVStrTab.valid() &&
1053 assert(!checksums.valid() &&
1063 assert(!inlineeLines.valid() &&
1158 if (!cVStrTab.valid()) {
1159 if (checksums.valid())
1198 if (inlineeLines.valid())
1488 // By setting this to a valid MSVC linker version string, local variables are
1836 assert(!cVStrTab.valid()
[all...]
/freebsd-11-stable/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-11-stable/lib/libfetch/
H A Dhttp.c428 * A valid status line looks like "HTTP/m.n xyz reason" where m
581 * A valid header starts with a token immediately followed by a
671 int valid; /* We did parse an authenticate header */ member in struct:__anon4701
680 cs->count = cs->valid = 0;
764 /* In any case we've seen the header and we set the valid bit */
765 cs->valid = 1;
1642 if (purl && proxy_challenges.valid) {
1672 if (server_challenges.valid) {
1772 if (server_challenges.valid) {
1785 if (proxy_challenges.valid) {
[all...]
/freebsd-11-stable/sys/dev/ahci/
H A Dahci_pci.c378 int i, valid = 0; local
393 valid = 1;
396 valid = 2;
401 (valid || (force_ahci == 1 &&
414 if (valid != 1)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_digest.c55 ctx->valid = 0;
70 ctx->valid = 1;
81 if (!ctx->valid)
95 if (!ctx->valid)
101 ctx->valid = 0;
/freebsd-11-stable/crypto/openssh/
H A Dauth.c302 !authctxt->valid ||
321 authctxt->valid ? "" : "invalid user ",
358 authctxt->valid ? "" : "invalid user ",
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dticket.c262 krb5_boolean valid;
277 &child.ad_checksum, &valid);
283 if (!valid) {
/freebsd-11-stable/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-11-stable/contrib/wpa/src/ap/
H A Dacs.c123 * Each valid and possible channel spec (i.e., channel + width) is taken and its
460 int valid = 0; local
466 valid++;
470 return !!valid;
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_io.c362 * For an interrupted write, the buffer is still valid
455 * If the requested page is partially valid, just return it and
456 * allow the pager to zero-out the blanks. Partially valid pages
462 if (pages[npages - 1]->valid != 0 && --npages == 0)
510 m->valid = VM_PAGE_BITS_ALL;
517 m->valid = 0;
525 * leave valid set to 0.
/freebsd-11-stable/sys/dev/pci/
H A Dpci_pci.c172 return (pw->valid && pw->base < pw->limit);
195 if (sc->io.valid && mask & WIN_IO) {
212 if (sc->pmem.valid && mask & WIN_PMEM) {
473 sc->io.valid = 1;
477 sc->io.valid = 1;
480 if (sc->io.valid) {
502 sc->mem.valid = 1;
522 sc->pmem.valid = 1;
526 sc->pmem.valid = 1;
529 if (sc->pmem.valid) {
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp61 "valid address",
99 m_thread_info.valid = false;
584 if (!m_thread_info.valid) {
597 m_thread_info.valid = true;
/freebsd-11-stable/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-11-stable/sys/dev/oce/
H A Doce_queue.c718 ctx->v1.valid = 1;
731 ctx->v0.valid = 1;
1194 if(cqe->valid) {
1208 cqe->valid = 0;
1232 rq->cqe_firstpart->valid = 0;
1233 cqe2->valid = 0;
/freebsd-11-stable/sys/dev/isp/
H A Disp_freebsd.c3208 if (spi->valid == 0 && scsi->valid == 0) {
3221 if ((spi->valid & CTS_SPI_VALID_DISC) != 0) {
3228 if ((scsi->valid & CTS_SCSI_VALID_TQ) != 0) {
3235 if ((spi->valid & CTS_SPI_VALID_BUS_WIDTH) != 0) {
3245 if ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) && (spi->valid & CTS_SPI_VALID_SYNC_RATE) && (spi->sync_period && spi->sync_offset)) {
3276 scsi->valid = CTS_SCSI_VALID_TQ;
3278 fc->valid = CTS_FC_VALID_SPEED;
3286 fc->valid |
[all...]

Completed in 290 milliseconds

1234567891011>>