Home
last modified time | relevance | path

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

12345678910>>...89

/onnv-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 …]
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/comp/
H A Duse.t114 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.3/) {
124 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.3/) {
135 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.36/) {
145 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.36/) {
166 unless ($@ =~ /lib version 100\.105 required--this is only version 35\.036/) {
180 unless ($@ =~ /^xxx defines neither package nor VERSION--version check failed at/) {
/onnv-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()
/onnv-gate/usr/src/uts/common/io/drm/
H A Ddrm_ioctl.c366 drm_version_t version; in drm_version() local
375 version.name_len = version32.name_len; in drm_version()
376 version.name = (char *)(uintptr_t)version32.name; in drm_version()
377 version.date_len = version32.date_len; in drm_version()
378 version.date = (char *)(uintptr_t)version32.date; in drm_version()
379 version.desc_len = version32.desc_len; in drm_version()
380 version.desc = (char *)(uintptr_t)version32.desc; in drm_version()
383 DRM_COPYFROM_WITH_RETURN(&version, (void *)data, in drm_version()
384 sizeof (version)); in drm_version()
395 version.version_major = dev->driver->driver_major; in drm_version()
[all …]
/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/
H A DMakefile136 #rm -f sp-$$version; \
137 #ln -s `pwd` sp-$$version; \
138 #$(TAR) -c -f sp-$$version.tar.gz -h -z \
139 #--exclude sp-$$version/test/cap \
140 #--exclude sp-$$version/test/out \
141 #--exclude sp-$$version/test/err \
142 #`sed -e "s|.*|sp-$$version/&|" FILES`; \
143 #rm -f sp-$$version
/onnv-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";
/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTemplateRegistry.java133 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 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()
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dversion.test16 # past or future file format version numbers and respond appropriately.
18 # $Id: version.test,v 1.9 2004/02/12 19:01:05 drh Exp $
23 # Current file format version
28 do_test version-1.1 {
39 # Make sure the version number is set correctly
41 do_test version-1.2 {
53 do_test version-1.3 {
65 do_test version-1.4 {
79 do_test version-1.5 {
89 do_test version-1.6 {
[all …]
/onnv-gate/usr/src/lib/libdll/common/
H A Ddllscan.c212 dllsopen(const char* lib, const char* name, const char* version) in dllsopen() argument
239 if (version && *version && (*version != '-' || *(version + 1))) in dllsopen()
240 version = 0; in dllsopen()
254 if (!version && streq(info->suffix, ".dylib")) in dllsopen()
255 version = "0.0"; in dllsopen()
269 if (name && !version) in dllsopen()
275 version = t + 1; in dllsopen()
282 if (!version) in dllsopen()
290 for (s = (char*)version; *s; s++) in dllsopen()
299 sfsprintf(scan->nam, sizeof(scan->nam), "%s%s%s.%s", info->prefix, name, info->suffix, version); in dllsopen()
[all …]
/onnv-gate/usr/src/lib/libast/common/misc/
H A Doptget.c430 next(register char* s, int version) in next() argument
434 while (*s == '\t' || *s == '\r' || version >= 1 && *s == ' ') in next()
462 …er int t1, register int t2, register int t3, register int n, register int b, int past, int version) in skip() argument
468 if (version < 1) in skip()
542 return past && *(s - 1) ? next(s, version) : s - 1; in skip()
554 match(char* s, char* t, int version, const char* id, const char* catalog) in match() argument
572 w = skip(t, ':', '?', 0, 1, 0, 0, version); in match()
661 } while (*(x = skip(x, '|', 0, 0, 1, 0, 0, version)) == '|' && x++); in match()
748 p->version = 0; in init()
763 p->version = 1; in init()
[all …]
/onnv-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()
/onnv-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c104 add_parent(const char *version, const char *after, int weak) in add_parent() argument
109 assert(version != NULL, "passed a null version to add_parent"); in add_parent()
111 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak); in add_parent()
112 if ((new = find_in_hashmap(version)) == NULL) { in add_parent()
114 new = new_bucket(version, weak); in add_parent()
122 (void) add_to_hashmap(version, new); in add_parent()
132 after, version); in add_parent()
136 (void) add_to_hashmap(version, new); in add_parent()
147 add_uncle(const char *version, const char *after, int weak) in add_uncle() argument
153 assert(version != NULL, "passed a null version to add_uncle"); in add_uncle()
[all …]
/onnv-gate/usr/src/uts/common/io/e1000g/
H A DREADME28 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 …]
/onnv-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()
/onnv-gate/usr/src/cmd/fm/schemes/cpu/
H A Dcpu.c146 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 …]
/onnv-gate/usr/src/common/openssl/doc/apps/
H A Dversion.pod5 version - print OpenSSL version information
9 B<openssl version>
19 This command is used to print out version information about OpenSSL.
31 the current OpenSSL version.
35 the date the current version of OpenSSL was built.
57 The output of B<openssl version -a> would typically be used when sending
/onnv-gate/usr/src/grub/
H A Dcapability27 # The version field contains the version of the associated GRUB software.
28 # The version is incremented by .1 (minor version number) each time there
29 # is a bugfix or enhancement of GRUB. In addition, the major version number
31 # the starting version is 3, in S12 the starting version will be 4.
36 # minor version numbers) so the version number is being bumped up in
39 # This file and the associated version are Solaris specific and are
/onnv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad.c411 int version; in clnt_add_drv_sidenms() local
449 CLNT_CONTROL(clntp, CLGET_VERS, (char *)&version); in clnt_add_drv_sidenms()
451 if (version == METAD_VERSION) { /* version 1 */ in clnt_add_drv_sidenms()
531 int version; in clnt_imp_adddrvs() local
566 CLNT_CONTROL(clntp, CLGET_VERS, (char *)&version); in clnt_imp_adddrvs()
572 if (version == METAD_VERSION) { /* version 1 */ in clnt_imp_adddrvs()
618 int version; in clnt_adddrvs() local
654 CLNT_CONTROL(clntp, CLGET_VERS, (char *)&version); in clnt_adddrvs()
656 if (version == METAD_VERSION) { /* version 1 */ in clnt_adddrvs()
713 int version; in clnt_addhosts() local
[all …]
/onnv-gate/usr/src/lib/libparted/common/lib/
H A Dversion-etc.c43 const char *version, va_list authors) in version_etc_va() argument
59 fprintf (stream, "%s (%s) %s\n", command_name, package, version); in version_etc_va()
61 fprintf (stream, "%s %s\n", package, version); in version_etc_va()
167 const char *version, /* const char *author1, ...*/ ...) in version_etc() argument
171 va_start (authors, version); in version_etc()
172 version_etc_va (stream, command_name, package, version, authors); in version_etc()
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dmkdev.c41 __makedev(const int version, const major_t majdev, const minor_t mindev) in __makedev() argument
44 switch (version) { in __makedev()
85 __major(const int version, const dev_t devnum) in __major() argument
89 switch (version) { in __major()
125 __minor(const int version, const dev_t devnum) in __minor() argument
127 switch (version) { in __minor()
/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c345 int *version; in dt_disp_asic_revs() local
363 version = (int *)get_prop_val(find_prop(pnode, "version#")); in dt_disp_asic_revs()
366 if ((version != NULL) && (name != NULL)) { in dt_disp_asic_revs()
368 name, *version, 0); in dt_disp_asic_revs()
375 version = (int *)get_prop_val(find_prop(pnode, "version#")); in dt_disp_asic_revs()
378 if ((version != NULL) && (name != NULL)) in dt_disp_asic_revs()
380 name, *version, 0); in dt_disp_asic_revs()
386 version = (int *)get_prop_val(find_prop(pnode, "revision-id")); in dt_disp_asic_revs()
389 if ((version != NULL) && (name != NULL)) in dt_disp_asic_revs()
390 log_printf("Cheerio: %s Rev %d\n", name, *version, 0); in dt_disp_asic_revs()
[all …]
/onnv-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_meth.c228 cpu_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_retire() argument
234 if (version > TOPO_METH_RETIRE_VERSION) in cpu_retire()
247 cpu_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_unretire() argument
253 if (version > TOPO_METH_UNRETIRE_VERSION) in cpu_unretire()
266 cpu_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_service_state() argument
272 if (version > TOPO_METH_SERVICE_STATE_VERSION) in cpu_service_state()
291 cpu_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, in cpu_unusable() argument
297 if (version > TOPO_METH_UNUSABLE_VERSION) in cpu_unusable()
334 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, in mem_asru_compute() argument
342 if (version > TOPO_METH_ASRU_COMPUTE_VERSION) in mem_asru_compute()
[all …]
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/t/
H A DLgrp.t74 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 …]
/onnv-gate/usr/src/cmd/fm/schemes/dev/
H A Dscheme.c107 uint8_t version; in fmd_fmri_unusable() local
111 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_unusable()
112 version > FM_DEV_SCHEME_VERSION) in fmd_fmri_unusable()
130 uint8_t version; in fmd_fmri_service_state() local
134 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_service_state()
135 version > FM_DEV_SCHEME_VERSION) in fmd_fmri_service_state()

12345678910>>...89