Searched refs:version (Results 276 - 300 of 1150) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dsvc.c28 * the service schema. The official version of a svc FMRI has the form:
141 svc_init(topo_mod_t *mod, topo_version_t version) argument
146 if (version != SVC_VERSION)
187 * The short-hand version is kept as the label and can be used when
347 svc_fmri_prop_get(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
358 if (version > TOPO_METH_PROP_GET_VERSION)
418 svc_fmri_nvl2str(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
433 if (version > TOPO_METH_NVL2STR_VERSION)
516 svc_fmri_str2nvl(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
522 if (version > TOPO_METH_STR2NVL_VERSIO
812 svc_fmri_present(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
836 svc_fmri_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
861 svc_fmri_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
885 svc_fmri_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
H A Dtopo_module.h41 int (*mop_init)(struct topo_mod *, topo_version_t version);
57 topo_version_t tmi_version; /* module version */
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DDefaults.java123 static final int version = 2; field in class:Defaults
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_audit.c5 * Common Development and Distribution License ("CDDL"), version 1.0.
6 * You may only use this file in accordance with the terms of version
60 la_version(uint_t version) argument
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c45 int version,
44 posix_stop_func( int version, _Unwind_Action _Unwind_actions, uint64_t exceptionClass, struct _Unwind_Exception *exceptionObject, struct _Unwind_Context *context, void *func_arg) argument
H A Dunwind_context.h83 _Unw_very_boring_personality(int version, int actions, uint64_t exclass,
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfat.h7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
56 __u8 version[2]; /* major, minor filesystem version */ member in struct:fat_bpb
H A Dmb_info.h7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
88 unsigned short version; member in struct:apm_info
108 /* MultiBoot info version number */
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dglob.h43 * mailx -- a modified version of a University of California at Berkeley
136 extern const char *const version; /* ???? */
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dxa.h55 long version; /* must be 0 */ member in struct:xa_switch_t
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Daudit.c72 la_version(uint_t version) argument
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drtld_db.c65 * o baseline version
89 rd_init(int version) argument
91 if ((version < RD_VERSION1) ||
92 (version > RD_VERSION))
94 rtld_db_version = version;
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfssys.h59 int versmin; /* Min protocol version to offer */
60 int versmax; /* Max protocol version to offer */
69 int32_t versmin; /* Min protocol version to offer */
70 int32_t versmax; /* Max protocol version to offer */
117 * lm_svc_args, you should increment the version number. Try to keep
126 int version; /* keep this first */ member in struct:lm_svc_args
139 int32_t version; /* keep this first */ member in struct:lm_svc_args32
157 int version; member in struct:nfsl_flush_args
167 int32_t version; member in struct:nfsl_flush_args32
180 int nfs_versmin; /* Min NFS version t
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook.h105 int hf_version; /* version number */
141 extern hook_t *hook_alloc(const int version);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dprinc_xdr.c154 objp->version = OSA_ADB_PRINC_VERSION_1;
158 if (!xdr_int(xdrs, &objp->version))
162 if (!xdr_int(xdrs, &objp->version))
164 if (objp->version != OSA_ADB_PRINC_VERSION_1)
H A Dprinc_xdr.h40 int version; member in struct:_osa_princ_ent_t
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dmime.h68 unsigned long version; /* interface version */ member in struct:Mimedisc_s
H A Dtar.h77 #define VERTYPE 'V' /* version */
113 char version[TVERSLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/common/include/
H A Dshcmd.h48 int version; member in struct:Shbltin_s
H A Dtar.h68 #define VERTYPE 'V' /* version */
104 char version[TVERSLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptlib.h62 unsigned char version; member in struct:Optpass_s
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dmime.h68 unsigned long version; /* interface version */ member in struct:Mimedisc_s
H A Dtar.h77 #define VERTYPE 'V' /* version */
113 char version[TVERSLEN]; member in struct:header
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dmime.h68 unsigned long version; /* interface version */ member in struct:Mimedisc_s
H A Dtar.h77 #define VERTYPE 'V' /* version */
113 char version[TVERSLEN]; member in struct:header

Completed in 85 milliseconds

<<11121314151617181920>>