/illumos-gate/usr/src/test/zfs-tests/tests/functional/poolversion/ |
H A D | poolversion_001_pos.ksh | 37 # zpool set version can upgrade a pool 40 # 1. Taking a version 1 pool 41 # 2. For all known versions, set the version of the pool using zpool set 42 # 3. Verify that pools version 46 log_assert "zpool set version can upgrade a pool" 47 for version in 1 2 3 4 5 6 7 8 49 log_must zpool set version=$version $TESTPOOL 50 ACTUAL=$(zpool get version $TESTPOOL | grep version \ [all...] |
H A D | poolversion_002_pos.ksh | 37 # zpool set version can only increment pool version 40 # 1. Set a version 1 pool to be a version 6 pool 41 # 2. Verify it's set to version 6 43 # 4. Verify it's still set to version 6 47 log_assert "zpool set version can only increment pool version" 49 log_must zpool set version=6 $TESTPOOL2 50 # verify it's actually that version [all...] |
H A D | setup.ksh | 36 # create a version 1 pool 38 log_must zpool create -o version=1 $TESTPOOL /tmp/zpool_version_1.dat 41 # create another version 1 pool 43 log_must zpool create -o version=1 $TESTPOOL2 /tmp/zpool2_version_1.dat
|
/illumos-gate/usr/src/cmd/sgs/libldstab/common/ |
H A D | stab.c | 47 * The current version of /usr/lib/libldstab.so.1 is a stub that exists 51 * will be loaded. It specifies a support library version of 66 ld_version64(uint_t version) argument 68 ld_version(uint_t version)
|
/illumos-gate/usr/src/lib/common/common/ |
H A D | values-Xa.c | 45 const enum version _lib_version = ansi_1;
|
H A D | values-Xc.c | 45 const enum version _lib_version = strict_ansi;
|
H A D | values-Xs.c | 47 const enum version _lib_version = c_issue_4;
|
H A D | values-Xt.c | 47 const enum version _lib_version = c_issue_4;
|
/illumos-gate/usr/src/lib/libm/common/C/ |
H A D | _lib_version.c | 38 const enum version __libm_lib_version = libm_ieee;
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | xstat.c | 43 _xstat(int version, const char *path, struct stat *statb) argument 45 if (version != _STAT_VER) { 53 _lxstat(int version, const char *path, struct stat *statb) argument 55 if (version != _STAT_VER) { 63 _fxstat(int version, int fd, struct stat *statb) argument 65 if (version != _STAT_VER) { 73 _xmknod(int version, const char *path, mode_t mode, dev_t dev) argument 75 if (version != _MKNOD_VER) {
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_001_pos.ksh | 43 # 3. Grep for version descriptions and 'feature flags' 61 # for single and double digit version number. For example, 65 for version in {1..28}; do 66 log_note "Checking for a description of pool version $version" 67 log_must eval "awk '/^ $version / { print $1 }' /tmp/zpool-versions.$$ | grep $version"
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | utsname.h | 41 char version[9]; member in struct:utsname
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | mkinstalldirs | 18 Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ... 38 --version) 73 # from a parallel make. We use --version in the probe to restrict 77 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then 86 test -d ./--version && rmdir ./--version 90 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 && 91 test ! -d ./--version; then 96 for d in ./-m ./-p ./--version " [all...] |
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade.kshlib | 49 typeset -i vp=$(get_pool_prop version $pool) 50 typeset -i version 55 for version in $ZFS_ALL_VERSIONS ; do 57 eval verfs=\$ZFS_VERSION_$version 66 if (( version == zpl_version )); then 73 log_mustnot zfs create -o version=${version} ${current_fs} 76 log_must zfs create -o version=${version} ${current_fs} 96 version [all...] |
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ClientMsgManager.java | 58 // Register a new message type class and version. 61 int version, 66 String key = makeClassKey(keyName, version); 88 int version, 97 (Class)classTable.get(makeClassKey(keyName, version)); 105 new Integer(version)}); 130 new Integer(version), 137 private static String makeClassKey(String className, int version) { argument 139 return className + version; 60 addClientMsgClass(String className, int version, String keyName) argument 87 newInstance(String keyName, int version, boolean isTCP) argument
|
H A D | TemplateRegistry.java | 78 * @param <i>version</i> Version number of template document. 88 String version) 96 * @param <i>version</i> Version of the template, null for latest. 107 String version) 115 * @param <i>version</i> Version of the template, null for latest. 129 String version) 85 registerServiceTemplate(ServiceType serviceType, String documentURL, Locale languageLocale, String version) argument 105 deregisterServiceTemplate(ServiceType serviceType, Locale languageLocale, String version) argument 127 findTemplateURL(ServiceType serviceType, Locale languageLocale, String version) argument
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/version/ |
H A D | tst.1.0.d | 29 #pragma D option version=1.0 32 * The following identifiers were added as D built-ins as of version 1.1.
|
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_rpc_api.x | 30 version FMD_API_VERSION_1 {
|
/illumos-gate/usr/src/cmd/smserverd/ |
H A D | smed.x | 43 version SMSERVERVERS {
|
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/ |
H A D | Joyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh | 4 # Common Development and Distribution License ("CDDL"), version 1.0. 5 # You may only use this file in accordance with the terms of version 21 <propgroup name='protocol' version='1' name-stability='Private' 25 <propgroup name='binding' version='1' name-stability='Private' 41 <propgroup name='facility' version='1' name-stability='Private' 44 <propmethod name='mptsas_led_mode' version='0' propname='mode' 50 <propgroup name='facility' version='1' name-stability='Private' 53 <propmethod name='mptsas_led_mode' version='0' propname='mode' 59 <propgroup name='facility' version='1' name-stability='Private' 62 <propmethod name='mptsas_led_mode' version [all...] |
/illumos-gate/usr/src/lib/libnsl/saf/ |
H A D | checkver.c | 42 * check_version - check to make sure designated file is the correct version 43 * returns : 0 - version correct 44 * 1 - version incorrect 56 int version; /* version number from sactab */ local 65 version = atoi(p); 69 return ((version != ver) ? 1 : 0);
|
/illumos-gate/usr/src/cmd/fm/schemes/legacy-hc/ |
H A D | scheme.c | 31 uint8_t version; local 35 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 36 version > FM_LEGACY_SCHEME_VERSION ||
|
/illumos-gate/usr/src/cmd/fm/schemes/svc/ |
H A D | scheme.c | 75 uint8_t version; local 79 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 80 version > FM_SVC_SCHEME_VERSION) 94 uint8_t version; local 98 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 99 version > FM_SVC_SCHEME_VERSION) 113 uint8_t version; local 117 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || 118 version > FM_DEV_SCHEME_VERSION) 137 uint8_t version; local [all...] |
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DRM.java | 53 * @param version The version of the protocol. 57 public void connect(int version, String url) throws Exception; argument
|
/illumos-gate/usr/src/lib/libast/common/include/ |
H A D | magicid.h | 42 Magicid_data_t version; /* YYYYMMDD or 0xWWXXYYZZ */ member in struct:Magicid_s
|