Searched refs:version (Results 26 - 50 of 1150) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DNetra-X4200-M2-disk-hc-topology.xmlgen44 <propgroup name='protocol' version='1' name-stability='Private'
48 <propgroup name='io' version='1' name-stability='Private'
52 <propgroup name='binding' version='1' name-stability='Private'
64 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DSun-Fire-X4200-M2-disk-hc-topology.xmlgen45 <propgroup name='protocol' version='1' name-stability='Private'
49 <propgroup name='io' version='1' name-stability='Private'
53 <propgroup name='binding' version='1' name-stability='Private'
65 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen45 <propgroup name='protocol' version='1' name-stability='Private'
49 <propgroup name='io' version='1' name-stability='Private'
53 <propgroup name='binding' version='1' name-stability='Private'
65 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen55 printf " <propgroup name='%s-properties' version='1' " .
81 <propgroup name='facility' version='1' name-stability='Private'
84 <propmethod name='ipmi_entity' version='0' propname='entity_ref'
92 <propmethod name='bay_locate_mode' version='0'
98 <propgroup name='facility' version='1' name-stability='Private'
101 <propmethod name='ipmi_entity' version='0' propname='entity_ref'
109 <propmethod name='bay_indicator_mode' version='0'
115 <propgroup name='facility' version='1' name-stability='Private'
118 <propmethod name='ipmi_entity' version='0' propname='entity_ref'
126 <propmethod name='bay_indicator_mode' version
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen44 <propgroup name='protocol' version='1' name-stability='Private'
48 <propgroup name='io' version='1' name-stability='Private'
52 <propgroup name='binding' version='1' name-stability='Private'
64 <enum-method name='disk' version='1' />
/illumos-gate/usr/src/head/rpcsvc/
H A Drwall.x51 version WALLVERS {
H A Dspray.x63 version SPRAYVERS {
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dmap.c37 conv_mapfile_version(Word version, Conv_fmt_flags_t fmt_flags, argument
50 return (conv_map_ds(ELFOSABI_NONE, EM_NONE, version, ds, fmt_flags,
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsgsgn.h53 uint32_t version; member in struct:__anon9969
68 (offsetof(sg_sgnblk_t, version))
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Duname.c48 char version[NEW_SYS_NMLN]; member in struct:n_utsname
83 memcpy(uts->version, n_uts.version, SYS_NMLN);
84 if (strlen(n_uts.version) > SYS_NMLN)
85 uts->version[SYS_NMLN-1] = '\0';
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_003_pos.ksh37 # Executing 'zfs upgrade [-V version] filesystem' command succeeds,
38 # it could upgrade a filesystem to specific version or current version.
41 # 1. Prepare a set of datasets which contain old-version and current version.
42 # 2. Execute 'zfs upgrade [-V version] filesystem', verify return 0,
59 for version in $ZFS_ALL_VERSIONS ; do
61 eval verfs=\$ZFS_VERSION_$version
65 log_must zfs create -o version=${version}
[all...]
H A Dzfs_upgrade_004_pos.ksh37 # Executing 'zfs upgrade -r [-V version] filesystem' command succeeds,
38 # it upgrade filesystem recursively to specific or current version.
41 # 1. Prepare a set of datasets which contain old-version and current version.
42 # 2. Execute 'zfs upgrade -r [-V version] filesystem', verify return 0,
59 for version in $ZFS_ALL_VERSIONS ; do
61 eval verfs=\$ZFS_VERSION_$version
65 log_must zfs create -o version=${version} ${current_fs}
72 log_must zfs create -o version
[all...]
H A Dzfs_upgrade_005_pos.ksh37 # Executing 'zfs upgrade [-V version] -a' command succeeds,
38 # it upgrade all filesystems to specific or current version.
41 # 1. Prepare a set of datasets which contain old-version and current version.
42 # 2. Execute 'zfs upgrade [-V version] -a', verify return 0,
59 for version in $ZFS_ALL_VERSIONS ; do
61 eval verfs=\$ZFS_VERSION_$version
65 log_must zfs create -o version=${version} ${current_fs}
72 log_must zfs create -o version
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DSun-Fire-X4540-disk-hc-topology.xmlgen55 printf " <propgroup name='%s-properties' version='1' " .
81 <propgroup name='facility' version='1' name-stability='Private'
84 <propmethod name='ipmi_entity' version='0' propname='entity_ref'
93 <propmethod name='bay_locate_mode' version='0'
99 <propgroup name='facility' version='1' name-stability='Private'
102 <propmethod name='ipmi_entity' version='0' propname='entity_ref'
113 <propmethod name='bay_indicator_mode' version='0'
119 <propgroup name='facility' version='1' name-stability='Private'
122 <propmethod name='ipmi_entity' version='0' propname='entity_ref'
133 <propmethod name='bay_indicator_mode' version
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DLogDRM.java48 * Supported protocol version.
50 private final int version = 1; field in class:LogDRM
60 * @param requested The requested version of the protocol.
66 if (requested > version) {
68 "Requested protocol version (" + requested +
73 Poold.CONF_LOG.log(Severity.INFO, "DRM protocol version:" +
74 version + ", server: " + url);
/illumos-gate/usr/src/tools/onbld/Scm/
H A DVersion.py3 # it under the terms of the GNU General Public License version 2
26 At a basic level, code to verify that the version of Mercurial in use
27 is suitable for use with Cadmium, and compare that version for the
37 # Mercurial >= 1.2 has util.version(), prior versions
38 # version.get_version() We discover which to use this way, rather than
47 if hasattr(util, 'version'):
48 hg_version = util.version
50 from mercurial import version namespace
51 hg_version = version.get_version
66 '''Check that we're running on a suitable version o
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Duname.c55 if (copyout(utsname.version, buf->version, strlen(utsname.version)+1)) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dversion_001_neg.ksh37 # Valid version values should be positive integers only.
42 # 2) Attempt to set each invalid version value in turn on a
44 # 3) Verify that attempt fails and the version value remains
50 log_assert "Verify invalid version values are rejected"
66 orig_val=$(get_prop version $obj)
69 zfs set version=${values[$i]} $obj > /dev/null 2>&1
71 log_note "zfs set version=${values[$i]} $obj"
72 log_fail "The above version set returned 0!"
75 new_val=$(get_prop version $obj)
78 log_fail "$obj : version value
[all...]
/illumos-gate/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) {
/illumos-gate/usr/src/cmd/lms/
H A Dglue.h58 void version(unsigned char version);
/illumos-gate/usr/src/uts/common/rpc/
H A Drpcsys.h62 int version; /* initially 1 */ member in struct:krpc_revauth
73 int32_t version; /* initially 1 */ member in struct:krpc_revauth32
/illumos-gate/usr/src/boot/sys/boot/forth/
H A DMakefile12 version.4th.8
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_builtin.h51 int (*bltin_init)(topo_mod_t *, topo_version_t version);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPTemplateRegistry.java49 * version=<version no.>;
73 * Attribute id for attribute describing service version. The
74 * version number is of the form ``n.m'', where n and m are integers.
78 static final String VERSION_ATTR_ID = "template-version";
114 * @param version Version number of template document.
133 String version)
144 Assert.nonNullParameter(version, "version");
162 version);
130 registerServiceTemplate(ServiceType serviceType, String documentURL, Locale languageLocale, String version) argument
262 deregisterServiceTemplate(ServiceType serviceType, Locale languageLocale, String version) argument
330 findTemplateURL(ServiceType serviceType, Locale languageLocale, String version) argument
389 findVersionedURL(ServiceType serviceType, Locale languageLocale, String version) argument
[all...]
/illumos-gate/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);

Completed in 111 milliseconds

1234567891011>>