Home
last modified time | relevance | path

Searched refs:version (Results 176 – 200 of 2336) sorted by relevance

12345678910>>...94

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsmbfs_mount.h71 int version; /* smbfs mount version */ member
88 int32_t version; /* smbfs mount version */ member
/illumos-gate/usr/src/tools/smatch/src/
H A DLICENSE20 the Free Software Foundation; either version 2 of the License, or
21 (at your option) any later version.
33 version of the GNU General Public License.
42 [ This copy of the license is the flat-text version of original,
48 pretty-printed version ]
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c137 const char *version; /* MATCH_OPT_{NAME|NEED_VER} */ member
252 rec->value.name.version = lstr; in add_match_record()
269 rec->value.name.version = s1 + 1; in add_match_record()
273 WS_SKIP_LIMIT(rec->value.name.version, s2); in add_match_record()
274 WS_RSKIP_LIMIT(rec->value.name.version, s2); in add_match_record()
342 match(const char *needobj, const char *version, int ndx) in match() argument
358 else if (version) in match()
359 str = version; in match()
362 if (strcmp(rec->value.name.version, str) == 0) in match()
366 if (needobj && version && in match()
[all …]
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c41 uint8_t version; in mem_fmri_get_unum() local
44 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in mem_fmri_get_unum()
45 version > FM_MEM_SCHEME_VERSION || in mem_fmri_get_unum()
461 uint8_t version; in fmd_fmri_unusable() local
467 if (nvlist_lookup_uint8(nvl, FM_VERSION, &version) != 0 || in fmd_fmri_unusable()
468 version > FM_MEM_SCHEME_VERSION) in fmd_fmri_unusable()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_scheme.c60 char *name, *version; in fmd_scheme_fmd_present() local
65 nvlist_lookup_string(nvl, FM_FMRI_FMD_VERSION, &version) != 0) in fmd_scheme_fmd_present()
73 strcmp(mp->mod_vers, version) == 0; in fmd_scheme_fmd_present()
83 char *name, *version; in fmd_scheme_fmd_replaced() local
88 nvlist_lookup_string(nvl, FM_FMRI_FMD_VERSION, &version) != 0) in fmd_scheme_fmd_replaced()
96 strcmp(mp->mod_vers, version) == 0; in fmd_scheme_fmd_replaced()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c225 uint16_t version, hwcap, maxbus; in biospci_detect() local
240 version = v86.ebx & 0xffff; in biospci_detect()
245 bcd2bin((version >> 8) & 0xf), bcd2bin(version & 0xf), in biospci_detect()
249 sprintf(buf, "%d", bcd2bin((version >> 8) & 0xf)); in biospci_detect()
251 sprintf(buf, "%d", bcd2bin(version & 0xf)); in biospci_detect()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsw.c60 sw_init(topo_mod_t *mod, topo_version_t version) in sw_init() argument
66 if (version != SW_VERSION) in sw_init()
128 sw_fmri_create(topo_mod_t *mod, tnode_t *node, topo_version_t version, in sw_fmri_create() argument
147 if (version > TOPO_METH_FMRI_VERSION) in sw_fmri_create()
357 sw_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, in sw_fmri_nvl2str() argument
374 if (version > TOPO_METH_NVL2STR_VERSION) in sw_fmri_nvl2str()
/illumos-gate/usr/src/uts/sun4u/os/
H A Dfillsysinfo.c512 (void) GETPROP(node, "mask#", (caddr_t)&cpunode->version); in fill_cpu()
516 cpunode->version = REMAP_CHEETAH_MASK(cpunode->version); in fill_cpu()
732 cpunode->version = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in fill_cpu_ddi()
737 cpunode->version = REMAP_CHEETAH_MASK(cpunode->version); in fill_cpu_ddi()
873 if (cpunodes[i].version < min_supported_rev) { in check_cpus_ver()
886 if (cpunodes[i].version < 0x22) { in check_cpus_ver()
903 if (cpunodes[i].version < min_supported_rev) { in check_cpus_ver()
915 if (IS_JALAPENO(impl) && (cpunodes[i].version < 0x24)) { in check_cpus_ver()
1042 cpunodes[i].name, cpunodes[i].version); in check_cpus_set()
/illumos-gate/usr/src/cmd/awk/
H A Dmain.c66 char *version = "version Aug 27, 2018"; variable
113 (void) printf("awk %s\n", version); in main()
189 (void) printf("awk %s\n", version); in main()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dnfs_cmd.c80 res.version = NFSCMD_VERS_1; in nfscmd_err()
175 res.version = NFSCMD_VERS_1; in nfscmd_charmap_lookup()
240 switch (args->version) { in nfscmd_func()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dnvlrender.c52 uint8_t version; in fmdump_render_nvlist() local
56 nvlist_lookup_uint8(fmri, FM_VERSION, &version) != 0) in fmdump_render_nvlist()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_clone/
H A Dzfs_clone_007_pos.ksh70 log_must zfs clone -o version=$ver $SNAPFS $TESTPOOL/$TESTCLONE
77 log_mustnot zfs clone -o version=$ver \
/illumos-gate/usr/src/lib/krb5/ss/
H A Dss.h34 int version;
41 int version; /* SS_RP_V1 */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c222 int version; in get_diskinfo() local
225 version = check_int13_extensions (drive); in get_diskinfo()
227 if (drive >= 0x88 || version) in get_diskinfo()
248 if (version) in get_diskinfo()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dprinc_xdr.c152 objp->version = OSA_ADB_PRINC_VERSION_1; in ldap_xdr_osa_princ_ent_rec()
156 if (!xdr_int(xdrs, &objp->version)) in ldap_xdr_osa_princ_ent_rec()
160 if (!xdr_int(xdrs, &objp->version)) in ldap_xdr_osa_princ_ent_rec()
162 if (objp->version != OSA_ADB_PRINC_VERSION_1) in ldap_xdr_osa_princ_ent_rec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcmdarg.h52 #define CMDDISC(d,f,e) (memset(d,0,sizeof(*(d))),(d)->version=CMD_VERSION,(d)->flags=(f),(d)->error…
61 uint32_t version; /* CMD_VERSION */ member
/illumos-gate/usr/src/lib/libdevid/
H A Dlibdevid.h45 extern int devid_scsi_encode(int version, char *driver_name, uchar_t *inq,
49 extern int devid_smp_encode(int version, char *driver_name,
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_chip_type.h58 #define CHELSIO_CHIP_CODE(version, revision) (((version) << 4) | (revision)) argument
/illumos-gate/usr/src/prototypes/
H A Dprototype.Makefile3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Duname.c127 #define VERSION #(getprd version)
141 char* version; member
184 ut->version = VERSION; in uname()
393 output(OPT_version, ut.version, "version"); in b_uname()
477 extra(version); in b_uname()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A DREADME.zfs5 # Common Development and Distribution License ("CDDL"), version 1.0.
6 # You may only use this file in accordance with the terms of version
45 The version of the Lua runtime we're using in ZFS has been modified in a variety
56 version of Lua runs inside the kernel we must handle these failures and
79 interpreter. Additional work would be required to extricate this custom version
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsrchpref.c113 int rc = 0, version; in ldap_init_searchprefs_buf() local
124 version = atoi( toks[ 1 ] ); in ldap_init_searchprefs_buf()
126 if ( version != LDAP_SEARCHPREF_VERSION && in ldap_init_searchprefs_buf()
127 version != LDAP_SEARCHPREF_VERSION_ZERO ) { in ldap_init_searchprefs_buf()
132 version )) == 0 && so != NULLSEARCHOBJ ) { in ldap_init_searchprefs_buf()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A DMakefile.in47 $(srcdir)/stamp-vti $(srcdir)/version.texi mdate-sh \
345 $(srcdir)/grub.info: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
346 grub.dvi: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
347 grub.pdf: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
348 grub.html: grub.texi $(srcdir)/version.texi $(grub_TEXINFOS)
349 $(srcdir)/version.texi: @MAINTAINER_MODE_TRUE@ $(srcdir)/stamp-vti
357 @cmp -s vti.tmp $(srcdir)/version.texi \
359 cp vti.tmp $(srcdir)/version.texi)
361 @cp $(srcdir)/version.texi $@
377 @if (install-info --version && \
[all …]
/illumos-gate/usr/src/lib/mpapi/libmpapi/
H A DTHIRDPARTYLICENSE62 this License or a future version of this License issued under
137 terms on any Source Code version that alters or restricts the
138 applicable version of this License or the recipients' rights
144 an Executable version or via an accepted Electronic Distribution
145 Mechanism to anyone to whom you made an Executable version
209 include a notice stating that the Source Code version of the
213 included in any notice in an Executable version, related
216 Executable version of Covered Code or ownership rights under a
219 of this License and that the license for the Executable version
255 from time to time. Each version will be given a distinguishing
[all …]
/illumos-gate/usr/src/lib/hbaapi/
H A DTHIRDPARTYLICENSE62 this License or a future version of this License issued under
137 terms on any Source Code version that alters or restricts the
138 applicable version of this License or the recipients' rights
144 an Executable version or via an accepted Electronic Distribution
145 Mechanism to anyone to whom you made an Executable version
209 include a notice stating that the Source Code version of the
213 included in any notice in an Executable version, related
216 Executable version of Covered Code or ownership rights under a
219 of this License and that the license for the Executable version
255 from time to time. Each version will be given a distinguishing
[all …]

12345678910>>...94