Searched refs:valid (Results 226 - 250 of 492) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ofed/librdmacm/
H A Drdma_cma_abi.h213 __u8 valid; member in struct:ucma_abi_conn_param
/freebsd-11-stable/crypto/openssh/
H A Dauth2-chall.c329 authenticated = authctxt->valid ? 1 : 0;
H A Dauth2-hostbased.c69 if (!authctxt->valid) {
H A Dsshconnect.c801 * check whether the supplied host key is valid, return -1 if the key
802 * is not valid. user_hostfile[0] will not be updated if 'readonly' is true.
1057 * This is only a debug() since it is valid to have
1244 char valid[64], *fp = NULL, *cafp = NULL; local
1263 valid, sizeof(valid));
1265 "ID \"%s\" CA %s %s valid %s",
1270 valid);
H A Dauth-krb5.c219 return (authctxt->valid ? 1 : 0);
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_mcp.h395 u32 valid; member in struct:ecore_mdump_retain_data
493 /* Resource number [valid values are 0..31] */
535 /* Resource number [valid values are 0..31] */
/freebsd-11-stable/sys/dev/pci/
H A Dpcib_private.h82 int valid; member in struct:pcib_window
/freebsd-11-stable/sys/vm/
H A Dsg_pager.c163 * page is found since '0' can be a valid page-aligned physical
199 page->valid = VM_PAGE_BITS_ALL;
H A Dvm_object.c943 if (p->valid == 0)
1258 if (tm->valid != VM_PAGE_BITS_ALL)
1586 * is not valid, the parent's object pager must have the page.
1592 if ((pp == NULL || pp->valid == 0) &&
1661 * (yet) valid. Until its state is finalized by the
1676 KASSERT(pp == NULL || pp->valid != 0,
2005 p->valid = 0;
2018 if ((options & OBJPR_CLEANONLY) != 0 && p->valid != 0) {
2081 * Populate the specified range of the object with valid pages. Returns
2100 if (m->valid !
[all...]
/freebsd-11-stable/sys/cam/ata/
H A Data_pmp.c450 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_REVISION)
500 if (cts.xport_specific.sata.valid & CTS_SATA_VALID_CAPS)
761 cts.xport_specific.sata.valid = CTS_SATA_VALID_REVISION;
766 cts.xport_specific.sata.valid |= CTS_SATA_VALID_CAPS;
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_x509.c92 ret->valid = 0;
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/contrib/ntp/ntpd/
H A Drefclock_mx4200.c921 * time mark will be valid (based on operator-specified
954 int sentence_type, valid; local
974 valid = 1;
977 valid = 0;
980 return ("bad pulse-valid");
1100 if (!valid || pp->leap == LEAP_NOTINSYNC) {
1101 mx4200_debug(peer, "mx4200_parse_t: time mark not valid\n");
1434 * V = Only output time pulse if time is valid (as determined
1437 * which a time mark will be considered valid.
/freebsd-11-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in176 # 3. current file isn't valid
325 # 1 File is valid
440 If the leapfile does not exist, is not valid, has expired, or is
442 valid, it is installed.
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_vdso.c87 m->valid = VM_PAGE_BITS_ALL;
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth_i.h62 u8 pmkid[PMKID_LEN]; /* valid if pmkid_set == 1 */
71 Boolean valid; member in struct:wpa_state_machine::wpa_key_replay_counter
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_ioctl.h101 * A hardware filter is some valid combination of these.
196 uint32_t vlan_vld:1; /* VLAN valid */
197 uint32_t ovlan_vld:1; /* outer VLAN tag valid, value in "vnic" */
198 uint32_t pfvf_vld:1; /* VNIC id (PF/VF) valid, value in "vnic" */
356 uint8_t valid; member in struct:t4_tracer
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DLazyRandomTypeCollection.cpp141 if (!Records[Index.toArrayIndex()].Type.valid())
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DBinaryStreamRef.h122 bool valid() const { return BorrowedImpl != nullptr; } function in class:llvm::BinaryStreamRefBase
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_bufs.c341 int valid = 0; local
374 valid = 1;
378 if (!list_empty(&dev->agp->memory) && !valid) {
700 int i, valid; local
730 valid = 0;
734 valid = 1;
738 if (!list_empty(&dev->agp->memory) && !valid) {
817 /* Free the entry because it isn't valid */
1016 /* Free the entry because it isn't valid */
1181 /* Free the entry because it isn't valid */
[all...]
/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...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu.c1708 if (m->valid != 0) {
1709 ASSERT3U(m->valid, ==, VM_PAGE_BITS_ALL);
1720 m->valid = VM_PAGE_BITS_ALL;
1736 ASSERT(m->valid == 0);
1759 m->valid = VM_PAGE_BITS_ALL;
1806 m->valid = VM_PAGE_BITS_ALL;
1814 if (m->valid != 0) {
1815 ASSERT3U(m->valid, ==, VM_PAGE_BITS_ALL);
1832 m->valid = VM_PAGE_BITS_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/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_kg.c895 /* if next engine is private port policer profile, we need to check that it is valid */
905 RETURN_ERROR(MINOR, E_INVALID_STATE, ("Relative profile not valid."));
1085 return p_FmPcd->p_FmPcdKg->schemes[schemeId].valid;
1962 RETURN_ERROR(MAJOR, err, ("Shared profile not valid offset"));
1964 RETURN_ERROR(MINOR, E_INVALID_STATE, ("Shared profile not valid."));
2593 ASSERT_COND(!p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2597 p_FmPcd->p_FmPcdKg->schemes[schemeId].valid = TRUE;
2607 p_FmPcd->p_FmPcdKg->schemes[schemeId].valid = FALSE;
2613 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
2622 ASSERT_COND(p_FmPcd->p_FmPcdKg->schemes[schemeId].valid);
[all...]
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_cam.c972 * valid config header information, we can (barely) lurch
3354 * We can be called just to valid transport and proto versions
3356 if (scsi->valid == 0 && spi->valid == 0) {
3389 if ((spi->valid & CTS_SPI_VALID_DISC) != 0) {
3394 if ((scsi->valid & CTS_SCSI_VALID_TQ) != 0) {
3399 if ((spi->valid & CTS_SPI_VALID_BUS_WIDTH) != 0) {
3404 if (spi->valid & CTS_SPI_VALID_SYNC_OFFSET) {
3414 if (spi->valid & CTS_SPI_VALID_SYNC_RATE) {
3467 fc->valid
[all...]

Completed in 336 milliseconds

1234567891011>>