Searched refs:valid (Results 251 - 275 of 333) sorted by relevance

<<11121314

/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_main.c274 u32 valid:1; member in struct:filter_info
3039 p->valid = 1;
3059 if (!p->valid)
3085 if (!p->valid)
3189 p->pass = p->rss = p->valid = p->locked = 1;
3308 * in - the only guarantee is that sc->sc_lock is a valid lock.
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dmep-ibld.c342 if (((ex_info->valid >> offset) & mask) == mask)
347 if (! (mask & ex_info->valid))
364 ex_info->valid |= ((1 << bytes) - 1) << offset;
/freebsd-9.3-release/sys/dev/oce/
H A Doce_mbox.c1808 fwcmd->params.req.ctx.valid = 1;
1872 ctx->v2.valid = 1;
1887 ctx->v0.valid = 1;
/freebsd-9.3-release/sys/dev/sound/usb/
H A Duaudio.c285 uint8_t valid; member in struct:umidi_chan
979 if (sc->sc_midi_chan.valid == 0) {
985 sc->sc_midi_chan.valid = 1;
989 if (sc->sc_midi_chan.valid) {
1555 if ((sc->sc_midi_chan.valid == 0) &&
1559 sc->sc_midi_chan.valid = 1;
1774 DPRINTF("Interface is not valid\n");
1921 /* set a valid value */
1946 /* try to search for a valid config */
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcvs_acls.in160 Checks modules in the 'cvsacl' file for valid files and directories
837 $text = sprintf("Module entry on cvsacl line: %s is not a valid file or directory.\n", $cvsacl_module);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp805 assert(loc.isValid() && loc.isMacroID() && "Expected a valid macro loc");
827 assert(loc.isValid() && loc.isMacroID() && "Expected a valid macro loc");
1656 // valid suffix for a string literal or a numeric literal (this could be
1775 // If the last character was not a '(', then we didn't lex a valid delimiter.
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dieee802_1x.c1205 /* RFC 2869, Ch. 5.13: valid Message-Authenticator attribute MUST be
1813 int valid)
1817 sm->portValid = valid ? TRUE : FALSE;
1812 ieee802_1x_notify_port_valid(struct eapol_state_machine *sm, int valid) argument
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h1851 uint64_t rx_inuse : 4; /**< Number of RX buffers containing valid packets
1941 uint64_t valid : 1; /**< Read Data Valid. */ member in struct:cvmx_sriox_maint_rd_data::cvmx_sriox_maint_rd_data_s
1945 uint64_t valid : 1;
2179 * PSD - the silo psuedo-entry that is valid only while a controller is in the middle of pushing
2327 * PSD - the silo psuedo-entry that is valid only while a controller is in the middle of pushing
2534 * PSD - the silo psuedo-entry that is valid only while a controller is in the middle of pushing
2740 Note: Count must be > 0 for entry to be valid. */
2786 Note: Count must be > 0 for entry to be valid. */
H A Dcvmx-srio.c300 /* Wait for the read data to become valid */
301 if (CVMX_WAIT_FOR_FIELD64(CVMX_SRIOX_MAINT_RD_DATA(srio_port), cvmx_sriox_maint_rd_data_t, valid, ==, 1, CVMX_SRIO_CONFIG_TIMEOUT))
/freebsd-9.3-release/sys/dev/advansys/
H A Dadvlib.c1155 spi->valid |= CTS_SPI_VALID_SYNC_OFFSET;
1156 spi->valid |= CTS_SPI_VALID_SYNC_RATE;
/freebsd-9.3-release/sys/dev/firewire/
H A Dsbp_targ.c686 sbp_cmd_status->valid = 1;
691 sbp_cmd_status->valid = 0;
H A Dsbp.c1527 printf("%s: SCSI status %x sfmt %x valid %x key %x code %x qlfr %x len %d\n",
1531 sbp_cmd_status->valid,
1547 if(sbp_cmd_status->valid)
2381 /* The opcodes sometimes aimed at a target (sc is valid),
2615 spi->valid = CTS_SPI_VALID_DISC;
2617 scsi->valid = CTS_SCSI_VALID_TQ;
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_history.txt215 * NumPhys field) to determine the number of valid elements
/freebsd-9.3-release/sys/ufs/ffs/
H A Dffs_vnops.c772 * content remains valid because the page fault handler
856 * if ANY DEV_BSIZE blocks are valid on a large filesystem block,
857 * then the entire page is valid. Since the page may be mapped,
862 if (mreq->valid) {
863 if (mreq->valid != VM_PAGE_BITS_ALL)
1095 * If the buffer is not valid we have to clear out any
/freebsd-9.3-release/usr.sbin/ppp/
H A Dipcp.c583 || (ipcp->fsm.bundle->radius.valid && ipcp->fsm.bundle->radius.vj)
705 if (bundle->radius.valid)
993 * If we've already had a valid address configured for the peer,
H A Dipv6cp.c256 if (bundle->radius.valid)
/freebsd-9.3-release/contrib/binutils/gas/
H A Dmacro.c531 _("`%s' is not a valid parameter qualifier for `%s' in macro `%s'"),
/freebsd-9.3-release/crypto/openssh/
H A Dserverloop.c1142 if (pw == NULL || !the_authctxt->valid)
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi.c631 /* Pick the first valid sleep state for the sleep button default. */
755 * Also, disable any that are not valid for this state (most).
1097 /* Only memory and IO resources are valid here. */
1501 int i, valid; local
1520 for (i = 0, valid = 0; i < count; i++)
1524 valid++;
1528 return_VALUE (valid);
1629 /* If this is not a valid device type (e.g., a method), skip it. */
2096 * Returns true if a device has at least one valid device ID.
/freebsd-9.3-release/sys/dev/arcmsr/
H A Darcmsr.c2972 scsi->valid = CTS_SCSI_VALID_TQ;
2983 sas->valid = CTS_SAS_VALID_SPEED;
3000 spi->valid = CTS_SPI_VALID_DISC
3012 cts->valid = CCB_TRANS_SYNC_RATE_VALID |
/freebsd-9.3-release/sys/dev/ath/ath_hal/
H A Dah.h488 uint8_t valid; /* valid for rate control use */ member in struct:__anon7015::__anon7016
504 u_int rs_count; /* number of valid entries */
1107 * radio. Returns 1 for valid results, 0 for invalid channel.
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Drs600.c131 if ((voltage->type == VOLTAGE_GPIO) && (voltage->gpio.valid)) {
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c137 * doing an average of 10000 valid 2D and 3D fixes is what the automatic
318 u_char count5; /* cycles thru get_timestamp waiting for valid UTC correction */
1193 * There is an optional line with PPSCONTROL on it (only valid for M12 or M12+T
1623 /* Once the Almanac is valid, the M12+T does not produce valid UTC
1625 * Wait for UTC offset decode valid, then wait one message more
2507 int subframe, valid, page, i, j, tow; local
2521 valid = (buf[6] >> 4) & 017;
2524 if ((!instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 4 && page == 18 && valid == 10)) {
2531 if ((instance->Bl.lsf_flg && !instance->Bl.wn_flg) && (subframe == 1 && valid
[all...]
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_locl.h445 int valid; member in struct:cert_st
/freebsd-9.3-release/sys/netinet/
H A Dsctp_pcb.c745 int valid = 0; local
755 valid = 1;
758 if (!valid) {
761 valid = 1;
764 if (!valid) {
881 * considered valid.
962 * valid.
4169 /* note the p argument is only valid in unbound sockets */
5488 * ASCONF-ACK response) and cannot be used as a valid source address.

Completed in 360 milliseconds

<<11121314