Home
last modified time | relevance | path

Searched refs:version (Results 26 – 50 of 2336) sorted by relevance

12345678910>>...94

/illumos-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 …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Ddev.c88 dev_init(topo_mod_t *mod, topo_version_t version) in dev_init() argument
94 if (version != DEV_VERSION) in dev_init()
138 uint8_t version; in fmri_nvl2str() local
142 version > FM_DEV_SCHEME_VERSION) in fmri_nvl2str()
207 if (version > TOPO_METH_NVL2STR_VERSION) in dev_fmri_nvl2str()
243 if (version > TOPO_METH_STR2NVL_VERSION) in dev_fmri_str2nvl()
387 if (version > TOPO_METH_PRESENT_VERSION) in dev_fmri_present()
467 if (version > TOPO_METH_REPLACED_VERSION) in dev_fmri_replaced()
543 if (version > TOPO_METH_UNUSABLE_VERSION) in dev_fmri_unusable()
590 if (version > TOPO_METH_SERVICE_STATE_VERSION) in dev_fmri_service_state()
[all …]
H A Dlegacy_hc.c63 legacy_hc_init(topo_mod_t *mod, topo_version_t version) in legacy_hc_init() argument
73 if (version != LEGACY_HC_VERSION) in legacy_hc_init()
161 uint8_t version; in fmri_nvl2str() local
167 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmri_nvl2str()
168 version > FM_LEGACY_SCHEME_VERSION || in fmri_nvl2str()
183 legacy_hc_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in legacy_hc_fmri_nvl2str() argument
190 if (version > TOPO_METH_NVL2STR_VERSION) in legacy_hc_fmri_nvl2str()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwkssvc_svc.c76 smb_version_t version; in wkssvc_s_NetWkstaGetInfo() local
97 smb_config_get_version(&version); in wkssvc_s_NetWkstaGetInfo()
105 rb->buf100.wki100_ver_major = version.sv_major; in wkssvc_s_NetWkstaGetInfo()
106 rb->buf100.wki100_ver_minor = version.sv_minor; in wkssvc_s_NetWkstaGetInfo()
114 rb->buf101.wki101_ver_major = version.sv_major; in wkssvc_s_NetWkstaGetInfo()
115 rb->buf101.wki101_ver_minor = version.sv_minor; in wkssvc_s_NetWkstaGetInfo()
124 rb->buf102.wki102_ver_major = version.sv_major; in wkssvc_s_NetWkstaGetInfo()
125 rb->buf102.wki102_ver_minor = version.sv_minor; in wkssvc_s_NetWkstaGetInfo()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A Ddll_lib.c110 dll_lib(Dllnames_t* names, unsigned long version, Dllerror_f dllerrorf, void* disc) in dll_lib() argument
138version, NiL, RTLD_LAZY, names->path, names->data + sizeof(names->data) - names->path)) && (streq(… in dll_lib()
143 errorf("dll", NiL, -1, "dll_lib: %s version %lu library not found", names->name, version); in dll_lib()
157 …l_lib: %s version %lu initialization function %s not found in library", names->name, version, sym); in dll_lib()
172 errorf("dll", NiL, -1, "dll_lib: %s version %lu loaded from %s", names->name, version, lib->path); in dll_lib()
183 dllmeth(const char* id, const char* name, unsigned long version) in dllmeth() argument
187 return dll_lib(dllnames(id, name, &names), version, 0, 0); in dllmeth()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dversion.c67 const char *version) in Dbg_ver_need_entry() argument
73 Elf_ver_line_4(lml, version); in Dbg_ver_need_entry()
75 Elf_ver_line_5(lml, file, version); in Dbg_ver_need_entry()
209 Elf_ver_line_4(Lm_list *lml, const char *version) in Elf_ver_line_4() argument
211 dbg_print(lml, MSG_INTL(MSG_VER_LINE_4), version); in Elf_ver_line_4()
215 Elf_ver_line_5(Lm_list *lml, const char *file, const char *version) in Elf_ver_line_5() argument
218 dbg_print(lml, MSG_INTL(MSG_VER_LINE_5), file, version); in Elf_ver_line_5()
220 dbg_print(lml, MSG_INTL(MSG_VER_LLINE_5), file, version); in Elf_ver_line_5()
/illumos-gate/usr/src/cmd/fm/schemes/dev/
H A Dscheme.c105 uint8_t version; in fmd_fmri_unusable() local
109 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_unusable()
110 version > FM_DEV_SCHEME_VERSION) in fmd_fmri_unusable()
128 uint8_t version; in fmd_fmri_service_state() local
132 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_service_state()
133 version > FM_DEV_SCHEME_VERSION) in fmd_fmri_service_state()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c449 if (version > TOPO_METH_PRESENT_VERSION) in rank_fmri_present()
478 if (version > TOPO_METH_REPLACED_VERSION) in rank_fmri_replaced()
624 if (version > TOPO_METH_RETIRE_VERSION) in retire_strands()
648 if (version > TOPO_METH_UNRETIRE_VERSION) in unretire_strands()
672 if (version > TOPO_METH_SERVICE_STATE_VERSION) in service_state_strands()
699 if (version > TOPO_METH_UNUSABLE_VERSION) in unusable_strands()
738 if (version > TOPO_METH_RETIRE_VERSION) in ntv_page_retire()
758 if (version > TOPO_METH_UNRETIRE_VERSION) in ntv_page_unretire()
778 if (version > TOPO_METH_SERVICE_STATE_VERSION) in ntv_page_service_state()
805 if (version > TOPO_METH_UNUSABLE_VERSION) in ntv_page_unusable()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_upgrade/
H A Dzfs_upgrade_003_pos.ksh59 for version in $ZFS_ALL_VERSIONS ; do
61 eval verfs=\$ZFS_VERSION_$version
65 log_must zfs create -o version=${version} ${current_fs}
82 typeset -i oldv=$(get_prop version $fs)
H A Dzfs_upgrade_004_pos.ksh59 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=${subversion} \
H A Dzfs_upgrade_005_pos.ksh59 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=${subversion} \
H A Dzfs_upgrade_001_pos.ksh80 for version in $ZFS_ALL_VERSIONS ; do
82 eval verfs=\$ZFS_VERSION_$version
86 log_must zfs create -o version=${version} ${current_fs}
90 if (( version != $ZFS_VERSION )); then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_001_pos.ksh65 for version in {1..28}; do
66 log_note "Checking for a description of pool version $version"
67 log_must eval "awk '/^ $version / { print $1 }' /tmp/zpool-versions.$$ | grep $version"
/illumos-gate/usr/src/uts/common/sys/fibre-channel/
H A Dfcio.h175 uint32_t version; /* Set to FC_HBA_LIST_VERSION */ member
183 uint32_t version; member
191 uint32_t version; member
199 uint32_t version; member
210 uint32_t version; /* Set to FC_HBA_SINGLE_VERSION */ member
217 uint32_t version; /* Set to FC_HBA_ADAPTER_ATTRIBUTES_VERSION */ member
241 uint32_t version; /* Set to FC_HBA_ADAPTER_ATTRIBUTES_VERSION */ member
266 uint32_t version; /* FC_HBA_PORT_ATTRIBUTES_VERSION */ member
293 uint32_t version; /* FC_HBA_PORT_ATTRIBUTES_VERSION */ member
321 uint32_t version; /* FC_HBA_ADAPTER_PORT_STATS_VERSION */ member
/illumos-gate/usr/src/test/bhyve-tests/tests/viona/
H A Dinterface_version.c37 int version = ioctl(ctl_fd, VNA_IOC_VERSION, 0); in main() local
38 if (version < 0) { in main()
42 if (version != VIONA_CURRENT_INTERFACE_VERSION) { in main()
44 version, VIONA_CURRENT_INTERFACE_VERSION); in main()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c763 version = SWAP32(version); in create_updated_keystore_version()
764 version++; in create_updated_keystore_version()
765 version = SWAP32(version); in create_updated_keystore_version()
1287 version = SWAP32(version); in reencrypt_obj()
1289 version = SWAP32(version); in reencrypt_obj()
1495 version = SWAP32(version); in soft_keystore_setpin()
1497 version = SWAP32(version); in soft_keystore_setpin()
2251 version = SWAP32(version); in soft_keystore_put_new_obj()
2253 version = SWAP32(version); in soft_keystore_put_new_obj()
2543 version = SWAP32(version); in soft_keystore_modify_obj()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dprobe.win3215 typeset -A header version
130 if [[ ${version[BORLAND]} ]]
131 then version=${version[BORLAND]} VERSION=__BORLANDC__
142 elif [[ ${version[DM]} ]]
143 then version=${version[DM]} VERSION=__DMC__
149 elif [[ ${version[MS]} ]]
150 then version=${version[MS]} VERSION=_MSC_VER
158 elif [[ ${version[LCC]} ]]
159 then version=${version[LCC]} VERSION=__LCC__
174 then version=${version[MINGW]} VERSION=__MINGW32__
[all …]
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dctf_subr.c81 ctf_version(int version) in ctf_version() argument
83 ASSERT(version > 0 && version <= CTF_VERSION); in ctf_version()
85 if (version > 0) in ctf_version()
86 _libctf_version = MIN(CTF_VERSION, version); in ctf_version()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dhelp2man73 version => sub { print $version_info; exit },
172 my $version;
202 $version = $3;
208 $version = $3;
212 $version = $_;
224 $include{NAME} ||= "$program \\- manual page for $program $version\n";
473 .TH $PROGRAM "$section" "$date" "$package $version" FSF
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_sdp.c75 int version, int sflags, int *errorp, cred_t *cr) in socksdp_create() argument
89 if (version == SOV_STREAM) { in socksdp_create()
116 if (version == SOV_DEFAULT) { in socksdp_create()
117 version = so_default_version; in socksdp_create()
119 so->so_version = (short)version; in socksdp_create()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c107 dst->version = src->version; in dtrace_xpv_getsystime()
127 } while (((src->version & 1) | (dst->version ^ src->version)) || in dtrace_xpv_getsystime()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_comutil.c133 int version = -1; in zfs_zpl_version_map() local
137 version = zfs_version_table[i].version_zpl; in zfs_zpl_version_map()
140 return (version); in zfs_zpl_version_map()
151 int version = -1; in zfs_spa_version_map() local
158 return (version); in zfs_spa_version_map()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dpmap_clnt.c63 pmap_set(rpcprog_t program, rpcvers_t version, rpcprot_t protocol, in pmap_set() argument
82 rslt = rpcb_set(program, version, nconf, na); in pmap_set()
94 pmap_unset(rpcprog_t program, rpcvers_t version) in pmap_unset() argument
102 udp_rslt = rpcb_unset(program, version, nconf); in pmap_unset()
107 tcp_rslt = rpcb_unset(program, version, nconf); in pmap_unset()
129 rpcvers_t version, rpcprot_t protocol) in pmap_getport() argument
141 parms.pm_vers = version; in pmap_getport()
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dprom.c61 Prop *version; in disp_prom_version() local
66 version = find_prop(flashprom, "version"); in disp_prom_version()
68 vers = (char *)get_prop_val(version); in disp_prom_version()
79 if ((strlen(vers) + 1) < version->size) { in disp_prom_version()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h53 unsigned int version; member
92 unsigned int version; /* 1 */ member
100 unsigned int version; /* 1 */ member
107 unsigned int version; /* 1 */ member

12345678910>>...94