Searched refs:scheme (Results 1 - 25 of 80) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Ddb_scheme_c.x71 %/* A scheme is a description of the fields of a table. */
98 % STRUCTRWLOCK(scheme);
101 %/* Accessor: return number of keys in scheme. */
107 %/* Constructor: create empty scheme */
114 %/* Constructor: create new scheme by making copy of 'orig'.
115 % All items within old scheme are also copied (i.e. no shared pointers). */
121 %/* Destructor: delete all keys associated with scheme and scheme itself. */
128 % of this scheme. If so, return in 'result' the index's number. */
142 % return (WLOCK(scheme));
[all...]
H A Ddb_query.cc37 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();
H A Ddb_mindex_c.x73 db_scheme *scheme;
120 % db_scheme *scheme;
137 % along with information on the scheme given, will determine
166 %/* Constructor: Create empty table (no scheme, no table or indices). */
169 %/* Constructor: Create new table using scheme defintion supplied.
170 % (Make copy of scheme and keep it with table.) */
180 %/* Returns whether there table is valid (i.e. has scheme). */
181 % bool_t good() { return scheme != NULL && table != NULL; }
193 % scheme. Reset version to 0 */
203 %/* Initialize table using information given in scheme 'ho
[all...]
H A Ddb_mindex.cc48 * Constructor: Create new table using scheme defintion supplied.
49 * (Make copy of scheme and keep it with table.)
62 /* Constructor: Create empty table (no scheme, no table or indices). */
65 scheme = NULL;
83 * Initialize table using information given in scheme 'how'.
84 * Record the scheme for later use (make copy of it);
91 scheme = new db_scheme(how); // make copy
92 if (scheme == NULL)
93 FATAL("db_mindex::init: could not allocate space for scheme",
96 if (scheme
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c48 psm_open(service_t *svc, char *scheme) argument
53 if ((scheme == NULL) || (strchr(scheme, '/') != NULL))
56 snprintf(path, sizeof (path), PSM_DIR "/psm-%s.so", scheme);
65 detailed_error(svc, "psm_open(%s): %s: %s", scheme, path,
H A Dservice.c92 result = strdup(uri->scheme);
105 char *scheme = default_print_service(); local
125 /* parse the URI and set the scheme(print service) */
127 scheme = (svc->uri)->scheme;
129 /* override the scheme if it was in the attributes */
131 "print-service-module", &scheme);
134 scheme = name;
136 result = psm_open(svc, scheme);
148 scheme, nam
[all...]
/opensolaris-onvv-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.h40 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]]
43 char *scheme; member in struct:__anon4684
H A Duri.c40 * scheme:scheme_data
41 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]]
54 /* find the scheme:scheme_part split */
63 u->scheme = strndup(string, ptr - string);
68 * scheme://[host_part]/[path_part]
146 } else { /* scheme:scheme_part */
167 (uri->scheme == NULL) ||
186 uri->scheme,
201 (void) snprintf(buffer, buflen, "%s:%s", uri->scheme,
212 if (uri->scheme !
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c66 const char *scheme, int pmap)
78 scheme);
80 (void) snprintf(fp, MAXNAMELEN, TOPO_COMMON_FILE, scheme);
88 if ((tfp->tf_tmap = topo_xml_read(mod, tfp->tf_filenm, scheme))
65 topo_file_load(topo_mod_t *mod, tnode_t *node, const char *name, const char *scheme, int pmap) argument
H A Dtopo_fmri.c45 * scheme plugin operations are supported as long as a backend method is
46 * supplied by a scheme-specific enumerator or the enumerator module that
47 * created the matching topology node. Support for fmd scheme operations
66 * - create: an FMRI nvlist by scheme type
104 char *scheme, *str; local
108 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0)
112 if ((rnode = topo_hdl_root(thp, scheme)) == NULL)
180 char *scheme; local
184 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0)
188 if ((rnode = topo_hdl_root(thp, scheme))
208 char *scheme; local
236 char *scheme; local
271 char *scheme; local
297 char *scheme; local
325 char *scheme; local
355 char *scheme; local
383 char *scheme; local
410 char *scheme; local
566 char *scheme; local
613 char *scheme; local
699 topo_fmri_create(topo_hdl_t *thp, const char *scheme, const char *name, topo_instance_t inst, nvlist_t *nvl, int *err) argument
1025 char *scheme; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/sparc/io/
H A Ddevfm_machdep.c41 char *scheme; local
48 /* Verify FMRI scheme name and version number */
49 if ((nvlist_lookup_string(nvl, FM_FMRI_SCHEME, &scheme) != 0) ||
50 (strcmp(scheme, FM_FMRI_SCHEME_MEM) != 0) ||
58 * scheme FMRI. One way is to use the "offset" and "serial"
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c129 char *scheme; local
188 scheme = NULL;
189 if (nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 ||
190 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) {
191 fmd_hdl_debug(hdl, "rio_recv: not \"dev\" scheme: %s",
192 scheme ? scheme : "<NULL>");
246 scheme = NULL;
247 if (nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 ||
248 strcmp(scheme, FM_FMRI_SCHEME_DE
[all...]
/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out29 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>>>
38 IMPACT: This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>
45 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd>>
54 IMPACT: This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd
63 IMPACT: This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd
70 code TEST-8000-08 item 4 = <<This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>>>
79 IMPACT: This entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Dpiconv28 'scheme|S=s',
41 my $scheme = exists $Scheme{$Opt{Scheme}} ? $Opt{Scheme} : 'from_to';
49 Scheme: $scheme
56 if ($scheme eq 'from_to'){
61 }elsif ($scheme eq 'decode_encode'){
68 }elsif ($scheme eq 'perlio'){
73 die "$name: unknown scheme: $scheme";
111 -S,--scheme scheme us
[all...]
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/asn1/
H A Dp5_pbev2.c90 X509_ALGOR *scheme = NULL, *kalg = NULL, *ret = NULL;
109 /* Setup the AlgorithmIdentifier for the encryption scheme */
110 scheme = pbe2->encryption;
112 scheme->algorithm = obj;
113 if(!(scheme->parameter = ASN1_TYPE_new())) goto merr;
124 if(EVP_CIPHER_param_to_asn1(&ctx, scheme->parameter) < 0) {
197 /* Note 'scheme' is freed as part of pbe2 */
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4v/cpumem-retire/
H A Dcma_cpu_sun4v.c86 char *scheme; local
89 * We're using topo retire if the fmri is in "hc" scheme.
91 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) == 0 &&
92 strcmp(scheme, FM_FMRI_SCHEME_HC) == 0) {
136 char *scheme; local
142 if (repair || nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0)
144 if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) {
147 } else if (strcmp(scheme, FM_FMRI_SCHEME_HC) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/fm/schemes/
H A DMakefile.com36 # For now, we assume a scheme is named after its directory and its source file
37 # is named 'scheme.c'. If schemes get more complicated this can be enhanced
41 SRCS = scheme.c
/opensolaris-onvv-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DNetra-X4200-M2-disk-hc-topology.xmlgen31 <topology name='disk' scheme='hc'>
/opensolaris-onvv-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DSun-Fire-X4200-M2-disk-hc-topology.xmlgen32 <topology name='disk' scheme='hc'>
/opensolaris-onvv-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen32 <topology name='disk' scheme='hc'>
/opensolaris-onvv-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen31 <topology name='disk' scheme='hc'>
/opensolaris-onvv-gate/usr/src/cmd/fm/modules/sun4u/datapath-retire/
H A Dcda_main.c68 char *scheme; local
72 nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 ||
80 strcmp(scheme, sp->subr_sname) == 0 &&
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dbl.c124 const char *scheme; local
165 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, (char **)&scheme) != 0) {
173 err = blacklist(cmd, scheme, fmri, class);
/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_snmp/
H A DMakefile.com35 scheme.c
/opensolaris-onvv-gate/usr/src/cmd/fm/fmdump/
H A DMakefile.com28 SRCS += fmdump.c nvlrender.c asru.c error.c fault.c scheme.c info.c

Completed in 570 milliseconds

1234