/illumos-gate/usr/src/cmd/nvmeadm/ |
H A D | nvmeadm_print.c | 590 const nvme_version_t *version = nvme_ctrl_info_version(info); in nvme_print_ctrl_summary() local 594 nvme_ctrl_info_fwrev(info), version->v_major, version->v_minor); in nvme_print_ctrl_summary() 658 const nvme_version_t *version) in nvme_print_identify_ctrl() argument 682 nvme_vers_atleast(version, &nvme_vers_1v0), in nvme_print_identify_ctrl() 685 nvme_vers_atleast(version, &nvme_vers_1v0), in nvme_print_identify_ctrl() 688 nvme_vers_atleast(version, &nvme_vers_1v0), in nvme_print_identify_ctrl() 691 nvme_vers_atleast(version, &nvme_vers_1v4), in nvme_print_identify_ctrl() 701 if (nvme_vers_atleast(version, &nvme_vers_1v1)) { in nvme_print_identify_ctrl() 706 if (nvme_vers_atleast(version, &nvme_vers_1v2)) { in nvme_print_identify_ctrl() 725 nvme_vers_atleast(version, &nvme_vers_1v2), in nvme_print_identify_ctrl() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade.kshlib | 50 typeset -i vp=$(get_pool_prop version $pool) 51 typeset -i version 56 for version in $ZFS_ALL_VERSIONS ; do 58 eval verfs=\$ZFS_VERSION_$version 67 if (( version == zpl_version )); then 74 log_mustnot zfs create -o version=${version} ${current_fs} 77 log_must zfs create -o version=${version} ${current_fs} 97 version=${subversion} ${current_fs}/$subverfs 100 version=${subversion} ${current_fs}/$subverfs 123 typeset -i vp=$(get_pool_prop version $pool) [all …]
|
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2029P-ACR24L/ |
H A D | SSG-2029P-ACR24L-disk-hc-topology.xmlgenksh | 28 <propgroup name='facility' version='1' name-stability='Private' 31 <propmethod name='mptsas_led_mode' version='0' propname='mode' 37 <propgroup name='facility' version='1' name-stability='Private' 40 <propmethod name='mptsas_led_mode' version='0' propname='mode' 46 <propgroup name='facility' version='1' name-stability='Private' 49 <propmethod name='mptsas_led_mode' version='0' propname='mode' 54 <propgroup name='protocol' version='1' name-stability='Private' 58 <propgroup name='binding' version='1' name-stability='Private' 85 <propgroup name='facility' version='1' name-stability='Private' 88 <propmethod name='ahci_led_mode' version='0' propname='mode' [all …]
|
/illumos-gate/usr/src/cmd/fm/schemes/svc/ |
H A D | scheme.c | 75 uint8_t version; in fmd_fmri_present() local 79 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_present() 80 version > FM_SVC_SCHEME_VERSION) in fmd_fmri_present() 94 uint8_t version; in fmd_fmri_replaced() local 98 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_replaced() 99 version > FM_SVC_SCHEME_VERSION) in fmd_fmri_replaced() 113 uint8_t version; in fmd_fmri_service_state() local 117 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_service_state() 118 version > FM_DEV_SCHEME_VERSION) in fmd_fmri_service_state() 137 uint8_t version; in fmd_fmri_unusable() local [all …]
|
/illumos-gate/usr/src/lib/libc/i386/sys/ |
H A D | xstat.c | 43 _xstat(int version, const char *path, struct stat *statb) in _xstat() argument 45 if (version != _STAT_VER) { in _xstat() 53 _lxstat(int version, const char *path, struct stat *statb) in _lxstat() argument 55 if (version != _STAT_VER) { in _lxstat() 63 _fxstat(int version, int fd, struct stat *statb) in _fxstat() argument 65 if (version != _STAT_VER) { in _fxstat() 73 _xmknod(int version, const char *path, mode_t mode, dev_t dev) in _xmknod() argument 75 if (version != _MKNOD_VER) { in _xmknod()
|
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | interface_version.c | 39 int version = ioctl(ctl_fd, VMM_INTERFACE_VERSION, 0); in main() local 40 if (version < 0) { in main() 43 if (version != VMM_CURRENT_INTERFACE_VERSION) { in main() 45 version, VMM_CURRENT_INTERFACE_VERSION); in main() 55 version = ioctl(vm_get_device_fd(ctx), VMM_INTERFACE_VERSION, 0); in main() 56 if (version < 0) { in main() 60 if (version != VMM_CURRENT_INTERFACE_VERSION) { in main() 62 version, VMM_CURRENT_INTERFACE_VERSION); in main()
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | SLPTemplateRegistry.java | 133 String version) in registerServiceTemplate() argument 144 Assert.nonNullParameter(version, "version"); in registerServiceTemplate() 162 version); in registerServiceTemplate() 185 version, in registerServiceTemplate() 205 values.addElement(version); in registerServiceTemplate() 224 version, in registerServiceTemplate() 264 String version) in deregisterServiceTemplate() argument 277 version); in deregisterServiceTemplate() 288 version, in deregisterServiceTemplate() 332 String version) in findTemplateURL() argument [all …]
|
H A D | ClientMsgManager.java | 61 int version, in addClientMsgClass() argument 66 String key = makeClassKey(keyName, version); in addClientMsgClass() 88 int version, in newInstance() argument 97 (Class)classTable.get(makeClassKey(keyName, version)); in newInstance() 105 new Integer(version)}); in newInstance() 130 new Integer(version), in newInstance() 137 private static String makeClassKey(String className, int version) { in makeClassKey() argument 139 return className + version; in makeClassKey()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/poolversion/ |
H A D | poolversion_001_pos.ksh | 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 \ 52 if [ "$ACTUAL" != "$version" ] 54 log_fail "v. $ACTUAL set for $TESTPOOL, expected v. $version!"
|
H A D | poolversion_002_pos.ksh | 49 log_must zpool set version=6 $TESTPOOL2 53 VERSION=$(zpool get version $TESTPOOL2| grep version | awk '{print $3}') 61 log_mustnot zpool set version=5 $TESTPOOL2 62 log_mustnot zpool set version=-1 $TESTPOOL2 65 VERSION=$(zpool get version $TESTPOOL2 | grep version | awk '{print $3}')
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | mkinstalldirs | 38 --version) 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 "./$dirmode";
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | version.test | 14 # past or future file format version numbers and respond appropriately. 16 # $Id: version.test,v 1.9 2004/02/12 19:01:05 drh Exp $ 21 # Current file format version 26 do_test version-1.1 { 37 # Make sure the version number is set correctly 39 do_test version-1.2 { 51 do_test version-1.3 { 63 do_test version-1.4 { 77 do_test version-1.5 { 87 do_test version-1.6 { [all …]
|
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/ |
H A D | Joyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh | 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='0' propname='mode' 92 <enum-method name='disk' version='1' />
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | README | 28 This version is used as the base for putback into both s10 and 68 3) Changes to e1000g_main.c for version string modification, 104 fixes from this drop and generate a new version 4.0.4.1. 147 This version is not an Intel drop but 4.0.4 merged with two 167 This version has the following fixes: 196 This version has the following fixes: 221 Intel is currently at version 4.2.11 while we are on 4.0.4 branch. 222 The exact version under 4.0.4 branch is 4.0.4.3. Since we are on 257 This version has the following fix: 267 This version has the following fixes: [all …]
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | README | 28 This version is used as the base for putback into both s10 and 68 3) Changes to e1000g_main.c for version string modification, 104 fixes from this drop and generate a new version 4.0.4.1. 147 This version is not an Intel drop but 4.0.4 merged with two 167 This version has the following fixes: 196 This version has the following fixes: 221 Intel is currently at version 4.2.11 while we are on 4.0.4 branch. 222 The exact version under 4.0.4 branch is 4.0.4.3. Since we are on 257 This version has the following fix: 267 This version has the following fixes: [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/ |
H A D | dllscan.c | 212 dllsopen(const char* lib, const char* name, const char* version) in dllsopen() argument 241 if (version && (!*version || *version == '-' && !*(version + 1))) in dllsopen() 242 version = 0; in dllsopen() 256 if (!version && streq(info->suffix, ".dylib")) in dllsopen() 257 version = "0.0"; in dllsopen() 288 if (!version) in dllsopen() 294 version = t + 1; in dllsopen() 302 if (!version) in dllsopen() 310 for (s = (char*)version; *s; s++) in dllsopen() 319 sfsprintf(scan->nam, sizeof(scan->nam), "%s%s%s.%s", info->prefix, name, info->suffix, version); in dllsopen() [all …]
|
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/ |
H A D | SSG-2028R-ACR24L-disk-hc-topology.xmlgenksh | 26 <propgroup name='protocol' version='1' name-stability='Private' 30 <propgroup name='binding' version='1' name-stability='Private' 46 <propgroup name='facility' version='1' name-stability='Private' 49 <propmethod name='mptsas_led_mode' version='0' propname='mode' 55 <propgroup name='facility' version='1' name-stability='Private' 58 <propmethod name='mptsas_led_mode' version='0' propname='mode' 64 <propgroup name='facility' version='1' name-stability='Private' 67 <propmethod name='mptsas_led_mode' version='0' propname='mode' 103 <enum-method name='disk' version='1' />
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | bucket.c | 102 add_parent(const char *version, const char *after, int weak) in add_parent() argument 107 assert(version != NULL, "passed a null version to add_parent"); in add_parent() 109 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak); in add_parent() 110 if ((new = find_in_hashmap(version)) == NULL) { in add_parent() 112 new = new_bucket(version, weak); in add_parent() 120 (void) add_to_hashmap(version, new); in add_parent() 130 after, version); in add_parent() 134 (void) add_to_hashmap(version, new); in add_parent() 145 add_uncle(const char *version, const char *after, int weak) in add_uncle() argument 151 assert(version != NULL, "passed a null version to add_uncle"); in add_uncle() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/ |
H A D | optget.c | 540 next(register char* s, int version) in next() argument 544 while (*s == '\t' || *s == '\r' || version >= 1 && *s == ' ') in next() 572 …er int t1, register int t2, register int t3, register int n, register int b, int past, int version) in skip() argument 578 if (version < 1) in skip() 652 return past && *(s - 1) ? next(s, version) : s - 1; in skip() 694 match(char* s, char* t, int version, const char* id, const char* catalog) in match() argument 712 w = skip(t, ':', '?', 0, 1, 0, 0, version); in match() 801 } while (*(x = skip(x, '|', 0, 0, 1, 0, 0, version)) == '|' && x++); in match() 961 p->version = 0; in init() 977 p->version = 1; in init() [all …]
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | iocache.c | 61 uchar_t version; in stream_buf_init() local 66 version = (uchar_t)(*softsp->sysio_ctrl_reg >> SYSIO_VER_SHIFT); in stream_buf_init() 67 version &= 0xf; in stream_buf_init() 69 if (stream_buf_on == 0 || version == 0) { in stream_buf_init() 71 if (version == 0) in stream_buf_init() 73 "SYSIO Rev %d.\n", version); in stream_buf_init() 130 uchar_t version; in stream_buf_resume_init() local 132 version = (uchar_t)(*softsp->sysio_ctrl_reg >> SYSIO_VER_SHIFT); in stream_buf_resume_init() 133 version &= 0xf; in stream_buf_resume_init() 135 if (stream_buf_on == 0 || version == 0) { in stream_buf_resume_init()
|
/illumos-gate/usr/src/cmd/fm/schemes/cpu/ |
H A D | cpu.c | 146 uint8_t version; in fmd_fmri_expand() local 153 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_expand() 168 if (version == CPU_SCHEME_VERSION0) { in fmd_fmri_expand() 181 } else if (version == CPU_SCHEME_VERSION1) { in fmd_fmri_expand() 205 uint8_t version; in fmd_fmri_present() local 211 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_present() 225 if (version == CPU_SCHEME_VERSION0) { in fmd_fmri_present() 234 } else if (version == CPU_SCHEME_VERSION1) { in fmd_fmri_present() 258 uint8_t version; in fmd_fmri_replaced() local 264 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_replaced() [all …]
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | lucid_context.c | 60 int version, 79 int version = 0; in gss_krb5int_export_lucid_sec_context() local 91 &version); in gss_krb5int_export_lucid_sec_context() 96 switch (version) { in gss_krb5int_export_lucid_sec_context() 99 version, &lctx); in gss_krb5int_export_lucid_sec_context() 141 int version; in gss_krb5int_free_lucid_sec_context() local 161 version = ((gss_krb5_lucid_context_version_t *)kctx)->version; in gss_krb5int_free_lucid_sec_context() 162 switch (version) { in gss_krb5int_free_lucid_sec_context() 194 int version, in make_external_lucid_ctx_v1() argument 209 lctx->version = 1; in make_external_lucid_ctx_v1()
|
/illumos-gate/usr/src/lib/ |
H A D | README.mapfiles | 65 required to use version 2 syntax. Note that every mapfile using version 2 90 unique version names. 134 Each of these sections is a version declaration describing an ABI version of 138 ABI versions must be constant, that is version ILLUMOS_0.2 in a given 142 version is publicly visible, it may never be removed or have symbols added 149 The private version, however, is special, and describes any private yet 154 version. 157 introducing one version per interface change. In illumos, unlike Solaris, 160 any pre-existing Public version. 162 The SUNW_*.* names were the Public version names of the library in Solaris. [all …]
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | desktop.c | 317 int *version; in dt_disp_asic_revs() local 335 version = (int *)get_prop_val(find_prop(pnode, "version#")); in dt_disp_asic_revs() 338 if ((version != NULL) && (name != NULL)) { in dt_disp_asic_revs() 340 name, *version, 0); in dt_disp_asic_revs() 347 version = (int *)get_prop_val(find_prop(pnode, "version#")); in dt_disp_asic_revs() 350 if ((version != NULL) && (name != NULL)) in dt_disp_asic_revs() 352 name, *version, 0); in dt_disp_asic_revs() 358 version = (int *)get_prop_val(find_prop(pnode, "revision-id")); in dt_disp_asic_revs() 361 if ((version != NULL) && (name != NULL)) in dt_disp_asic_revs() 362 log_printf("Cheerio: %s Rev %d\n", name, *version, 0); in dt_disp_asic_revs() [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/ |
H A D | Lgrp.t | 74 my $version = lgrp_version(-1); 75 ok($version, LGRP_VER_NONE, 'incorrect lgrp version unsupported'); 77 $version = lgrp_version(LGRP_VER_NONE); 78 ok($version, LGRP_VER_CURRENT, 'lgrp version is current'); 80 $version = lgrp_version(LGRP_VER_CURRENT); 81 ok($version, LGRP_VER_CURRENT, 'support LGRP_VER_CURRENT version'); 221 ok(!defined $nresources) if $version < 2; 222 ok(scalar @lgrps_c, 0) if $version < 2; 223 ok($nresources) if $version >= 2; 224 ok(@lgrps_c) if $version >= 2; [all …]
|