HomeSort by relevance Sort by last modified time
    Searched refs:scheme (Results 1 - 25 of 66) sorted by null

1 2 3

  /netvirt/usr/src/lib/print/libpapi-dynamic/common/
psm.c 48 psm_open(service_t *svc, char *scheme)
54 if (scheme == NULL)
57 if (strchr(scheme, '/') == NULL) {
58 snprintf(buf, sizeof (buf), PSM_DIR "/psm-%s.so", scheme);
61 path = scheme;
70 detailed_error(svc, "psm_open(%s): %s: %s", scheme, path,
service.c 87 result = strdup(uri->scheme);
100 char *scheme = default_print_service(); local
120 /* parse the URI and set the scheme(print service) */
122 scheme = (svc->uri)->scheme;
124 /* override the scheme if it was in the attributes */
126 "print-service-module", &scheme);
129 scheme = name;
131 result = psm_open(svc, scheme);
143 scheme, name)
    [all...]
  /netvirt/usr/src/lib/libnisdb/
db_scheme_c.x 71 %/* 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...]
db_query.cc 37 db_query::db_query(db_scheme * scheme, int size, nis_attr* attrlist)
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)
81 num_components = scheme->numkeys(); // scheme's view of key count
82 db_key_desc *keyinfo = scheme->keyloc();
db_mindex_c.x 76 db_scheme *scheme;
123 % db_scheme *scheme;
140 % along with information on the scheme given, will determine
169 %/* Constructor: Create empty table (no scheme, no table or indices). */
172 %/* Constructor: Create new table using scheme defintion supplied.
173 % (Make copy of scheme and keep it with table.) */
183 %/* Returns whether there table is valid (i.e. has scheme). */
184 % bool_t good() { return scheme != NULL && table != NULL; }
196 % scheme. Reset version to 0 */
206 %/* Initialize table using information given in scheme 'how'
    [all...]
db_mindex.cc 52 * Constructor: Create new table using scheme defintion supplied.
53 * (Make copy of scheme and keep it with table.)
66 /* Constructor: Create empty table (no scheme, no table or indices). */
69 scheme = NULL;
87 * Initialize table using information given in scheme 'how'.
88 * Record the scheme for later use (make copy of it);
95 scheme = new db_scheme(how); // make copy
96 if (scheme == NULL)
97 FATAL("db_mindex::init: could not allocate space for scheme",
100 if (scheme->numkeys() == 0)
    [all...]
  /netvirt/usr/src/lib/print/libpapi-common/common/
uri.h 40 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]]
43 char *scheme; member in struct:__anon3831
uri.c 61 * scheme:scheme_data
62 * scheme://[[user[:password]@]host[:port]]/path[[#fragment]|[?query]]
75 /* find the scheme:scheme_part split */
84 u->scheme = strndup(string, ptr - string);
89 * scheme://[host_part]/[path_part]
164 } else { /* scheme:scheme_part */
175 (uri->scheme == NULL) ||
190 uri->scheme,
204 (void) snprintf(buffer, buflen, "%s:%s", uri->scheme,
215 if (uri->scheme != NULL
    [all...]
  /netvirt/usr/src/lib/fm/topo/libtopo/common/
topo_file.c 66 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))
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
61 * - create: an FMRI nvlist by scheme type
99 char *scheme, *str; local
103 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0)
107 if ((rnode = topo_hdl_root(thp, scheme)) == NULL)
175 char *scheme; local
179 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, &scheme) != 0)
183 if ((rnode = topo_hdl_root(thp, scheme)) == NULL
203 char *scheme; local
244 char *scheme; local
270 char *scheme; local
297 char *scheme; local
417 char *scheme; local
464 char *scheme; local
    [all...]
topo_tree.c 31 * Toplogy trees are instantiated for each builtin (FMRI) scheme specified
33 * skeleton of the topology tree (scheme, root node, and file information).
36 * provides a handle to access static .xml files that seed scheme-specifc
41 * trees maintained in topo_hdl_t. Builtin scheme-specific enumerators are
43 * system. If a <scheme>-topology.xml file exists in a standard file
84 topo_tree_create(topo_hdl_t *thp, topo_mod_t *mod, const char *scheme)
94 if ((tp->tt_scheme = topo_mod_strdup(mod, scheme)) == NULL)
163 * <product-name>-<scheme>-topology
164 * <platform-name>-<scheme>-topology (uname -i)
165 * <machine-name>-<scheme>-topology (uname -m
    [all...]
topo_2xml.c 270 txml_print_topology(topo_hdl_t *thp, FILE *fp, char *scheme, tnode_t *node)
279 begin_element(fp, Topology, Name, name, Scheme, scheme,
287 topo_xml_print(topo_hdl_t *thp, FILE *fp, const char *scheme, int *err)
294 if (strcmp(scheme, tp->tt_scheme) == 0) {
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
piconv 8 my %Scheme = map {$_ => 1} qw(from_to decode_encode perlio);
28 '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')
    [all...]
  /netvirt/usr/src/cmd/fm/modules/common/io-retire/
rio_main.c 132 char *scheme; local
181 scheme = NULL;
182 if (nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 ||
183 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) {
184 fmd_hdl_debug(hdl, "rio_recv: not \"dev\" scheme: %s",
185 scheme ? scheme : "<NULL>");
  /netvirt/usr/src/common/openssl/crypto/asn1/
p5_pbev2.c 90 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 */
  /netvirt/usr/src/cmd/fm/schemes/
Makefile.com 33 SCHEME :sh= cd ..; basename `pwd`
36 # 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
40 PROG = $(SCHEME:%=%.so)
41 SRCS = scheme.c
  /netvirt/usr/src/cmd/fm/modules/sun4u/datapath-retire/
cda_main.c 68 char *scheme; local
72 nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 ||
80 strcmp(scheme, sp->subr_sname) == 0 &&
  /netvirt/usr/src/uts/common/io/
bl.c 126 const char *scheme; local
167 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, (char **)&scheme) != 0) {
175 err = blacklist(cmd, scheme, fmri, class);
  /netvirt/usr/src/cmd/fm/fmdump/
Makefile.com 31 SRCS += fmdump.c asru.c error.c fault.c scheme.c
  /netvirt/usr/src/cmd/fm/modules/common/cpumem-retire/
cma_main.c 142 * Default "fault.cpu.*" for "mem" scheme ASRU dispatch.
154 char *scheme; local
159 nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 ||
167 strcmp(scheme, sp->subr_sname) == 0 &&
176 "scheme \"%s\"\n", fltclass, scheme);
  /netvirt/usr/src/lib/fm/libfmd_snmp/
Makefile.com 37 scheme.c
  /netvirt/usr/src/cmd/fm/modules/common/eversholt/
platform.c 173 * hc_fmri_nodeize -- convert hc-scheme FMRI to eft compatible format
235 char *scheme = NULL; local
247 if (nvlist_lookup_string(dfmri, FM_FMRI_SCHEME, &scheme) != 0) {
248 out(O_ALTFP, "XFILE: detector FMRI missing scheme");
252 if (strcmp(scheme, FM_FMRI_SCHEME_HC) != 0) {
261 out(O_ALTFP|O_VERB, "Received ereport in scheme %s", scheme);
262 if (strcmp(scheme, FM_FMRI_SCHEME_DEV) == 0) {
264 } else if (strcmp(scheme, FM_FMRI_SCHEME_CPU) != 0) {
266 "(scheme is %s, expect %s or %s or %s)"
1625 char *scheme = NULL; local
1967 char *scheme = NULL; local
1984 char *scheme = NULL; local
2312 char *scheme; local
    [all...]
  /netvirt/usr/src/uts/sun4/sys/
platform_module.h 108 extern int plat_blacklist(int cmd, const char *scheme, nvlist_t *fmri,
  /netvirt/usr/src/cmd/fm/modules/SUNW,SPARC-Enterprise/cpumem-retire/
cma_main.c 97 char *scheme; local
101 nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 ||
109 strcmp(scheme, sp->subr_sname) == 0 &&
  /netvirt/usr/src/cmd/fm/modules/common/zfs-retire/
zfs_retire.c 201 char *scheme; local
261 &scheme) != 0)
264 if (strcmp(scheme, FM_FMRI_SCHEME_ZFS) != 0)

Completed in 1199 milliseconds

1 2 3