Searched refs:valid (Results 1 - 25 of 492) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_7zip.c114 int valid; member in struct:la_zstream
1623 lastrm->valid = 0;
1636 if (lastrm->valid)
1638 lastrm->valid = 1;
1673 lastrm->valid = 0;
1687 if (lastrm->valid)
1714 lastrm->valid = 1;
1768 lastrm->valid = 0;
1784 if (lastrm->valid)
1800 if (lastrm->valid)
[all...]
H A Darchive_read_support_format_rar.c254 char valid; member in struct:rar
625 rar->valid = 0;
1655 rar->valid = 1;
1902 if (!rar->valid)
2362 rar->valid = 0;
2407 rar->valid = 0;
2439 rar->valid = 0;
2916 rar->valid = 0;
H A Darchive_write_set_format_xar.c153 int valid; member in struct:la_zstream
2635 lastrm->valid = 0;
2647 if (lastrm->valid)
2674 lastrm->valid = 1;
2728 lastrm->valid = 0;
2744 if (lastrm->valid)
2771 lastrm->valid = 1;
2834 lastrm->valid = 0;
2850 if (lastrm->valid)
2866 if (lastrm->valid)
[all...]
H A Darchive_digest_private.h170 int valid; member in struct:__anon10
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure550 # Sed expression to map a string onto a valid CPP name.
553 # Sed expression to map a string onto a valid variable name.
864 # Reject names that are not valid shell variable names.
890 # Reject names that are not valid shell variable names.
1103 # Reject names that are not valid shell variable names.
1119 # Reject names that are not valid shell variable names.
1157 # Reject names that are not valid shell variable names.
4078 # Broken: fails on valid input.
4137 # Broken: fails on valid input.
5117 * are only valid i
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c1458 ** is a valid and open [database connection].
1861 /* Methods above are valid for version 1 */
1866 /* Methods above are valid for version 2 */
1869 /* Methods above are valid for version 3 */
2311 ** the string will be valid and unchanged until xClose() is
2376 ** a valid [sqlite3_io_methods] object or to NULL. xOpen must do
2378 ** element will be valid after xOpen returns regardless of the success
2554 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
3944 ** valid memory allocation that has now been freed, then the behavior
4576 ** An error. "readonly" is not a valid optio
[all...]
/freebsd-11-stable/contrib/unbound/validator/
H A Dautotrust.c68 /** number of times a key must be seen before it can become valid */
1116 "; with one containing valid DNSKEYs or DSes.\n") < 0) {
1886 int valid = 0; local
1887 /* see if we have anchors that are valid */
1893 valid++;
1897 * now that can be made valid. Do this immediately because there
1902 if(valid == 0) {
1903 valid = init_zsk_to_ksk(env, tp, changed);
1904 if(valid == 0)
1914 if(valid >
[all...]
/freebsd-11-stable/sys/dev/arcmsr/
H A Darcmsr.c3283 scsi->valid = CTS_SCSI_VALID_TQ;
3295 sas->valid = CTS_SAS_VALID_SPEED;
3316 spi->valid = CTS_SPI_VALID_DISC
/freebsd-11-stable/sys/vm/
H A Dvm_fault.c281 vm_page_busied(m)) || m->valid != VM_PAGE_BITS_ALL)
351 * valid, and exclusively busied.
354 MPASS(m->valid == VM_PAGE_BITS_ALL);
672 * fault if the page is marked valid, but since such
717 * pagedaemon. If it still isn't completely valid
722 if (fs.m->valid != VM_PAGE_BITS_ALL)
796 * an existing page that is only partially valid.
1028 * Zero the page if necessary and mark it valid.
1036 fs.m->valid = VM_PAGE_BITS_ALL;
1135 fs.first_m->valid
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h427 int valid; member in struct:ipoib_path
H A Dipoib_main.c515 path->valid = 0;
598 path->valid = 1;
712 if (!path || !path->valid) {
1693 * No mapping needed. Just check that it's a valid MC address.
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c312 uint8_t valid; member in struct:umidi_chan
1094 if (sc->sc_midi_chan.valid == 0) {
1100 sc->sc_midi_chan.valid = 1;
1104 if (sc->sc_midi_chan.valid) {
1779 if ((sc->sc_midi_chan.valid == 0) &&
1783 sc->sc_midi_chan.valid = 1;
2017 DPRINTF("Interface is not valid\n");
2167 /* set a valid value */
2192 /* try to search for a valid config */
2346 /* check if there is a valid recor
[all...]
/freebsd-11-stable/sys/dev/oce/
H A Doce_if.c1669 //assert(cqe2->valid != 0);
2039 while (cqe->valid) {
2052 cqe->valid = 0;
2079 rq->cqe_firstpart->valid = 0;
2080 cqe2->valid = 0;
2756 if(dbgcqe->valid)
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1062 page->valid = VM_PAGE_BITS_ALL;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql349 base-deleted: not valid in 'BASE' tree. In the 'WORKING' tree
356 other information is available. Not valid in the 'WORKING'
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c70 bool valid; member in struct:ib_sa_classport_cache
580 port->classport_info.valid = false;
894 * only valid if status is 0.
1014 * only valid if status is 0.
1301 if (!status && !sa_query->port->classport_info.valid) {
1305 sa_query->port->classport_info.valid = true;
1345 /* Use cached ClassPortInfo attribute if valid instead of sending mad */
1347 if (port->classport_info.valid && callback) {
1480 sa_dev->port[i].classport_info.valid = false;
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c134 #define asn1_tlc_clear(c) if (c) (c)->valid = 0
136 #define asn1_tlc_clear_nc(c) (c)->valid = 0
676 * We've got a valid STACK: free up any items present
1199 if (ctx && ctx->valid) {
1213 ctx->valid = 1;
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_cam.c2095 scsi->valid = CTS_SCSI_VALID_TQ;
2108 fc->valid = CTS_FC_VALID_SPEED |
2153 knob->xport_specific.fc.valid = KNOB_VALID_ADDRESS |
2172 if (knob->xport_specific.fc.valid & KNOB_VALID_ADDRESS) {
2180 if (knob->xport_specific.fc.valid & KNOB_VALID_ROLE) {
2583 /* if the ATIO has a valid IO pointer, CAM is telling
/freebsd-11-stable/sys/kern/
H A Dvfs_bio.c834 * valid data.
1394 * Free a buffer to the buf zone once it no longer has valid contents.
1803 * the buffer is valid and we do not have to do anything.
1849 * is set, the buffer is valid and we do not have to do anything, see
1910 * fully valid and thus cacheable. This is true even of NFS
2056 * Note that since the buffer must be completely valid, we can safely
2097 * Set B_CACHE, indicating that the buffer is fully valid. This is
2497 /* buffers with stale but valid contents */
2572 * In the write case, the valid and clean bits are
2612 if (m->valid
[all...]
H A Dkern_exec.c1009 if (ma[0]->valid != VM_PAGE_BITS_ALL) {
1024 if (ma[i]->valid)
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h2996 u8 valid[0x2]; member in struct:mlx5_ifc_config_item_bits
/freebsd-11-stable/sys/netinet/
H A Dsctp_pcb.c747 int valid = 0; local
757 valid = 1;
760 if (!valid) {
763 valid = 1;
766 if (!valid) {
880 * considered valid.
961 * valid.
4192 /* note the p argument is only valid in unbound sockets */
5495 * ASCONF-ACK response) and cannot be used as a valid source address.
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c452 "not a valid pool property\n"), propname);
2947 * If this is not a valid number, just plow on. The
3261 boolean_t valid)
3290 if (!valid)
3334 * to indicate that the value is valid.
3676 * has the only valid copy of some data.
3801 "valid when importing the pool\n"));
3260 print_one_column(zpool_prop_t prop, uint64_t value, boolean_t scripted, boolean_t valid) argument
/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/sendmail/src/
H A Dratectrl.c556 bool valid; local
558 valid = false;
560 valid = (ch->ch_Family == AF_INET);
561 if (valid)
570 valid = true;
577 if (!valid)

Completed in 1105 milliseconds

1234567891011>>