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

1234567891011>>

/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c763 scsi->valid = CTS_SCSI_VALID_TQ;
765 fc->valid = CTS_FC_VALID_SPEED;
770 fc->valid |= CTS_FC_VALID_WWNN | CTS_FC_VALID_WWPN |
H A Dscsi_ctl.c342 ccb->knob.xport_specific.valid = KNOB_VALID_ROLE;
1728 if ((ccb->knob.xport_specific.valid & KNOB_VALID_ADDRESS) != 0){
1810 printf("%s: %s has no valid WWNN/WWPN\n", __func__,
1815 ccb->knob.xport_specific.valid = KNOB_VALID_ROLE;
1817 ccb->knob.xport_specific.valid |= KNOB_VALID_ADDRESS;
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low.c1078 if ((spi->valid & (CTS_SPI_VALID_BUS_WIDTH |
1082 if (spi->valid & CTS_SPI_VALID_BUS_WIDTH) {
1087 if (spi->valid & CTS_SPI_VALID_SYNC_RATE) {
1092 if (spi->valid & CTS_SPI_VALID_SYNC_OFFSET) {
1101 if ((spi->valid & CTS_SPI_FLAGS_DISC_ENB) != 0 ||
1105 if (spi->valid & CTS_SPI_FLAGS_DISC_ENB) {
1178 spi->valid |= CTS_SPI_VALID_SYNC_RATE;
1180 spi->valid |= CTS_SPI_VALID_SYNC_OFFSET;
1182 spi->valid |= CTS_SPI_VALID_BUS_WIDTH;
1186 scsi->valid
[all...]
/freebsd-9.3-release/sys/kern/
H A Dvfs_cluster.c403 * Stop scanning if the buffer is fully valid
421 * take part in the cluster. If it is partially valid
434 if ((tbp->b_pages[j]->valid &
486 if (m->valid == VM_PAGE_BITS_ALL)
504 * Fully valid pages in the cluster are already good and do not need
510 if (bp->b_pages[j]->valid == VM_PAGE_BITS_ALL)
H A Dvfs_bio.c472 * valid data.
944 * the buffer is valid and we do not have to do anything.
1008 * is set, the buffer is valid and we do not have to do anything, see
1055 * fully valid and thus cacheable. This is true even of NFS
1186 * Note that since the buffer must be completely valid, we can safely
1227 * Set B_CACHE, indicating that the buffer is fully valid. This is
1568 * supported due to the page granularity bits (m->valid,
1798 /* buffers with stale but valid contents */
1888 * no valid data. We also free the page if the
1891 if ((bp->b_flags & B_ASYNC) == 0 && !m->valid) {
[all...]
/freebsd-9.3-release/sys/netipsec/
H A Dipsec_input.c172 * kernel crypto routine. The resulting mbuf chain is a valid
832 * M and OFF are valid.
838 int valid; local
846 * Check to see if we have a valid SA corresponding to
851 valid = (sav != NULL);
858 * Depending on whether the SA is "valid" and
864 icmp6_mtudisc_update(ip6cp, valid);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_ciph.c535 if ((c != NULL) && c->valid && !IS_MASKED(c)
538 if ((c != NULL) && c->valid && !IS_MASKED(c))
917 if (ca_list[j]->valid) {
/freebsd-9.3-release/sys/fs/tmpfs/
H A Dtmpfs_vnops.c454 if (m->valid != VM_PAGE_BITS_ALL) {
569 m->valid = VM_PAGE_BITS_ALL;
678 if (tpg->valid != VM_PAGE_BITS_ALL) {
695 KASSERT(vpg->valid == VM_PAGE_BITS_ALL, ("parts of vpg invalid"));
700 KASSERT(tpg->valid == VM_PAGE_BITS_ALL,
/freebsd-9.3-release/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...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth.c594 if (!sm->key_replay[i].valid)
777 if (!sm->key_replay[i].valid)
973 sm->key_replay[0].valid = FALSE;
1118 sm->key_replay[i].valid = sm->key_replay[i - 1].valid;
1126 sm->key_replay[0].valid = TRUE;
1178 "PTK not valid when sending EAPOL-Key "
/freebsd-9.3-release/sys/dev/esp/
H A Dncr53c9x.c1064 spi->valid =
1069 scsi->valid = CTS_SCSI_VALID_TQ;
1138 if ((scsi->valid & CTS_SCSI_VALID_TQ) != 0) {
1148 if ((spi->valid & CTS_SPI_VALID_BUS_WIDTH) != 0) {
1154 if ((spi->valid & CTS_SPI_VALID_SYNC_RATE) != 0) {
1160 if ((spi->valid & CTS_SPI_VALID_SYNC_OFFSET) != 0) {
2348 * valid condition, and we let the code check is the
/freebsd-9.3-release/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c1317 * @valid: New portValid value
1321 void eapol_sm_notify_portValid(struct eapol_sm *sm, Boolean valid) argument
1326 "portValid=%d", valid);
1327 sm->portValid = valid;
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe_phy.c133 "Could not identify valid PHY address");
143 * ixgbe_validate_phy_addr - Determines phy address is valid
150 bool valid = FALSE; local
159 valid = TRUE;
161 return valid;
/freebsd-9.3-release/sys/dev/tws/
H A Dtws_cam.c277 ccb->cts.xport_specific.spi.valid = CTS_SPI_VALID_DISC;
279 ccb->cts.proto_specific.scsi.valid = CTS_SCSI_VALID_TQ;
282 ccb->cts.valid = (CCB_TRANS_DISC_VALID | CCB_TRANS_TQ_VALID);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c455 path->valid = 0;
538 path->valid = 1;
652 if (!path || !path->valid) {
1479 * No mapping needed. Just check that it's a valid MC address.
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c647 * validity. If we can't find a valid CRL return the last one with matching
953 if (!xs->valid
975 xs->valid = 1;
1291 /* If we have a purpose then check it is valid */
1361 ctx->valid = 0;
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcgen-opc.c442 0 is only valid if `insn == NULL && ! CGEN_INT_INSN_P'.
443 If INSN != NULL, LENGTH must be valid.
478 ex_info.valid = -1;
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_hash.h66 int valid; member in struct:__anon1625
/freebsd-9.3-release/contrib/libarchive/tar/
H A Dbsdtar.c124 const char *valid);
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s88 main: cmpb $0x80,%dl # Drive valid?
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Ddisk.s296 parttable: .space 1024 # Copy of valid partition table
/freebsd-9.3-release/sys/dev/cx/
H A Dcsigma.c47 /* valid IRQs and DRQs */
51 static int valid (short value, short *list) function
240 if (! valid (port, porttab))
243 if (irq > 0 && ! valid (irq, irqtab))
246 if (dma > 0 && ! valid (dma, dmatab))
300 /* Yes, we really have valid Sigma board. */
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c240 m->valid = VM_PAGE_BITS_ALL;
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_smp_request.c159 * call is valid.
255 // Default - zero is a valid default for 2.0.
410 task_context->valid = SCU_TASK_CONTEXT_VALID;
/freebsd-9.3-release/sys/dev/mge/
H A Dif_mge.c195 int i, valid; local
202 valid = 0;
205 valid = 1;
209 if (valid) {

Completed in 701 milliseconds

1234567891011>>