Searched refs:version (Results 1 - 25 of 1548) sorted by path

1234567891011>>

/freebsd-9.3-release/bin/pax/
H A Dtar.c1028 l_strncpy(hd->version, TVERSION, TVERSLEN);
H A Dtar.h139 char version[TVERSLEN]; /* version */ member in struct:__anon12
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Duname-a.d47 `utsname.version,
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/System/
H A Duname-a.d47 `utsname.version,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d29 #pragma D option version=1.0
32 * The following identifiers were added as D built-ins as of version 1.1.
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c1516 uint64_t version; local
1519 8, 1, &version) == 0);
1520 if (version >= ZPL_VERSION_SA) {
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c248 "\tupgrade [-r] [-V version] <-a | filesystem ...>\n"));
1953 int version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); local
1956 if ((!cb->cb_newer && version < ZPL_VERSION) ||
1957 (cb->cb_newer && version > ZPL_VERSION)) {
1961 "formatted using a newer software version and\n"
1979 (void) printf("%2u %s\n", version, zfs_get_name(zhp));
1989 int version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); local
2004 "upgraded; the pool version needs to first "
2005 "be upgraded\nto version %d\n\n"),
2012 if (version < c
2035 zfs_get_name(zhp), version); local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/zpool/
H A Dzpool_main.c258 "\tupgrade [-V version] <-a | pool ...>\n"));
437 * feature@ properties and version should not be specified
445 "'version' properties cannot be specified "
1359 (void) printf(gettext("newer version"));
1490 (void) printf(gettext("newer version"));
1655 "legacy on-disk version.\n"));
1660 "incompatible version.\n"));
1821 uint64_t version; local
1829 ZPOOL_CONFIG_VERSION, &version) == 0);
1830 if (!SPA_VERSION_IS_SUPPORTED(version)) {
4517 upgrade_version(zpool_handle_t *zhp, uint64_t version) argument
4541 zpool_get_name(zhp), oldversion, version); local
4590 uint64_t version; local
4655 uint64_t version; local
4688 uint64_t version; local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c57 * testing is enabled ztest will sometimes run the "older" version
951 * Find a random spa version. Returns back a random spa version in the
957 uint64_t version = initial_version; local
959 if (version <= SPA_VERSION_BEFORE_FEATURES) {
960 version = version +
961 ztest_random(SPA_VERSION_BEFORE_FEATURES - version + 1);
964 if (version > SPA_VERSION_BEFORE_FEATURES)
965 version
2379 uint64_t version, newversion; local
2427 VERIFY3U(spa_version(spa), ==, version); local
2436 VERIFY3U(spa_version(spa), >, version); local
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c479 * Set the CTF library client version to the specified version. If version is
480 * zero, we just return the default library version number.
483 ctf_version(int version) argument
485 if (version < 0) {
490 if (version > 0) {
491 if (version > CTF_VERSION) {
495 ctf_dprintf("ctf_version: client using version %d\n", version);
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c1076 k_stat.version = sizeof(k_stat);
H A Ddt_open.c68 * of identifiers below to fill in the attribute and version fields associated
72 * far. DT_VERS_LATEST must correspond to the latest version value among all
75 * You must update DT_VERS_LATEST and DT_VERS_STRING when adding a new version,
76 * and then add the new version to the _dtrace_versions[] array declared below.
94 * The version number should be increased for every customer visible release
103 * easily determined from the version number. Minor bugs do not require any
104 * modification to the version number.
793 const char *const _dtrace_version = DT_VERS_STRING; /* API version string */
794 int _dtrace_rdvers = RD_VERSION; /* rtld_db feature version */
1005 dt_vopen(int version, in argument
1559 dtrace_open(int version, int flags, int *errp) argument
1565 dtrace_vopen(int version, int flags, int *errp, const dtrace_vector_t *vector, void *arg) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_dataset.c868 * The choice of reservation property depends on the SPA version.
1068 int version; local
1072 version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION);
1073 if (intval < version) {
1075 "Can not downgrade; already at version %u"),
1076 version);
4661 * suite's shell version in reservation.kshlib.
H A Dlibzfs_import.c526 * version
534 uint64_t state, version; local
537 version = fnvlist_lookup_uint64(tmp,
540 ZPOOL_CONFIG_VERSION, version);
H A Dlibzfs_pool.c430 nvlist_t *props, uint64_t version, prop_flags_t flags, char *errbuf)
514 if (intval < version ||
533 if (version < SPA_VERSION_BOOTFS) {
685 uint64_t version; local
700 version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL);
702 zhp->zpool_name, nvl, version, flags, errbuf)) == NULL) {
1703 uint64_t version; local
1707 &version) == 0);
1710 props, version, flags, errbuf)) == NULL) {
1788 * Unsupported version
429 zpool_valid_proplist(libzfs_handle_t *hdl, const char *poolname, nvlist_t *props, uint64_t version, prop_flags_t flags, char *errbuf) argument
2728 uint64_t version = zpool_get_prop_int(zhp, local
3116 uint64_t version; local
[all...]
H A Dlibzfs_sendrecv.c638 * needing to make incompatible version changes. We
1375 uint64_t version; local
1376 version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION);
1377 if (version >= ZPL_VERSION_SA) {
1921 * select the "most local" version of the origin snapshot in the case
H A Dlibzfs_status.c203 uint64_t version; local
209 &version) == 0);
235 * Newer on-disk version.
346 * Outdated, but usable, version
348 if (SPA_VERSION_IS_SUPPORTED(version) && version != SPA_VERSION)
354 if (version >= SPA_VERSION_FEATURES) {
/freebsd-9.3-release/contrib/amd/
H A Dbootstrap43 # show version
44 aclocal --version 2>&1 | head -1
54 # show version
55 autoconf --version 2>&1 | head -1
77 # show version
78 autoheader --version 2>&1 | head -1
95 # show version
96 automake --version 2>&1 | head -1
/freebsd-9.3-release/contrib/amd/doc/
H A Dtexinfo.tex14 % published by the Free Software Foundation; either version 2, or (at
15 % your option) any later version.
31 % Please try the latest version of texinfo.tex before submitting bug
32 % reports; you can get the latest version from:
62 \message{Loading texinfo [version \texinfoversion]:}
64 % If in a .fmt file, print the version number
67 \everyjob{\message{[Texinfo version \texinfoversion]}%
107 % messages, but if we're using an old version of TeX, don't do anything.
533 % But first, it executes a specialized version of \checkenv
6672 % using an old version o
[all...]
/freebsd-9.3-release/contrib/amd/include/
H A Dam_utils.h239 extern char version[]; /* Version info */
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmount_fs.c513 /* this is the version of the nfs_args structure, not of NFS! */
578 nap->version = NFS_ARGSVERSION; /* BSDI 3.0 and OpenBSD 2.2 */
581 nap->version = DG_MOUNT_NFS_VERSION; /* dg-ux */
853 /* get string version (in hex) of identifier */
972 plog(XLOG_DEBUG, "NA->version = %d", nap->version);
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c152 /*% version */
154 version(void) { function
166 " (Use ixfr=version for type ixfr)\n"
190 " +[no]edns[=###] (Set EDNS version) [0]\n"
236 " -v (print version and exit)\n",
1279 version();
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c150 static dns_dbversion_t *gversion; /* The database version */
902 * If not, try to find a keyset-* file from an earlier version of
1318 cleannode(dns_db_t *db, dns_dbversion_t *version, dns_dbnode_t *node) { argument
1327 result = dns_db_allrdatasets(db, node, version, 0, &rdsiter);
1341 dresult = dns_db_deleterdataset(db, node, version,
2734 dns_dbversion_t *version = NULL; local
2854 result = dns_db_newversion(db, &version);
2857 result = dns_diff_apply(&diff, db, version);
2861 result = dns_master_dump(mctx, db, version, style, filename);
2866 dns_db_closeversion(db, &version, ISC_FALS
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dbuiltin.c22 * The built-in "version", "hostname", "id", "authors" and "empty" databases.
330 if (ns_g_server->version == NULL)
333 return (put_txt(lookup, ns_g_server->version));
383 * If a version string is specified, disable the authors.bind zone.
472 if (strcmp(argv[0], "version") == 0)
/freebsd-9.3-release/contrib/bind9/bin/named/include/named/
H A Dquery.h35 /*% nameserver database version structure */
38 dns_dbversion_t *version; member in struct:ns_dbversion

Completed in 300 milliseconds

1234567891011>>