Searched defs:version (Results 1 - 25 of 340) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Dgeneral.c30 * This module contains the public APIs for status, version, and mklocation.
48 * Return the data store API version supported by this module. This version
49 * was implemented to support version 1 of the API.
52 version(int *vp) function
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Daccessor.c37 /* ...as does GCC, since version 2.something. */ \
42 krb5int_accessor(krb5int_access *internals, krb5_int32 version) argument
44 if (version == KRB5INT_ACCESS_VERSION) {
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11.h50 * If you're using an earlier version of Microsoft Developer
74 * If you're using an earlier version of Microsoft Developer
103 * If you're using an earlier version of Microsoft Developer
131 * If you're using an earlier version of Microsoft Developer
168 * If you're using an earlier version of Microsoft Developer
201 * If you're using an earlier version of Microsoft Developer
269 * contains a CK_VERSION indicating a library's Cryptoki version
281 CK_VERSION version; /* Cryptoki version */ member in struct:CK_FUNCTION_LIST
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Dgeneral.c68 version(int *vp) function
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Dgeneral.c73 version(int *vp) function
/osnet-11/usr/src/lib/libast/common/include/
H A Dmagicid.h42 Magicid_data_t version; /* YYYYMMDD or 0xWWXXYYZZ */ member in struct:Magicid_s
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dxstat.c43 _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) {
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmkdev.c41 __makedev(const int version, const major_t majdev, const minor_t mindev) argument
44 switch (version) {
85 __major(const int version, const dev_t devnum) argument
89 switch (version) {
125 __minor(const int version, const dev_t devnum) argument
127 switch (version) {
/osnet-11/usr/src/tools/onbld/Scm/
H A DVersion.py3 # it under the terms of the GNU General Public License version 2
24 At a basic level, code to verify that the version of Mercurial in use
25 is suitable for use with Cadmium, and compare that version for the
35 # Mercurial >= 1.2 has util.version(), prior versions
36 # version.get_version() We discover which to use this way, rather than
41 if hasattr(util, 'version'):
42 hg_version = util.version
44 from mercurial import version namespace
45 hg_version = version.get_version
60 '''Check that we're running on a suitable version o
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dprom.c63 Prop *version; local
64 char *vers; /* OBP version */
67 /* Look version */
68 version = find_prop(flashprom, "version");
70 vers = (char *)get_prop_val(version);
77 * version string. Do not attempt to print POST
79 * length of the OBP version string.
81 if ((strlen(vers) + 1) < version->size) {
110 * display all proms with a "version"(OB
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DActiveDiscoverer.java60 private int version = 0; field in class:ActiveDiscoverer
76 ActiveDiscoverer(int version, argument
81 this.version = version;
201 version,
333 hdr.version,
H A DClientMsgManager.java58 // 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 DSSAAdvert.java52 SSAAdvert(int version, argument
66 new Object[] {new Integer(version)});
H A DTemplateRegistry.java78 * @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
/osnet-11/usr/src/lib/libsocket/socket/
H A Dsocket.c93 _socket_create(int family, int type, int protocol, int version) argument
107 fd = _so_socket(family, type, protocol, NULL, version);
116 if (version != SOV_XPG4_2)
131 fd = _so_socket(family, type, protocol, devpath, version);
H A Dsocketpair.c88 _socketpair_create(int family, int type, int protocol, int sv[2], int version) argument
97 fd1 = _socket_create(family, type, protocol, version);
100 fd2 = _socket_create(family, type, protocol, version);
/osnet-11/usr/src/lib/libnls/common/
H A Dnlsrequest.c45 * This version of nlsrequest includes the
70 int version, ret; local
119 version = atoi(p);
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dversion-etc.c1 /* Print --version and bug-reporting information in a consistent format.
6 the Free Software Foundation; either version 3 of the License, or
7 (at your option) any later version.
22 #include "version-etc.h"
43 /* The three functions below display the --version information the
57 /* Display the --version information the standard way.
64 const char *version,
68 fprintf (stream, "%s (%s) %s\n", command_name, package, version);
70 fprintf (stream, "%s %s\n", package, version);
88 License GPLv3+: GNU GPL version
62 version_etc_arn(FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors, size_t n_authors) argument
180 version_etc_ar(FILE *stream, const char *command_name, const char *package, const char *version, const char * const * authors) argument
196 version_etc_va(FILE *stream, const char *command_name, const char *package, const char *version, va_list authors) argument
227 version_etc(FILE *stream, const char *command_name, const char *package, const char *version, ...) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_builtin.c59 bltin_init(topo_mod_t *mp, topo_version_t version) argument
69 if ((*bp->bltin_init)(mp, version) != 0 || mp->tm_info == NULL) {
H A Dtopo_rtld.c67 rtld_init(topo_mod_t *mod, topo_version_t version) argument
96 err = rp->rtld_init(mod, version);
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_ldom.c49 pi_ldompri_open(topo_mod_t *mod, pi_enum_t *pip, uint32_t version) argument
80 (version != TOPO_VERSION_AUTH_ONLY)) {
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dapm.h7 * the Free Software Foundation, either version 3 of the License, or
8 * (at your option) any later version.
34 grub_uint16_t version; member in struct:grub_apm_info
/osnet-11/usr/src/grub/grub2/util/
H A Draid.c8 * the Free Software Foundation, either version 3 of the License, or
9 * (at your option) any later version.
43 mdu_version_t version; local
52 ret = ioctl (fd, RAID_VERSION, &version);
56 if ((version.major != 0 || version.minor != 90)
57 && (version.major != 1 || version.minor != 0)
58 && (version.major != 1 || version
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DInstalled.pm101 $self->{Perl}{version} = $Config{version};
117 $self->{$module}{version} = '';
124 $self->{$module}{version} = MM->parse_version($p);
232 sub version { subroutine
235 return($self->{$module}{version});
323 =item version()
325 This returns the version number for the specified module.
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dmagicid.h51 Magicid_data_t version; /* YYYYMMDD or 0xWWXXYYZZ */ member in struct:Magicid_s

Completed in 103 milliseconds

1234567891011>>