Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 2336) sorted by last modified time

12345678910>>...94

/illumos-gate/usr/src/test/libc-tests/runfiles/
H A Ddefault.run3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-libctest.p5m3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
H A Dsystem-library.man3c.inc3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
H A Dsystem-library.man3avl.inc3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
H A Ddriver-cpu-amd-zen.p5m3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
H A Ddriver-storage-nvme.p5m5 # Common Development and Distribution License ("CDDL"), version 1.0.
6 # You may only use this file in accordance with the terms of version
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers62 # naming the 32-bit version 'sparc' would be too likely to cause errors.
2427 # on other platforms they go directly into the current version (which
3148 # the symbols put in that version on other platforms.
3180 # There should never be more than one SUNWprivate version.
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios.c46 smbios_test_table_init(smbios_entry_point_t type, uint_t version) in smbios_test_table_init() argument
66 table->stt_version = version; in smbios_test_table_init()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c409 zfs_earlier_version(const char *name, int version) in zfs_earlier_version() argument
414 if (spa_version(spa) < version) { in zfs_earlier_version()
427 zpl_earlier_version(const char *name, int version) in zpl_earlier_version() argument
441 rc = zplversion < version; in zpl_earlier_version()
1593 uint64_t version = SPA_VERSION; in zfs_ioc_pool_create() local
1597 zpool_prop_to_name(ZPOOL_PROP_VERSION), &version); in zfs_ioc_pool_create()
1598 if (!SPA_VERSION_IS_SUPPORTED(version)) { in zfs_ioc_pool_create()
1625 error = zfs_fill_zplprops_root(version, rootprops, in zfs_ioc_pool_create()
H A Ddsl_crypt.c370 *version = 0; in dsl_dir_get_encryption_version()
377 DSL_CRYPTO_KEY_VERSION, 8, 1, version); in dsl_dir_get_encryption_version()
386 uint64_t version = 0; in dsl_dir_incompatible_encryption_version() local
388 ret = dsl_dir_get_encryption_version(dd, &version); in dsl_dir_incompatible_encryption_version()
392 return (version != ZIO_CRYPT_KEY_CURRENT_VERSION); in dsl_dir_incompatible_encryption_version()
552 uint64_t crypt = 0, guid = 0, version = 0; in dsl_crypto_key_open() local
2164 uint64_t intval, key_guid, version; in dsl_crypto_recv_raw_key_check() local
2259 uint64_t version = ZIO_CRYPT_KEY_CURRENT_VERSION; in dsl_crypto_recv_raw_key_sync() local
2292 sizeof (uint64_t), 1, &version, tx)); in dsl_crypto_recv_raw_key_sync()
2414 uint64_t iters = 0, salt = 0, version = 0; in dsl_crypto_populate_key_nvlist() local
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c3861 zfs_aces_walk_init_common(mdb_walk_state_t *wsp, int version, in zfs_aces_walk_init_common() argument
3874 ace_walk_data->ace_version = version; in zfs_aces_walk_init_common()
3883 zfs_acl_node_aces_walk_init_common(mdb_walk_state_t *wsp, int version) in zfs_acl_node_aces_walk_init_common() argument
3906 return (zfs_aces_walk_init_common(wsp, version, in zfs_acl_node_aces_walk_init_common()
/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen.c836 _topo_init(topo_mod_t *mod, topo_version_t version) in _topo_init() argument
/illumos-gate/usr/src/data/hwdata/
H A Dusb.ids9 # The latest version can be obtained from
7547 00f8 M-BL22DB Mouse (other version)
15187 2023 card reader SD/MS DEMO board with ICSI brand name (MaskROM version)
15188 2024 card reader SD/MS DEMO board with Generic brand name (MaskROM version)
H A Dpci.ids1133 # For secure part version of this chip
1135 # For secure part version of this chip
1137 # For secure part version of this chip
1139 # For secure part version of this chip
1141 # For secure part version of this chip
1144 # For secure part version of this chip
1146 # For secure part version of this chip
13698 # EMU8008 PCI version of emu8000 chip
15409 00f4 Digi Neo 4 (IBM version)
16795 0045 Raptor 4000-L [Linux version]
[all …]
/illumos-gate/usr/src/test/util-tests/runfiles/
H A Ddefault.run3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h974 extern void spa_upgrade(spa_t *spa, uint64_t version);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1593 unsigned int version; in zfs_send_resume_token_to_nvlist() local
1603 &version, &checksum, &packed_len); in zfs_send_resume_token_to_nvlist()
1610 if (version != ZFS_SEND_RESUME_TOKEN_VERSION) { in zfs_send_resume_token_to_nvlist()
1613 version); in zfs_send_resume_token_to_nvlist()
1872 uint64_t version; in zfs_send() local
1873 version = zfs_prop_get_int(zhp, ZFS_PROP_VERSION); in zfs_send()
1874 if (version >= ZPL_VERSION_SA) { in zfs_send()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1073 uint64_t version = initial_version; in ztest_random_spa_version() local
1075 if (version <= SPA_VERSION_BEFORE_FEATURES) { in ztest_random_spa_version()
1076 version = version + in ztest_random_spa_version()
1080 if (version > SPA_VERSION_BEFORE_FEATURES) in ztest_random_spa_version()
1081 version = SPA_VERSION_FEATURES; in ztest_random_spa_version()
1083 ASSERT(SPA_VERSION_IS_SUPPORTED(version)); in ztest_random_spa_version()
1084 return (version); in ztest_random_spa_version()
2694 uint64_t version, newversion; in ztest_spa_upgrade() local
2735 } while (version > SPA_VERSION_BEFORE_FEATURES); in ztest_spa_upgrade()
2745 VERIFY3U(spa_version(spa), ==, version); in ztest_spa_upgrade()
[all …]
/illumos-gate/usr/src/uts/intel/pmcs8001fw/
H A DMakefile48 include $(CONF_SRCDIR)/pmcs8001fw.version
/illumos-gate/usr/src/uts/intel/pmcs/
H A DMakefile53 include $(CONF_SRCDIR)/pmcs8001fw.version
/illumos-gate/usr/src/uts/common/io/
H A Dtem.c454 if (temargs.version != VIS_CONS_REV) { in tem_info_init()
457 "of console fb driver not supported", temargs.version); in tem_info_init()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_admin.c336 (void) strlcpy((char *)ehi->ehi_kernel_ver_str, utsname.version, in ena_init_host_info()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocktpi.c277 int version, int sflags, int *errorp, cred_t *cr) in sotpi_create() argument
314 if (version == SOV_DEFAULT) in sotpi_create()
315 version = so_default_version; in sotpi_create()
317 so->so_version = (short)version; in sotpi_create()
H A Dsocksyscalls.c96 int version) in so_socket() argument
121 SOCKET_SLEEP, version, CRED(), &error); in so_socket()
125 SOCKET_SLEEP, version, CRED(), &error); in so_socket()
550 bind(int sock, struct sockaddr *name, socklen_t namelen, int version) in bind() argument
578 switch (version) { in bind()
601 listen(int sock, int backlog, int version) in listen() argument
793 (version != SOV_XPG4_2) ? 0 : _SOCONNECT_XPG4_2, CRED()); in connect()
804 shutdown(int sock, int how, int version) in shutdown() argument
1582 socklen_t *option_lenp, int version) in getsockopt() argument
1630 socklen_t option_len, int version) in setsockopt() argument
[all …]
/illumos-gate/usr/src/test/nvme-tests/tests/nvmeadm/
H A Dnvmeadm_test.ksh69 vers=$($nt_prog list -p -o version $nt_dev)

12345678910>>...94