Searched refs:version (Results 76 - 100 of 1150) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dversion.c67 const char *version)
73 Elf_ver_line_4(lml, version);
75 Elf_ver_line_5(lml, file, version);
171 * gnuver - If True (non-zero), the version rules used by the
209 Elf_ver_line_4(Lm_list *lml, const char *version) argument
211 dbg_print(lml, MSG_INTL(MSG_VER_LINE_4), version);
215 Elf_ver_line_5(Lm_list *lml, const char *file, const char *version) argument
218 dbg_print(lml, MSG_INTL(MSG_VER_LINE_5), file, version);
220 dbg_print(lml, MSG_INTL(MSG_VER_LLINE_5), file, version);
66 Dbg_ver_need_entry(Lm_list *lml, Half cnt, const char *file, const char *version) argument
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd.x56 version KWARNVERS {
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsmbfs_mount.h71 int version; /* smbfs mount version */ member in struct:smbfs_args
88 int32_t version; /* smbfs mount version */ member in struct:smbfs_args32
/illumos-gate/usr/src/uts/common/rpcsvc/
H A Dnsm_addr.x72 version NSM_ADDR_V1 {
/illumos-gate/usr/src/lib/krb5/ss/
H A Dss.h35 int version; member in struct:_ss_request_table
42 int version; /* SS_RP_V1 */ member in struct:_ss_rp_options
/illumos-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddomaind.h39 uint8_t version; /* version number */ member in struct:domain_data
60 #define DOMD_VERSION_OFFSET offsetof(domain_data_t, version)
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dllib-llpreq53 ushort version; /* version of system sending job*/
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh36 # 'zfs clone -o version=' could upgrade version, but downgrade is denied.
39 # 1. Create clone with "-o version=" specified
40 # 2. Verify it succeed while upgrade, but fails while the version downgraded.
57 log_assert "'zfs clone -o version=' could upgrade version," \
70 log_must zfs clone -o version=$ver $SNAPFS $TESTPOOL/$TESTCLONE
77 log_mustnot zfs clone -o version=$ver \
84 log_pass "'zfs clone -o version=' could upgrade version," \
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dbucket.c89 * if *version == NULL, then
90 * the bucket version (eg, SUNW_1.1) hasn't
97 * if *after is not a version name found among the buckets,
101 * If either version or after is NULL, it's a programmer error.
104 add_parent(const char *version, const char *after, int weak) argument
109 assert(version != NULL, "passed a null version to add_parent");
111 errlog(BEGIN, "add_parent(%s,%s,%d) {", version, after, weak);
112 if ((new = find_in_hashmap(version)) == NULL) {
114 new = new_bucket(version, wea
147 add_uncle(const char *version, const char *after, int weak) argument
193 set_weak(const char *version, int weak) argument
222 add_by_name(const char *version, const Interface *interface) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_chassis.c74 ch_hcfmri.version = x86pi_cleanup_smbios_str(mod, ip.smbi_version, 0);
86 topo_mod_dprintf(mod, "%s: Version (%s)\n", f, ch_hcfmri.version);
109 if (ch_hcfmri.version != NULL) {
110 topo_mod_strfree(mod, (char *)ch_hcfmri.version);
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfrureg.h41 int version; member in struct:__anon3246
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dstrrchr.s34 / Fast assembly language version of the following C-program strrchr
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrncpy.s34 / Fast assembly language version of the following C-program strncpy
51 / In this assembly language version, the following expression is used
H A Dstrrchr.s34 / Fast assembly language version of the following C-program strrchr
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfts_fix.c47 if ((oe = _ast_fts_read(fts)) && ast.version < 20100102L && (ne || (ne = newof(0, FTSENT, 1, 0))))
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-set-default.in8 # the Free Software Foundation; either version 2 of the License, or
9 # (at your option) any later version.
35 -v, --version print the version information and exit
50 -v | --version)
/illumos-gate/usr/src/cmd/lms/
H A Dplugin.h57 typedef void (*lms_version_t)(unsigned char version);
/illumos-gate/usr/src/cmd/lms/tools/
H A DATVersion.h41 function check if user requested version information to be displayed on std output
42 and show version number
46 @return bool true if version user requested version to be displayed
47 false if version information was not displayed
52 function gets application version - if target application uses this class to show version
54 @param version string returning version or empty string if version no
[all...]
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dadb_xdr.c95 objp->version = OSA_ADB_PRINC_VERSION_1;
98 if (!xdr_int(xdrs, &objp->version))
102 if (!xdr_int(xdrs, &objp->version))
104 if (objp->version != OSA_ADB_PRINC_VERSION_1)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Decc_kstat.h74 * Clients of this kstat will have to check the version and maintain
77 * named kstat: unix:0:ecc-info:version
78 * - the version of the kstats implemented by the running kernel
87 struct kstat_named version; member in struct:ecc_error_info
/illumos-gate/usr/src/lib/libsocket/socket/
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);
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dsymbindrep.c37 la_version(uint_t version) argument
39 if (version < LAV_CURRENT) {
41 "symbindrep.so: unexpected version: %d\n", version);
/illumos-gate/usr/src/uts/sparc/io/
H A Ddevfm_machdep.c39 uint8_t version; local
48 /* Verify FMRI scheme name and version number */
51 (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0) ||
52 version > FM_MEM_SCHEME_VERSION) {
/illumos-gate/usr/src/cmd/fm/schemes/cpu/
H A Dcpu.c146 uint8_t version; local
153 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 ||
168 if (version == CPU_SCHEME_VERSION0) {
181 } else if (version == CPU_SCHEME_VERSION1) {
205 uint8_t version; local
211 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 ||
225 if (version == CPU_SCHEME_VERSION0) {
234 } else if (version == CPU_SCHEME_VERSION1) {
258 uint8_t version; local
264 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) !
317 uint8_t version; local
[all...]
/illumos-gate/usr/src/common/zfs/
H A Dzfs_comutil.c114 * Keep this table in monotonically increasing version number order.
126 * Return the max zpl version for a corresponding spa version
133 int version = -1; local
137 version = zfs_version_table[i].version_zpl;
140 return (version);
144 * Return the min spa version for a corresponding spa version
151 int version = -1; local
158 return (version);
[all...]

Completed in 69 milliseconds

1234567891011>>