Searched defs:version (Results 301 - 325 of 626) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c274 new_objp->version = 1;
1120 uint_t version; local
1125 * Get the current version number from the keystore for
1128 if (soft_keystore_get_object_version(&old_obj->ks_handle, &version,
1133 * If the keystore version is newer than the in-core version,
1136 if (old_obj->version != version) {
1141 old_obj->version = version;
[all...]
/illumos-gate/usr/src/lib/scsi/libsmp/common/
H A Dsmp_engine.c143 smp_engine_register(smp_engine_t *ep, int version, argument
148 if (version != LIBSMP_ENGINE_VERSION)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dwinreg_svc.c195 smb_version_t version; local
232 smb_config_get_version(&version);
234 version.sv_major, version.sv_minor);
1051 * Return the windows registry version. The current version is 5.
1061 param->version = 5;
/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c43 fmd_adm_open(const char *host, uint32_t prog, int version) argument
49 if (version != FMD_ADM_VERSION) {
80 ap->adm_version = version;
154 return ("client requires newer libfmd_adm version");
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c113 topo_version_t version)
126 if (mod->tm_info->tmi_version != version) {
138 (mod = topo_modhash_load(thp, name, path, &topo_rtld_ops, version))
172 topo_version_t version)
178 if (version != TOPO_VERSION)
290 topo_mod_hcfmri(topo_mod_t *mod, tnode_t *pnode, int version, const char *name, argument
299 if (version != FM_HC_SCHEME_VERSION)
384 topo_mod_devfmri(topo_mod_t *mod, int version, const char *dev_path, argument
391 if (version != FM_DEV_SCHEME_VERSION)
419 topo_mod_cpufmri(topo_mod_t *mod, int version, uint32_ argument
112 topo_mod_load(topo_mod_t *pmod, const char *name, topo_version_t version) argument
171 topo_mod_register(topo_mod_t *mod, const topo_modinfo_t *mip, topo_version_t version) argument
458 topo_mod_memfmri(topo_mod_t *mod, int version, uint64_t pa, uint64_t offset, const char *unum, int flags) argument
499 topo_mod_pkgfmri(topo_mod_t *mod, int version, const char *path) argument
531 topo_mod_modfmri(topo_mod_t *mod, int version, const char *driver) argument
566 topo_mod_swfmri(topo_mod_t *mod, int version, char *obj_path, char *obj_root, nvlist_t *obj_pkg, char *site_token, char *site_module, char *site_file, char *site_func, int64_t site_line, char *ctxt_origin, char *ctxt_execname, int64_t ctxt_pid, char *ctxt_zone, int64_t ctxt_ctid, char **ctxt_stack, uint_t ctxt_stackdepth) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c80 _topo_init(topo_mod_t *modhdl, topo_version_t version) argument
89 if (version != PCI_ENUMR_VERS)
108 pci_label(topo_mod_t *mp, tnode_t *node, topo_version_t version, argument
111 if (version > TOPO_METH_LABEL_VERSION)
116 pci_fru(topo_mod_t *mp, tnode_t *node, topo_version_t version, argument
119 if (version > TOPO_METH_FRU_COMPUTE_VERSION)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_subr.c265 mem_asru_compute(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
442 rank_fmri_present(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
447 if (version > TOPO_METH_PRESENT_VERSION)
471 rank_fmri_replaced(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
476 if (version > TOPO_METH_REPLACED_VERSION)
616 retire_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
622 if (version > TOPO_METH_RETIRE_VERSION)
640 unretire_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
646 if (version > TOPO_METH_UNRETIRE_VERSION)
664 service_state_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, argument
691 unusable_strands(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
730 ntv_page_retire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
750 ntv_page_unretire(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
770 ntv_page_service_state(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
797 ntv_page_unusable(topo_mod_t *mod, tnode_t *node, topo_version_t version, nvlist_t *in, nvlist_t **out) argument
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem.c139 uint8_t version; local
147 if (nvlist_lookup_uint8(in, FM_VERSION, &version) != 0 ||
148 version > FM_MEM_SCHEME_VERSION ||
178 uint8_t version; local
186 if (nvlist_lookup_uint8(in, FM_VERSION, &version) != 0 ||
187 version > FM_MEM_SCHEME_VERSION ||
359 uint8_t version; local
363 if (nvlist_lookup_uint8(in, FM_VERSION, &version) != 0 ||
364 version > FM_MEM_SCHEME_VERSION ||
458 uint8_t version; local
527 uint8_t version; local
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h94 * database version number in libkdb.a, but should be expandable by
105 * If this ever changes up the version number and make the arrays be as
495 int version; member in struct:_osa_policy_ent_t
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c427 krb5_ui_4 cbuffers, version; local
441 version = load_32_le(p);
444 if (version != 0) {
447 "Invalid PAC version is %d, should be 0",
448 version);
473 pac->pac->Version = version;
/illumos-gate/usr/src/lib/librsm/inc/
H A Drsmndi.h50 int version; member in struct:__anon3903
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java133 // This token is for checking version number
159 // The template's version.
161 private String version; field in class:AttributeVerifier
247 * Returns the SLP version of this is the verifier.
249 * @return The SLP version.
254 return version;
926 // Just need to parse off the version number.
936 // Make sure it's a valid version number.
938 String version = stk.sval;
940 if (version
[all...]
H A DSrvLocHeader.java43 * call the instance methods returned by newInstance(). If no version
44 * specific subclass exists for the version number, null is returned
46 * creation of error replies are handled by the version specific
55 // Table of header classes. Keys are the version number.
65 // Number of bytes in the version and function fields.
111 int version = 0; // version number field in class:SrvLocHeader
168 // Register a new header class for version. Serious error, causing
171 static void addHeaderClass(String className, int version) { argument
177 classTable.put(new Integer(version), headerClas
192 newInstance(int version) argument
[all...]
/illumos-gate/usr/src/lib/libexacct/common/
H A Dexacct_ops.c962 const uint32_t version = EXACCT_VERSION; local
979 (void *)&version, 0) == -1 ||
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c170 clntudp_create(struct sockaddr_in *raddr, rpcprog_t program, rpcvers_t version, argument
173 return (clntudp_bufcreate(raddr, program, version, wait, sockp,
H A Drpcb_clnt.c105 * Also, this routine can be used to set the use of portmapper version 2
446 * Set a mapping between program, version and address.
450 rpcb_set(const rpcprog_t program, const rpcvers_t version, argument
478 parms.r_vers = version;
497 * Remove the mapping between program, version and netbuf address.
503 rpcb_unset(const rpcprog_t program, const rpcvers_t version, argument
516 parms.r_vers = version;
622 * The algorithm used: First try version 4. Then try version 3 (svr4).
623 * Finally, if the transport is TCP or UDP, try version
634 __rpcb_findaddr_timed(rpcprog_t program, rpcvers_t version, struct netconfig *nconf, char *host, CLIENT **clpp, struct timeval *tp) argument
1073 rpcb_getaddr(const rpcprog_t program, const rpcvers_t version, const struct netconfig *nconf, struct netbuf *address, const char *host) argument
[all...]
/illumos-gate/usr/src/lib/libpcidb/common/
H A Dpcidb.c319 pcidb_open(int version) argument
324 if (version != PCIDB_VERSION) {
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c744 log_printf("\tFBC version: "
1166 int *version; local
1185 version = (int *)get_prop_val(find_prop(pnode, "version#"));
1188 if ((version != NULL) && (name != NULL)) {
1189 log_printf("SBus: %s Rev %d\n", name, *version, 0);
1210 version = (int *)get_prop_val(find_prop(pnode, "version#"));
1213 if ((version != NULL) && (name != NULL))
1215 log_printf("STP2223BGA: Rev %d\n", *version,
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c424 /* Mask Set version */
676 char *version; local
694 /* Display OBP version info */
697 version = (char *)get_prop_val(find_prop(pnode, "version"));
698 if (version != NULL)
699 log_printf("%s\n\n", version, 0);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/starcat/common/
H A Dstarcat.c130 int version, *pversion; local
174 version = *pversion;
175 if (version >= 4)
1053 char *version; local
1069 * Display OBP version info
1073 version = (char *)get_prop_val(find_prop(pnode, "version"));
1074 log_printf("%s\n\n", version, 0);
/illumos-gate/usr/src/lib/libkmf/include/
H A DkmfapiP.h35 ushort_t version; member in struct:__anon3403
/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h29 * of those above. If you wish to allow use of your version of this file only
31 * use your version of this file under the terms of the MPL, indicate your
34 * the provisions above, a recipient may use your version of this file under
194 SECItem version; /* As per SEC 1, Appendix C, Section C.4 */ member in struct:ECPrivateKeyStr
/illumos-gate/usr/src/common/devid/
H A Ddevid_scsi.c105 static void encode_scsi3_page83(int version, uchar_t *inq83,
107 static void encode_scsi3_page83_emc(int version, uchar_t *inq83,
109 static void encode_serialnum(int version, uchar_t *inq, uchar_t *inq80,
111 static void encode_sun_serialnum(int version, uchar_t *inq,
125 * Arguments: version - id encode algorithm version
147 int version, /* IN */
168 /* verify valid version */
169 if (version > DEVID_SCSI_ENCODE_VERSION_LATEST) {
206 encode_scsi3_page83_emc(version, inq8
143 ddi_devid_scsi_encode( int version, char *driver_name, uchar_t *inq, size_t inq_len, uchar_t *inq80, size_t inq80_len, uchar_t *inq83, size_t inq83_len, ddi_devid_t *devid) argument
636 encode_scsi3_page83(int version, uchar_t *inq83, size_t inq83_len, uchar_t **id, size_t *id_len, ushort_t *id_type) argument
822 encode_scsi3_page83_emc(int version, uchar_t *inq83, size_t inq83_len, uchar_t **id, size_t *id_len, ushort_t *id_type) argument
903 encode_serialnum(int version, uchar_t *inq, uchar_t *inq80, size_t inq80_len, uchar_t **id, size_t *id_len, ushort_t *id_type) argument
1007 encode_sun_serialnum(int version, uchar_t *inq, size_t inq_len, uchar_t **id, size_t *id_len, ushort_t *id_type) argument
[all...]
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c206 la_version(uint_t version) argument
211 if (version > LAV_CURRENT)
214 "apptrace: unexpected version: %u\n"),
215 version);
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_deleted.c46 * that have been deleted in the current version of Solaris.
411 s10_xstat(sysret_t *rval, int version, const char *path, struct stat *statb) argument
416 if (version != _STAT_VER)
425 s10_lxstat(sysret_t *rval, int version, const char *path, struct stat *statb) argument
430 if (version != _STAT_VER)
439 s10_fxstat(sysret_t *rval, int version, int fd, struct stat *statb) argument
444 if (version != _STAT_VER)
453 s10_xmknod(sysret_t *rval, int version, const char *path, argument
459 if (version != _MKNOD_VER)

Completed in 213 milliseconds

<<11121314151617181920>>