Searched refs:valid (Results 276 - 300 of 492) sorted by relevance

<<11121314151617181920

/freebsd-11-stable/usr.sbin/ppp/
H A Dradius.c647 r->valid = 1;
770 r->valid = 0;
799 r->valid = 0;
1285 r->cx.auth = NULL; /* Not valid for accounting requests */
1306 if (r->valid) {
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_lan_hmc.c379 /* check if all the sds are valid. If not, allocate a page and
391 /* check if all the pds in this sd are valid. If not,
418 if (!sd_entry->valid) {
419 sd_entry->valid = TRUE;
624 if (pd_table->pd_entry[rel_pd_idx].valid) {
642 if (!info->hmc_info->sd_table.sd_entry[i].valid)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyUtil.h262 // Returns true if this holds a valid vector.
263 bool valid() const { return Data; }
268 // If this vector is not valid, initialize it to a valid vector.
/freebsd-11-stable/sys/dev/usb/storage/
H A Dustorage_fs.c1036 uint8_t valid; local
1064 valid = 0;
1068 valid = currlun->info_valid << 7;
1075 buf[0] = valid | 0x70;
1209 * Check that a valid page was requested and the mode data length
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_digest_private.h170 int valid; member in struct:__anon10
/freebsd-11-stable/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c485 SA_ASSERT((!pRequest->valid), "The pRequest is in use");
489 pRequest->valid = agTRUE;
515 pRequest->valid = agFALSE;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_low.c525 if ((spi->valid & (CTS_SPI_VALID_BUS_WIDTH |
529 if (spi->valid & CTS_SPI_VALID_BUS_WIDTH) {
534 if (spi->valid & CTS_SPI_VALID_SYNC_RATE) {
539 if (spi->valid & CTS_SPI_VALID_SYNC_OFFSET) {
548 if ((spi->valid & CTS_SPI_FLAGS_DISC_ENB) != 0 ||
552 if (spi->valid & CTS_SPI_FLAGS_DISC_ENB) {
623 spi->valid |= CTS_SPI_VALID_SYNC_RATE;
625 spi->valid |= CTS_SPI_VALID_SYNC_OFFSET;
627 spi->valid |= CTS_SPI_VALID_BUS_WIDTH;
631 scsi->valid
[all...]
/freebsd-11-stable/contrib/wpa/src/fst/
H A Dfst_ctrl_iface.c821 int fst_read_next_int_param(const char *params, Boolean *valid, char **endp) argument
826 *valid = FALSE;
832 *valid = TRUE;
/freebsd-11-stable/sys/dev/smartpqi/
H A Dsmartpqi_cam.c84 spi->valid = CTS_SPI_VALID_DISC;
86 scsi->valid = CTS_SCSI_VALID_TQ;
88 sas->valid = CTS_SAS_VALID_SPEED;
/freebsd-11-stable/sys/kern/
H A Dvfs_cluster.c425 * Stop scanning if the buffer is fully valid
442 * take part in the cluster. If it is partially valid
454 if ((tbp->b_pages[j]->valid &
513 if (m->valid == VM_PAGE_BITS_ALL)
531 * Fully valid pages in the cluster are already good and do not need
537 if (bp->b_pages[j]->valid == VM_PAGE_BITS_ALL)
H A Duipc_shm.c186 if (m->valid != VM_PAGE_BITS_ALL) {
192 "uiomove_object: vm_obj %p idx %jd valid %x pager error %d\n",
193 obj, idx, m->valid, rv);
471 KASSERT(m->valid == VM_PAGE_BITS_ALL,
/freebsd-11-stable/sbin/tunefs/
H A Dtunefs.c587 int valid; local
603 while ((valid = cgread(&disk)) == 1) {
613 if (valid)
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c683 scsi->valid = CTS_SCSI_VALID_TQ;
685 fc->valid = CTS_FC_VALID_SPEED;
690 fc->valid |= CTS_FC_VALID_WWNN | CTS_FC_VALID_WWPN |
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_mcmember_record.c460 * To be a valid delete MAD needs to:
571 boolean_t valid = TRUE; local
581 valid = FALSE;
622 valid = FALSE;
634 valid = FALSE;
647 return valid;
1641 the mad is valid. Meaning - is either zero or equal to the local
/freebsd-11-stable/sys/dev/md/
H A Dmd.c866 * still valid.
1027 if (m->valid == VM_PAGE_BITS_ALL)
1039 * valid. Do not set dirty, the page
1043 m->valid = VM_PAGE_BITS_ALL;
1057 if (len == PAGE_SIZE || m->valid == VM_PAGE_BITS_ALL)
1078 m->valid = VM_PAGE_BITS_ALL;
1084 if (len == PAGE_SIZE || m->valid == VM_PAGE_BITS_ALL)
1096 /* Page is valid. */
/freebsd-11-stable/sys/dev/usb/input/
H A Dukbd.c723 const uint64_t valid = sc->sc_loc_key_valid[i / 64]; local
726 if (mask == 1 && valid == 0) {
729 } else if (~valid & mask) {
730 continue; /* location is not valid */
768 const uint64_t valid = sc->sc_ndata.bitmap[i / 64]; local
771 if (valid & mask)
/freebsd-11-stable/sys/net/
H A Dif_lagg.c1226 int valid, lacp; local
1232 valid = 1;
1243 valid = lacp = 1;
1246 valid = lacp = 0;
1252 if (valid == 0 ||
1374 * because two interfaces with a valid link-local
/freebsd-11-stable/contrib/ldns/
H A Ddnssec_verify.c1227 /* No valid DS at the parent -- fail */
1447 /* Get a valid signer key and validate the sig */
2295 ldns_rr_list *valid = ldns_rr_list_new(); local
2296 if (!valid)
2299 result = ldns_verify_rrsig_keylist_notime(rrset, rrsig, keys, valid);
2301 ldns_rr_list_free(valid);
2308 ldns_rr_list_free(valid);
2312 ldns_rr_list_cat(good_keys, valid);
2313 ldns_rr_list_free(valid);
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c1831 KASSERT(info & VM_INTINFO_VALID, ("intinfo must be valid: %#lx", info));
1879 KASSERT(info1 & VM_INTINFO_VALID, ("info1 %#lx is not valid", info1));
1880 KASSERT(info2 & VM_INTINFO_VALID, ("info2 %#lx is not valid", info2));
1935 int valid; local
1954 valid = nested_fault(vm, vcpuid, info1, info2, retinfo);
1957 valid = 1;
1960 valid = 1;
1962 valid = 0;
1965 if (valid) {
1970 return (valid);
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdport.c5170 if (onePortContext->tiPortalContext == portalContext && onePortContext->valid == agTRUE)
5309 * This parameter is valid only when modePage is set to TI_INTERRUPT_CONFIGURATION_PAGE.
6212 Bits 24-31: KEKopr Index in the KEK Table (OPRIDX). This field is valid only when PKR is 1.
6326 /* reset valid bit */
6327 oneDeviceData->valid = agFALSE;
6604 oneDeviceData->valid = agTRUE;
6701 oneDeviceData->valid = agTRUE;
6858 oneDeviceData->valid = agFALSE;
6907 oneDeviceData->valid = agFALSE;
7024 oneDeviceData->valid
[all...]
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c237 int valid; member in struct:iwm_mvm_alive_data
1749 * read valid data from another chunk so this case
2182 device_printf(sc->sc_dev, "no valid mac address was found\n");
2233 /* If no valid mac address was found - bail out */
2505 "Break since Data not valid or Empty section, sec = %d\n",
2567 "Break since Data not valid or Empty section, sec = %d\n",
2723 .valid = htole32(valid_tx_ant),
2768 alive_data->valid = le16toh(palive1->status) ==
2784 alive_data->valid = le16toh(palive2->status) ==
2808 alive_data->valid
5064 uint32_t valid; /* (nonzero) valid, (0) log is empty */ member in struct:iwm_error_event_table
5119 uint32_t valid; /* (nonzero) valid, (0) log is empty */ member in struct:iwm_umac_error_event_table
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am113 # This is an sh case which sets valid according to whether the CPU
119 valid= ; \
124 valid=yes ;; \
130 valid=yes ;; \
134 mips | alpha) valid=yes ;; \
136 elf) valid=yes ; \
138 maxq | ns32k | tic* | z80 | z8k) valid= ;; \
142 alpha) valid=yes ;; \
146 vax) valid=yes ;; \
155 valid
[all...]
H A DMakefile.in359 # This is an sh case which sets valid according to whether the CPU
364 valid= ; \
369 valid=yes ;; \
375 valid=yes ;; \
379 mips | alpha) valid=yes ;; \
381 elf) valid=yes ; \
383 maxq | ns32k | tic* | z80 | z8k) valid= ;; \
387 alpha) valid=yes ;; \
391 vax) valid=yes ;; \
399 valid
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriomaintx-defs.h971 uint32_t enable : 1; /**< When set the selected index address is valid. */
1347 uint32_t valid : 1; /**< This bit is set by hardware to indicate that the member in struct:cvmx_sriomaintx_erb_attr_capt::cvmx_sriomaintx_erb_attr_capt_s
1349 valid information. For control symbols, only
1354 uint32_t valid : 1;
1374 uint32_t valid : 1; /**< This bit is set by hardware to indicate that the member in struct:cvmx_sriomaintx_erb_attr_capt::cvmx_sriomaintx_erb_attr_capt_cn63xxp1
1376 valid information. For control symbols, only
1381 uint32_t valid : 1;
3132 * transactions require matches of all valid address field bits. Reads and Writes through Bar0
3332 * and ADDR66 to be zero. 66-bit address transactions require matches of all valid address field
3477 uint32_t ex_feat : 1; /**< Extended Feature Pointer is valid
3875 uint32_t valid : 1; /**< Link Response Valid. member in struct:cvmx_sriomaintx_port_0_link_resp::cvmx_sriomaintx_port_0_link_resp_s
[all...]
/freebsd-11-stable/sys/dev/esp/
H A Dncr53c9x.c1064 spi->valid =
1069 scsi->valid = CTS_SCSI_VALID_TQ;
1137 if ((scsi->valid & CTS_SCSI_VALID_TQ) != 0) {
1147 if ((spi->valid & CTS_SPI_VALID_BUS_WIDTH) != 0) {
1153 if ((spi->valid & CTS_SPI_VALID_SYNC_RATE) != 0) {
1159 if ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) != 0) {
2347 * valid condition, and we let the code check is the

Completed in 295 milliseconds

<<11121314151617181920