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

123

/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Din.lpd.c602 if ((uri == NULL) || (uri->scheme == NULL) || (uri->host == NULL)) {
608 if (strcasecmp(uri->scheme, "lpd") != 0) {
/illumos-gate/usr/src/uts/sun4/os/
H A Dmachdep.c586 blacklist(int cmd, const char *scheme, nvlist_t *fmri, const char *class) argument
589 return (plat_blacklist(cmd, scheme, fmri, class));
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc592 * convert the scheme-query to a nis_attr array.
594 attr = schemeQuery2nisAttr(qi, attrbuf, scheme,
718 * Query LDAP per the supplied (scheme-) query 'qin'. If 'doAsynch' is
761 q = schemeQuery2Query(qin, scheme);
1142 q = schemeQuery2Query(qin, scheme);
1459 q = schemeQuery2Query(qin, scheme);
H A Dnis_db.cc930 * If the object is a table, we can't allow the scheme
1787 if (tbl == NULL || dbase == NULL || tbl->scheme == NULL)
1791 tbl->scheme->print();
/illumos-gate/usr/src/uts/sun4u/os/
H A Dplat_ecc_unum.c955 plat_blacklist(int cmd, const char *scheme, nvlist_t *fmri, const char *class) argument
971 if (strcmp(scheme, FM_FMRI_SCHEME_MEM) == 0) {
975 } else if (strcmp(scheme, FM_FMRI_SCHEME_CPU) == 0) {
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c344 char *scheme = NULL; local
354 (void) nvlist_lookup_string(nvl, FM_FMRI_SCHEME, &scheme);
356 if (scheme && strcmp(scheme, FM_FMRI_SCHEME_FMD) == 0 &&
359 scheme, mod_name);
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c1217 char *scheme; local
1236 * - there was an hc-scheme resource in the received fault
1237 * - any hc-scheme resource in the received fault is present in the
1239 * - any hc-scheme resource in the received fault has an asru in the
1255 * If there is an hc-scheme asru, use that to find the
1256 * real asru. Otherwise if there is an hc-scheme
1263 * the latter component (in hc-scheme as the diagnosing
1266 * to a suitable virtual scheme asru.
1271 &scheme) == 0 &&
1272 strcmp(scheme, FM_FMRI_SCHEME_H
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dlibscf.c626 char *scheme = startd_alloc(max_scf_value_size); local
632 libscf_read_single_astring(h, prop, &scheme) != 0) {
634 startd_free(scheme, max_scf_value_size);
638 if (strcmp(scheme, "service") == 0)
640 else if (strcmp(scheme, "path") == 0)
645 startd_free(scheme, max_scf_value_size);
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c294 WebScheme scheme = none; local
485 scheme = web_http;
487 scheme = web_https;
490 if (scheme == web_https || scheme == web_http) {
1192 if (scheme == web_https) {
1213 * when (scheme == web_https || scheme == web_http) that
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Dnss.c113 if (strcasecmp(uri->scheme, "lpsched") == 0) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c32 * They are loaded by our builtin scheme-specific plugins, other modules or
277 const char *scheme)
279 return (topo_file_load(mod, node, (char *)name, (char *)scheme, 0));
276 topo_mod_enummap(topo_mod_t *mod, tnode_t *node, const char *name, const char *scheme) argument
H A Dlibtopo.h274 ETOPO_FMRI_VERSION, /* invalid FMRI scheme version */
384 extern int topo_xml_print(topo_hdl_t *, FILE *, const char *scheme, int *);
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c1183 * other-response = auth-scheme LWS auth-param
1185 * auth-scheme = token
1188 sip_add_author(sip_msg_t sip_msg, char *scheme, char *param) argument
1190 return (sip_add_str_to_msg(sip_msg, SIP_AUTHOR, scheme, param, SIP_SP));
1214 * other-challenge = auth-scheme LWS auth-param
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpm_specific.c2620 UINT32 keyusage, scheme, maxsize; local
2644 * encryption scheme.
2653 TSS_TSPATTRIB_KEYINFO_ENCSCHEME, &scheme))) {
2658 switch (scheme) {
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_cpu.c1769 const char *scheme, *cpuname; local
1780 FM_FMRI_SCHEME, DATA_TYPE_STRING, &scheme,
1784 strcmp(scheme, FM_FMRI_SCHEME_CPU) != 0) {
2412 * given cpuid based on the cpu scheme.
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c999 blacklist(int cmd, const char *scheme, nvlist_t *fmri, const char *class) argument
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c512 * Initialize the mapping scheme according to the policy. If no mapping
1922 if (uriptr->scheme == NULL || !strlen(uriptr->scheme)) {
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c307 const char *scheme; member in struct:uri_scheme
319 check_uri_scheme(const char *scheme) argument
323 for (i = 0; uri_scheme[i].scheme != NULL; ++i) {
324 if (strcmp(scheme, uri_scheme[i].scheme) == 0)
16022 uri_split(char *uri, char **scheme, char **hier_part) argument
16026 if ((*scheme = strtok_r(uri, ":", hier_part)) == NULL ||
16032 if ((r = check_uri_scheme(*scheme)) < 0) {
16033 semerr(gettext("Unkown URI scheme: %s\n"), *scheme);
16043 char *scheme; local
[all...]
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1454 % Support font families that don't use the same naming scheme as CM.

Completed in 142 milliseconds

123