Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 1947) sorted by relevance

12345678910>>...78

/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c592 version->v_major, version->v_minor); in nvme_print_ctrl_summary()
665 nvme_version_check(version, 1, 0), in nvme_print_identify_ctrl()
668 nvme_version_check(version, 1, 0), in nvme_print_identify_ctrl()
671 nvme_version_check(version, 1, 0), in nvme_print_identify_ctrl()
674 nvme_version_check(version, 1, 4), in nvme_print_identify_ctrl()
915 nvme_version_check(version, 1, 0), in nvme_print_identify_ctrl()
918 nvme_version_check(version, 1, 0), in nvme_print_identify_ctrl()
921 nvme_version_check(version, 1, 0), in nvme_print_identify_ctrl()
924 nvme_version_check(version, 1, 2), in nvme_print_identify_ctrl()
1865 nvme_version_t *version) in nvme_print_error_log() argument
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade.kshlib50 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}
156 vp=$(get_pool_prop version $pool)
173 typeset -i version=${2:-$ZFS_VERSION}
179 typeset -i curv=$(get_prop version $fs)
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2029P-ACR24L/
H A DSSG-2029P-ACR24L-disk-hc-topology.xmlgenksh28 <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'
107 <propgroup name='io' version='1' name-stability='Private'
111 <propgroup name='binding' version='1' name-stability='Private'
[all …]
/illumos-gate/usr/src/cmd/fm/schemes/svc/
H A Dscheme.c75 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 Dxstat.c43 _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 Dinterface_version.c39 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/test/zfs-tests/tests/functional/poolversion/
H A Dpoolversion_001_pos.ksh47 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 Dpoolversion_002_pos.ksh49 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/lib/libslp/javalib/com/sun/slp/
H A DSLPTemplateRegistry.java133 String version) in registerServiceTemplate() argument
162 version); in registerServiceTemplate()
185 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
343 version); in findTemplateURL()
391 String version) in findVersionedURL() argument
[all …]
H A DClientMsgManager.java61 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/grub/grub-0.97/
H A Dmkinstalldirs38 --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 Dversion.test26 do_test version-1.1 {
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 {
95 do_test version-1.7 {
124 do_test version-1.8 {
129 do_test version-1.9 {
172 do_test version-2.1 {
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/
H A DJoyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh21 <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/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/
H A DSSG-2028R-ACR24L-disk-hc-topology.xmlgenksh26 <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/contrib/ast/src/lib/libdll/
H A Ddllscan.c241 if (version && (!*version || *version == '-' && !*(version + 1))) in dllsopen()
242 version = 0; in dllsopen()
257 version = "0.0"; in dllsopen()
288 if (!version) in dllsopen()
294 version = t + 1; in dllsopen()
302 if (!version) in dllsopen()
324 if (!version) in dllsopen()
325 version = "*([0-9_])"; in dllsopen()
333 version = (const char*)buf; in dllsopen()
337 else if (version) in dllsopen()
[all …]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME257 This version has the following fix:
274 This version has the following fix:
279 This version has the following fix:
287 This version has the following fix:
292 This version has the following fix:
301 This version has the following fix:
309 This version has the following fix:
314 This version has the following fix:
319 This version has the following fix:
325 This version has the following fix:
[all …]
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME257 This version has the following fix:
274 This version has the following fix:
279 This version has the following fix:
287 This version has the following fix:
292 This version has the following fix:
301 This version has the following fix:
309 This version has the following fix:
314 This version has the following fix:
319 This version has the following fix:
325 This version has the following fix:
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c112 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()
156 new = new_bucket(version, weak); in add_uncle()
163 (void) add_to_hashmap(version, new); in add_uncle()
173 after, version); in add_uncle()
177 (void) add_to_hashmap(version, new); in add_uncle()
191 set_weak(const char *version, int weak) in set_weak() argument
194 if ((v = find_in_hashmap(version)) == NULL) { in set_weak()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Doptget.c578 if (version < 1) in skip()
961 p->version = 0; in init()
977 p->version = 1; in init()
988 p->version = p->version * 10 + (*s++ - '0'); in init()
1144 p->version = 1; in init()
1327 if (version < 1) in label()
2388 int version; in opthelp() local
2544 version = q->version; in opthelp()
3500 version = o->version; in opthelp()
4275 int version; in optget() local
[all …]
/illumos-gate/usr/src/uts/sun4u/io/
H A Diocache.c61 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 Dcpu.c146 uint8_t version; in fmd_fmri_expand() local
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
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
278 if (version == CPU_SCHEME_VERSION0) { in fmd_fmri_replaced()
289 } else if (version == CPU_SCHEME_VERSION1) { in fmd_fmri_replaced()
317 uint8_t version; in fmd_fmri_unusable() local
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dlucid_context.c60 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 DREADME.mapfiles65 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
154 version.
174 Each version must inherit all symbols from its preceding version, specified at
175 the ending "}" for each version. The initial public version does not inherit
249 version of the library.
273 version name to version the new interface. There is no need to introduce a
419 version.
422 version were ILLUMOS_0.3, any new ABI would be put into a version called
[all …]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c317 int *version; in dt_disp_asic_revs() local
338 if ((version != NULL) && (name != NULL)) { in dt_disp_asic_revs()
340 name, *version, 0); 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()
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()
372 if ((version != NULL) && (name != NULL)) { in dt_disp_asic_revs()
374 if (*version == 0xa0) { in dt_disp_asic_revs()
376 } else if (*version == 0x20) { in dt_disp_asic_revs()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmkdev.c39 __makedev(const int version, const major_t majdev, const minor_t mindev) in __makedev() argument
42 switch (version) { in __makedev()
83 __major(const int version, const dev_t devnum) in __major() argument
87 switch (version) { in __major()
123 __minor(const int version, const dev_t devnum) in __minor() argument
125 switch (version) { in __minor()

12345678910>>...78