/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_query.cc | 37 db_query::db_query(db_scheme * scheme, int size, nis_attr* attrlist) argument 51 if (!scheme->find_index(attrlist[i].zattr_ndx, 73 * along with information on the scheme given, will determine 79 db_query::db_query(db_scheme *scheme, entry_object_p obj) argument 81 num_components = scheme->numkeys(); // scheme's view of key count 82 db_key_desc *keyinfo = scheme->keyloc();
|
/osnet-11/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_file.c | 63 const char *scheme, boolean_t pmap) 75 "name=%s, scheme=%s, pmap=%d, load_snapshot=%s\n", 77 (name == NULL) ? "NULL" : name, scheme, pmap, 99 mod->tm_rootdir, mod->tm_hdl->th_snap_dir, scheme); 111 name, scheme); 114 scheme); 122 if ((tfp->tf_tmap = topo_xml_read(mod, tfp->tf_filenm, scheme)) 62 topo_file_load(topo_mod_t *mod, tnode_t *node, const char *name, const char *scheme, boolean_t pmap) argument
|
H A D | topo_tree.c | 29 * Toplogy trees are instantiated for each builtin (FMRI) scheme specified 31 * skeleton of the topology tree (scheme, root node, and file information). 34 * provides a handle to access static .xml files that seed scheme-specifc 39 * trees maintained in topo_hdl_t. Builtin scheme-specific enumerators are 41 * system. If a <scheme>-topology.xml file exists in a standard file 82 topo_tree_create(topo_hdl_t *thp, topo_mod_t *mod, const char *scheme) argument 92 if ((tp->tt_scheme = topo_mod_strdup(mod, scheme)) == NULL) 161 topo_dprintf(thp, TOPO_DBG_SNAP, "%s: scheme=%s, load_snapshot=%s\n", 175 * <product-name>-<scheme>-topology 176 * <platform-name>-<scheme> [all...] |
H A D | topo_parse.c | 34 tf_info_new(topo_mod_t *mp, xmlDocPtr doc, xmlChar *scheme) argument 43 if ((r->tf_scheme = topo_mod_strdup(mp, (char *)scheme)) == NULL) {
|
H A D | topo_subr.c | 218 topo_hdl_root(topo_hdl_t *thp, const char *scheme) argument 224 if (strcmp(scheme, tp->tt_scheme) == 0)
|
H A D | topo_2xml.c | 427 txml_print_topology(topo_hdl_t *thp, FILE *fp, char *scheme, tnode_t *node) argument 468 "scheme=%s, uuid=%s, timestamp=%s=%s\n" 473 __func__, (void *)thp, scheme, thp->th_uuid, 482 begin_element(fp, Topology, Scheme, scheme, UUID, 502 topo_xml_print(topo_hdl_t *thp, FILE *fp, const char *scheme, int *err) argument 509 if (strcmp(scheme, tp->tt_scheme) == 0) {
|
H A D | topo_snap.c | 29 * snapshot and close a topology exported by FMRI scheme (hc, mem and cpu) 46 * may initiate topology tree walks on a scheme-tree basis. topo_walk_init() 48 * FMRI scheme trees. The walker data structure, topo_walk_t, is an opaque 53 * scheme tree. At any time, the callback may terminate the walk by returning 654 topo_walk_init(topo_hdl_t *thp, const char *scheme, topo_walk_cb_t cb_f, argument 661 "scheme=%s\n", __func__, (void *)thp, thp->th_uuid, scheme); 665 if (strcmp(scheme, tp->tt_scheme) == 0) {
|
H A D | topo_fmri.c | 44 * scheme plugin operations are supported as long as a backend method is 45 * supplied by a scheme-specific enumerator or the enumerator module that 46 * created the matching topology node. Support for fmd scheme operations 62 * - create: an FMRI nvlist by scheme type 100 char *scheme, *str; local 104 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0) 108 if ((rnode = topo_hdl_root(thp, scheme)) == NULL) 179 char *scheme; local 183 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0) 187 if ((rnode = topo_hdl_root(thp, scheme)) 207 char *scheme; local 235 char *scheme; local 270 char *scheme; local 296 char *scheme; local 324 char *scheme; local 354 char *scheme; local 382 char *scheme; local 409 char *scheme; local 568 char *scheme; local 615 char *scheme; local 701 topo_fmri_create(topo_hdl_t *thp, const char *scheme, const char *name, topo_instance_t inst, nvlist_t *nvl, int *err) argument 859 char *scheme; local 900 char *scheme; local [all...] |
H A D | topo_mod.c | 32 * They are loaded by our builtin scheme-specific plugins, other modules or 289 const char *scheme) 291 return (topo_file_load(mod, node, (char *)name, (char *)scheme, 1057 * This routine is always called from hc scheme enumerators so only the 288 topo_mod_enummap(topo_mod_t *mod, tnode_t *node, const char *name, const char *scheme) argument
|
H A D | topo_xml.c | 2175 xmlChar *scheme = NULL; local 2251 * expected scheme. 2260 if ((scheme = xmlGetProp(cursor, (xmlChar *)Scheme)) == NULL) { 2262 "%s: topology lacks a scheme\n", __func__); 2267 if (xmlStrcmp(scheme, (xmlChar *)escheme) != 0) { 2269 "%s: topology in unrecognized scheme, %s, expecting %s\n", 2270 __func__, scheme, escheme); 2272 xmlFree(scheme); 2289 xmlFree(scheme); 2299 xmlFree(scheme); [all...] |
/osnet-11/usr/src/lib/fm/libasr/common/ |
H A D | asr_topo.c | 85 char *scheme, *fmristr; local 95 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0) { 96 (void) asr_error(EASR_FM, "unknown FMRI scheme"); 100 len = snprintf(NULL, 0, "%s://unknown", scheme); 105 (void) snprintf(buf, len + 1, "%s://unknown", scheme);
|
H A D | asr_fault.c | 204 char *fmristr, *scheme; local 269 frunvl, FM_FMRI_SCHEME, &scheme) != 0) { 271 "expected fmri to have scheme"); 275 if (strcmp(scheme, FM_FMRI_SCHEME_HC) != 0) { 276 err = asr_error(EASR_SC, "expected '%s' scheme",
|
/osnet-11/usr/src/cmd/hal/probing/storage/ |
H A D | probe-storage.c | 330 const char *scheme = ""; local 412 scheme = "mbr"; 419 scheme = "smi"; 429 scheme = "gpt"; 437 libhal_changeset_set_property_string (cs, "storage.partitioning_scheme", scheme);
|
/osnet-11/usr/src/lib/libsip/common/ |
H A D | sip_add_hdrs.c | 1180 * other-response = auth-scheme LWS auth-param 1182 * auth-scheme = token 1185 sip_add_author(sip_msg_t sip_msg, char *scheme, char *param) argument 1187 return (sip_add_str_to_msg(sip_msg, SIP_AUTHOR, scheme, param, SIP_SP)); 1211 * other-challenge = auth-scheme LWS auth-param
|
H A D | sip_msg.h | 121 sip_str_t scheme; member in struct:sip_auth 188 #define auth_scheme_ptr hdr_value.auth.scheme.sip_str_ptr 189 #define auth_scheme_len hdr_value.auth.scheme.sip_str_len
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/ |
H A D | ac.c | 2786 gcry_ac_scheme_t scheme; 2803 /* Lookup a scheme by it's ID. */ 2805 ac_scheme_get (gcry_ac_scheme_t scheme) 2811 if (scheme == ac_schemes[i].scheme) 2825 ac_scheme_t scheme, void **opts_em) 2830 options_em = gcry_malloc (scheme.options_em_n); 2837 err = (*scheme.dencode_prepare) (handle, key, opts, options_em); 2886 anonymous structure specific to the chosen scheme (gcry_ac_es_*_t). 2906 ac_scheme_t *scheme; 2777 gcry_ac_scheme_t scheme; member in struct:ac_scheme 2796 ac_scheme_get(gcry_ac_scheme_t scheme) argument 2815 ac_dencode_prepare(gcry_ac_handle_t handle, gcry_ac_key_t key, void *opts, ac_scheme_t scheme, void **opts_em) argument 2897 ac_scheme_t *scheme; local 2987 ac_scheme_t *scheme; local 3105 ac_scheme_t *scheme; local 3196 ac_scheme_t *scheme; local [all...] |
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | tpm_specific.c | 2685 UINT32 keyusage, scheme, maxsize; local 2709 * encryption scheme. 2718 TSS_TSPATTRIB_KEYINFO_ENCSCHEME, &scheme))) { 2723 switch (scheme) {
|