HomeSort by: relevance | last modified time | path
    Searched defs:versions (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/m68k/fpsp/
l_fpsp.h 15 * regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
28 * without alteration in any modified and/or redistributed versions, variable
29 * and that such modified versions are clearly identified as such.
fpsp.h 15 * regard to the SOFTWARE (INCLUDING ANY MODIFIED VERSIONS THEREOF)
28 * without alteration in any modified and/or redistributed versions, variable
29 * and that such modified versions are clearly identified as such.
  /src/external/bsd/libbind/dist/isc/
logging_p.h 27 unsigned int versions; member in struct:log_file_desc
  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
log.h 83 * since I am intend to make large number of versions work efficiently,
115 * channel the name, versions and maximum_size should be set before calling
124 int versions; /* >= 0, #ISC_LOG_ROLLNEVER, #ISC_LOG_ROLLINFINITE. */ member in struct:isc_logfile
639 * These are four internationalized versions of the isc_log_[v]write[1]
  /src/external/gpl2/xcvs/dist/src/
rcs.h 31 versions of CVS (e.g. 1.5 if you define DEATH_SUPPORT and not
32 DEATH_STATE). Only a hacked up RCS (used by those old versions of
93 List *versions; member in struct:rcsnode
  /src/external/mpl/bind/dist/bin/named/
logconf.c 138 "versions");
140 int32_t versions = ISC_LOG_ROLLNEVER; local
163 versions = cfg_obj_asuint32(versionsobj);
169 versions = ISC_LOG_ROLLINFINITE;
184 dest.file.versions = versions;
202 dest.file.versions = ISC_LOG_ROLLNEVER;
  /src/external/mpl/bind/dist/lib/isc/include/isc/
log.h 81 * since I am intend to make large number of versions work efficiently,
124 * channel the name, versions and maximum_size should be set before calling
134 int versions; /* >= 0, #ISC_LOG_ROLLNEVER, member in struct:isc_logfile
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
log.h 82 * since I am intend to make large number of versions work efficiently,
125 * channel the name, versions and maximum_size should be set before calling
135 int versions; /* >= 0, #ISC_LOG_ROLLNEVER, member in struct:isc_logfile
  /src/usr.bin/rpcgen/
rpc_parse.h 141 version_list *versions; member in struct:program_def
  /src/external/mpl/bind/dist/contrib/gitchangelog/
gitchangelog.py 1536 for version in data["versions"]:
1556 def stuffed_versions(versions, opts):
1557 for version in versions:
1582 data["versions"] = stuffed_versions(data["versions"], opts)
1714 """Returns an iterator through versions data structures
1729 :returns: iterator of versions data_structures
1884 data = {"title": title, "versions": []}
1886 versions = versions_data_iter(warn=warn, **kwargs) variable
1888 ## poke once in versions to know if there's at least one
    [all...]
  /src/external/mpl/bind/dist/lib/isc/
tls.c 448 * Using this macro is required for older versions of OpenSSL to
451 * On later versions this function is no longer needed and is
654 uint32_t versions = tls_versions; local
661 * specific protocol versions, like SSL_OP_NO_TLSv1_2,
670 /* TLS protocol versions are defined as powers of two. */
678 * Only supported versions should ever be passed to the
688 versions &= ~(tls_ver);
691 /* All versions should be processed at this point, thus the value
695 INSIST(versions == 0);
1107 * Unfortunately, some quite old versions of OpenSSL (< 1.1.1
    [all...]
  /src/sys/dev/hyperv/
vmbus.c 509 static const uint32_t versions[] = { local
527 for (i = 0; i < __arraycount(versions); i++) {
528 cmd.chm_ver = versions[i];
538 sc->sc_proto = versions[i];
543 if (i == __arraycount(versions)) {
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 1434 static rpcvers_t versions[] = { local
1459 for (i = 0; i < nitems(versions); i++) {
1493 NLM_PROG, versions[i], uaddr, nconf);
1496 "(NLM_PROG, %d).\n", versions[i]);
1503 rpcb_unset(NLM_PROG, versions[i], nconf);
1504 if (!svc_reg(xprts[j], NLM_PROG, versions[i],
1507 "(NLM_PROG, %d)\n", versions[i]);
  /src/external/bsd/libfido2/dist/src/fido/
types.h 266 fido_str_array_t versions; /* supported versions: fido2|u2f */ member in struct:fido_cbor_info
  /src/external/bsd/unbound/dist/util/
netevent.c 1614 uint32_t versions[2]; local
1619 /* fill the array with supported versions */
1620 versions[0] = NGTCP2_PROTO_VER_V1;
1627 dcid, dcidlen, scid, scidlen, versions, versions_len);
  /src/external/gpl3/binutils/dist/gas/config/
tc-riscv.c 123 /* Record the CSR is defined/valid in which versions. */
126 /* Record the CSR is aborted/invalid from which versions. If it isn't
5660 /* versions[0]: major version.
5661 versions[1]: minor version.
5662 versions[2]: revision version. */
5663 unsigned versions[3] = {0}, number = 0; local
5691 versions[i++] = number;
5702 versions[i] = number;
5706 versions[0])
5708 versions[1]
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-riscv.c 123 /* Record the CSR is defined/valid in which versions. */
126 /* Record the CSR is aborted/invalid from which versions. If it isn't
5649 /* versions[0]: major version.
5650 versions[1]: minor version.
5651 versions[2]: revision version. */
5652 unsigned versions[3] = {0}, number = 0; local
5680 versions[i++] = number;
5691 versions[i] = number;
5695 versions[0])
5697 versions[1]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc.h 487 struct dc_versions versions; member in struct:dc

Completed in 53 milliseconds