Home
last modified time | relevance | path

Searched refs:scheme (Results 1 – 25 of 93) sorted by relevance

1234

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c218 char *scheme; in topo_fmri_present() local
246 char *scheme; in topo_fmri_replaced() local
274 char *scheme; in topo_fmri_contains() local
309 char *scheme; in topo_fmri_unusable() local
335 char *scheme; in topo_fmri_retire() local
363 char *scheme; in topo_fmri_unretire() local
393 char *scheme; in topo_fmri_service_state() local
421 char *scheme; in topo_fmri_expand() local
448 char *scheme; in fmri_prop() local
604 char *scheme; in topo_fmri_setprop() local
[all …]
H A Dtopo_file.c64 const char *scheme, int pmap) in topo_file_load() argument
76 scheme); in topo_file_load()
78 (void) snprintf(fp, MAXNAMELEN, TOPO_COMMON_FILE, scheme); in topo_file_load()
86 if ((tfp->tf_tmap = topo_xml_read(mod, tfp->tf_filenm, scheme)) in topo_file_load()
H A Dtopo_tree.c82 topo_tree_create(topo_hdl_t *thp, topo_mod_t *mod, const char *scheme) in topo_tree_create() argument
92 if ((tp->tt_scheme = topo_mod_strdup(mod, scheme)) == NULL) in topo_tree_create()
H A Dtopo_2xml.c458 txml_print_topology(topo_hdl_t *thp, FILE *fp, char *scheme, tnode_t *node) in txml_print_topology() argument
462 begin_element(fp, Topology, Name, name, Scheme, scheme, in txml_print_topology()
469 topo_xml_print(topo_hdl_t *thp, FILE *fp, const char *scheme, int *err) in topo_xml_print() argument
476 if (strcmp(scheme, tp->tt_scheme) == 0) { in topo_xml_print()
/illumos-gate/usr/src/cmd/fm/modules/common/io-retire/
H A Drio_main.c129 char *scheme; in rio_recv() local
188 scheme = NULL; in rio_recv()
189 if (nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 || in rio_recv()
190 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) { in rio_recv()
192 scheme ? scheme : "<NULL>"); in rio_recv()
246 scheme = NULL; in rio_recv()
247 if (nvlist_lookup_string(asru, FM_FMRI_SCHEME, &scheme) != 0 || in rio_recv()
248 strcmp(scheme, FM_FMRI_SCHEME_DEV) != 0) { in rio_recv()
250 scheme ? scheme : "<NULL>"); in rio_recv()
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dpsm.c46 psm_open(service_t *svc, char *scheme) in psm_open() argument
51 if ((scheme == NULL) || (strchr(scheme, '/') != NULL)) in psm_open()
54 snprintf(path, sizeof (path), PSM_DIR "/psm-%s.so", scheme); in psm_open()
63 detailed_error(svc, "psm_open(%s): %s: %s", scheme, path, in psm_open()
H A Dservice.c87 result = strdup(uri->scheme); in default_print_service()
100 char *scheme = default_print_service(); in service_load() local
122 scheme = (svc->uri)->scheme; in service_load()
126 "print-service-module", &scheme); in service_load()
129 scheme = name; in service_load()
131 result = psm_open(svc, scheme); in service_load()
143 scheme, name); in service_load()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_scheme_c.x101 % STRUCTRWLOCK(scheme);
145 % return (WLOCK(scheme));
149 % return (WULOCK(scheme));
153 % return (RLOCK(scheme));
157 % return (RULOCK(scheme));
H A Ddb_query.cc35 db_query::db_query(db_scheme * scheme, int size, nis_attr* attrlist) in db_query() argument
49 if (!scheme->find_index(attrlist[i].zattr_ndx, in db_query()
77 db_query::db_query(db_scheme *scheme, entry_object_p obj) in db_query() argument
79 num_components = scheme->numkeys(); // scheme's view of key count in db_query()
80 db_key_desc *keyinfo = scheme->keyloc(); in db_query()
H A Ddb_mindex.cc65 scheme = NULL; in db_mindex()
92 if (scheme == NULL) in init()
96 if (scheme->numkeys() == 0) { in init()
108 delete scheme; in init()
110 scheme = NULL; in init()
119 delete scheme; in init()
120 scheme = NULL; in init()
1081 if (scheme) { delete scheme; scheme = NULL; } in reset()
1126 this->scheme->oldstructsize()); in load()
1127 free(this->scheme); in load()
[all …]
H A Ddb_mindex_c.x79 db_scheme *scheme; member
123 % db_scheme *scheme;
184 % bool_t good() { return scheme != NULL && table != NULL; }
346 % db_scheme *getScheme(void) {return (scheme);}
H A Ddb_scheme.cc86 INITRW(scheme); in db_scheme()
161 INITRW(scheme); in db_scheme()
191 DESTROYRW(scheme); in ~db_scheme()
/illumos-gate/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg_test.out29 …ntry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>>>
38 … entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>
45 …<<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 =…
63 IMPACT: This entry tests variable expansion for event payload members: uuid = 12345678, de scheme =…
70 …ntry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>>>
79 … entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>
86 …<<This entry tests variable expansion for event payload members: uuid = 12345678, de scheme = fmd>>
95 IMPACT: This entry tests variable expansion for event payload members: uuid = 12345678, de scheme =…
104 IMPACT: This entry tests variable expansion for event payload members: uuid = 12345678, de scheme =…
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Duri.c63 u->scheme = strndup(string, ptr - string); in uri_from_string()
167 (uri->scheme == NULL) || in uri_to_string()
186 uri->scheme, in uri_to_string()
201 (void) snprintf(buffer, buflen, "%s:%s", uri->scheme, in uri_to_string()
212 if (uri->scheme != NULL) in uri_free()
213 free(uri->scheme); in uri_free()
247 if (uri->scheme != NULL) in uri_dump()
248 fprintf(fp, "scheme: %s\n", uri->scheme); in uri_dump()
H A Duri.h41 char *scheme; member
/illumos-gate/usr/src/uts/sparc/io/
H A Ddevfm_machdep.c41 char *scheme; in fm_get_paddr() local
49 if ((nvlist_lookup_string(nvl, FM_FMRI_SCHEME, &scheme) != 0) || in fm_get_paddr()
50 (strcmp(scheme, FM_FMRI_SCHEME_MEM) != 0) || in fm_get_paddr()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dplatform.c231 char *scheme; in platform_getpath() local
253 if (strcmp(scheme, FM_FMRI_SCHEME_HC) == 0) { in platform_getpath()
1523 char *scheme = NULL; in platform_payloadprop() local
1865 char *scheme = NULL; in platform_payloadprop_values() local
1869 &scheme) == 0) { in platform_payloadprop_values()
1882 char *scheme = NULL; in platform_payloadprop_values() local
1898 &scheme) == 0 && in platform_payloadprop_values()
1913 &scheme) == 0 && in platform_payloadprop_values()
2210 char *scheme; in platform_fault2ipath() local
2221 if (strncmp(scheme, FM_FMRI_SCHEME_HC, in platform_fault2ipath()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dbl.c124 const char *scheme; in bl_ioctl() local
165 if (nvlist_lookup_string(fmri, FM_FMRI_SCHEME, (char **)&scheme) != 0) { in bl_ioctl()
173 err = blacklist(cmd, scheme, fmri, class); in bl_ioctl()
/illumos-gate/usr/src/boot/common/
H A Ddev_net.c102 const char *scheme; member
394 if (strncmp(rootpath, uri_schemes[i].scheme, in net_parse_rootpath()
395 strlen(uri_schemes[i].scheme)) != 0) in net_parse_rootpath()
415 ptr += strlen(uri_schemes[i].scheme); in net_parse_rootpath()
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c350 const char *scheme = ""; in main() local
440 scheme = "mbr"; in main()
447 scheme = "smi"; in main()
457 scheme = "gpt"; in main()
465 libhal_changeset_set_property_string (cs, "storage.partitioning_scheme", scheme); in main()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c389 char *scheme, *fmri; in zfs_retire_recv() local
492 &scheme) != 0) in zfs_retire_recv()
495 if (strcmp(scheme, FM_FMRI_SCHEME_HC) != 0) in zfs_retire_recv()
522 &scheme) != 0) in zfs_retire_recv()
525 if (strcmp(scheme, FM_FMRI_SCHEME_ZFS) != 0) in zfs_retire_recv()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_subr.c345 char *scheme; in fab_get_hcpath() local
348 nvlist_lookup_string(detector, FM_FMRI_SCHEME, &scheme) != 0 || in fab_get_hcpath()
349 ! STRCMP(scheme, FM_FMRI_SCHEME_HC)) in fab_get_hcpath()
538 char *path, *scheme; in fab_get_rcpath() local
542 if (nvlist_lookup_string(detector, FM_FMRI_SCHEME, &scheme) != 0) in fab_get_rcpath()
545 if (STRCMP(scheme, FM_FMRI_SCHEME_DEV)) { in fab_get_rcpath()
550 } else if (STRCMP(scheme, FM_FMRI_SCHEME_HC)) { in fab_get_rcpath()
/illumos-gate/usr/src/cmd/fm/dicts/
H A DTEST.po38 …entry tests variable expansion for event payload members: uuid = %<uuid>, de scheme = %<de.scheme>"
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm20.h1328 TPMI_ALG_KEYEDHASH_SCHEME scheme; member
1360 TPMI_ALG_SIG_SCHEME scheme; member
1404 TPMI_ALG_KDF scheme; member
1424 TPMI_ALG_ASYM_SCHEME scheme; member
1433 TPMI_ALG_RSA_SCHEME scheme; member
1442 TPMI_ALG_RSA_DECRYPT scheme; member
1487 TPMI_ALG_ECC_SCHEME scheme; member
1572 TPMT_KEYEDHASH_SCHEME scheme; member
1578 TPMT_ASYM_SCHEME scheme; member
1584 TPMT_RSA_SCHEME scheme; member
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c329 char scheme[36]; in find_tree_root() local
331 if (mdb_readstr(scheme, sizeof (scheme), (uintptr_t)tree->tt_scheme) in find_tree_root()
333 (void) mdb_snprintf(scheme, sizeof (scheme), "<%p>", in find_tree_root()
337 if (strncmp(tgt_scheme, scheme, 36) == 0) { in find_tree_root()

1234