Searched refs:scheme (Results 26 - 50 of 69) sorted by relevance

123

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c317 txml_print_topology(topo_hdl_t *thp, FILE *fp, char *scheme, tnode_t *node) argument
326 begin_element(fp, Topology, Name, name, Scheme, scheme,
334 topo_xml_print(topo_hdl_t *thp, FILE *fp, const char *scheme, int *err) argument
341 if (strcmp(scheme, tp->tt_scheme) == 0) {
H A Dtopo_parse.c35 tf_info_new(topo_mod_t *mp, xmlDocPtr doc, xmlChar *scheme) argument
42 if ((r->tf_scheme = topo_mod_strdup(mp, (char *)scheme)) == NULL) {
H A Dtopo_xml.c1980 xmlChar *scheme = NULL; local
2042 * expected scheme.
2050 if ((scheme = xmlGetProp(cursor, (xmlChar *)Scheme)) == NULL) {
2052 "topology lacks a scheme.\n");
2057 if (xmlStrcmp(scheme, (xmlChar *)escheme) != 0) {
2059 "topology in unrecognized scheme, %s, expecting %s\n",
2060 scheme, escheme);
2062 xmlFree(scheme);
2073 xmlFree(scheme);
2085 xmlFree(scheme);
[all...]
H A Dtopo_subr.c215 topo_hdl_root(topo_hdl_t *thp, const char *scheme) argument
221 if (strcmp(scheme, tp->tt_scheme) == 0)
H A Dtopo_snap.c29 * 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
496 topo_walk_init(topo_hdl_t *thp, const char *scheme, topo_walk_cb_t cb_f, argument
504 if (strcmp(scheme, tp->tt_scheme) == 0) {
/illumos-gate/usr/src/uts/sun4/sys/
H A Dplatform_module.h108 extern int plat_blacklist(int cmd, const char *scheme, nvlist_t *fmri,
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_scheme.cc38 * Constructor: create new scheme by making copy of 'orig'.
39 * All items within old scheme are also copied (i.e. no shared pointers).
88 INITRW(scheme);
163 INITRW(scheme);
188 /* Destructor: delete all keys associated with scheme and scheme itself. */
193 DESTROYRW(scheme);
198 * this scheme. If so, return in 'result' the index's number.
H A Ddb_dictionary_c.x62 db_scheme * scheme;
226 % If it cannot be loaded, it is initialized using the scheme stored in
247 % table does not have a scheme (which should be a fatal error?). */
H A Ddb_dictionary.cc141 if (current->scheme != NULL) delete current->scheme;
162 if ((newtab->scheme = new db_scheme(zdesc)) == NULL) {
165 "db_dictionary::add_table: could not allocate space for scheme",
169 if (newtab->scheme->numkeys() == 0) {
171 "db_dictionary::add_table: could not translate table_obj to scheme");
1072 tbl_ent.scheme = tbl->scheme;
1545 * If it cannot be loaded, it is initialized using the scheme stored in
1778 if (new_table->database->init(new_table->scheme)
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_mem.c54 const char *scheme, *unum; local
59 FM_FMRI_SCHEME, DATA_TYPE_STRING, &scheme,
62 strcmp(scheme, FM_FMRI_SCHEME_MEM) != 0)
/illumos-gate/usr/src/uts/intel/io/
H A Ddevfm_machdep.c63 char *scheme; local
66 /* Verify FMRI scheme name and version number */
67 if ((nvlist_lookup_string(nvl, FM_FMRI_SCHEME, &scheme) != 0) ||
68 (strcmp(scheme, FM_FMRI_SCHEME_HC) != 0) ||
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c320 * This assumes that the ZFS scheme code associated unusable (i.e.
325 * relying on the scheme's unusable callback and instead directly
364 char *scheme, *fmri; local
459 &scheme) != 0)
462 if (strcmp(scheme, FM_FMRI_SCHEME_HC) != 0)
489 &scheme) != 0)
492 if (strcmp(scheme, FM_FMRI_SCHEME_ZFS) != 0)
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c350 const char *scheme = ""; local
440 scheme = "mbr";
447 scheme = "smi";
457 scheme = "gpt";
465 libhal_changeset_set_property_string (cs, "storage.partitioning_scheme", scheme);
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c328 char scheme[36]; local
330 if (mdb_readstr(scheme, sizeof (scheme), (uintptr_t)tree->tt_scheme)
332 (void) mdb_snprintf(scheme, sizeof (scheme), "<%p>",
336 if (strncmp(tgt_scheme, scheme, 36) == 0) {
499 * "hc" scheme tree. The user can optionally specify a different tree via the
500 * "-s <scheme>" option.
555 * scheme we're interested in.
561 mdb_warn("failed to find a topo tree for scheme
[all...]
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dservice.c59 if ((strcasecmp(uri->scheme, "lpd") == 0) ||
60 (strcasecmp(uri->scheme, "rfc-1179") == 0)) {
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c341 char *scheme; local
344 nvlist_lookup_string(detector, FM_FMRI_SCHEME, &scheme) != 0 ||
345 ! STRCMP(scheme, FM_FMRI_SCHEME_HC))
534 char *path, *scheme; local
538 if (nvlist_lookup_string(detector, FM_FMRI_SCHEME, &scheme) != 0)
541 if (STRCMP(scheme, FM_FMRI_SCHEME_DEV)) {
546 } else if (STRCMP(scheme, FM_FMRI_SCHEME_HC)) {
549 * itself. In this case convert HC scheme to dev path.
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c148 * HTTP scheme private state:
973 http_t *qhttp = req->scheme;
974 http_t *shttp = res->scheme;
997 uri->scheme = NULL;
1113 http_t *qhttp = req->scheme;
1115 http_t *shttp = res->scheme;
1206 uri->scheme = (void *)http;
1468 http_t *http = uri->scheme;
1910 http_t *qhttp = quri->scheme;
1911 http_t *shttp = suri->scheme;
[all...]
H A Dnl7curi.h140 void *scheme; /* Scheme private state */ member in struct:uri_desc_s
H A Dnl7curi.c83 * HTTP scheme functions called from nl7chttp.c:
467 if (uri->scheme != NULL) {
468 nl7c_http_free(uri->scheme);
849 if (uri->scheme != NULL) {
851 * URI has scheme private qualifier(s), if request
854 if (ruri->scheme == NULL ||
855 ! nl7c_http_cmp(uri->scheme, ruri->scheme))
857 } else if (ruri->scheme != NULL) {
859 * URI doesn't have scheme privat
[all...]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_msg.h121 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
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen78 <topology name='disk' scheme='hc'>
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DSun-Fire-X4540-disk-hc-topology.xmlgen78 <topology name='disk' scheme='hc'>
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c597 if (uriptr->scheme == NULL ||
598 strncasecmp(uriptr->scheme, "http", 4) != 0) {
918 if (strncasecmp(uriptr->scheme, "http", 4) != 0) {
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_main.c81 * On x86, the ASRUs are expected to be in hc scheme. When
141 * The ASRU for cpu faults are in cpu scheme on native and in hc
142 * scheme on xpv. So each cpu fault class needs to be listed twice.
369 * Default "fault.cpu.*" for "cpu" scheme ASRU dispatch.
382 char *scheme; local
393 nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 ||
401 strcmp(scheme, sp->subr_sname) == 0 &&
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c390 if ((uri == NULL) || (uri->scheme == NULL) || (uri->host == NULL)) {
396 if (strcasecmp(uri->scheme, "ipp") != 0) {

Completed in 90 milliseconds

123