Home
last modified time | relevance | path

Searched refs:uri_scheme (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/common/
H A Ddev_net.c101 static struct uri_scheme { struct
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c309 static struct uri_scheme { struct
312 } uri_scheme[] = { argument
318 #define URI_SCHEME_NUM ((sizeof (uri_scheme) / \
319 sizeof (struct uri_scheme)) - 1)
326 for (i = 0; uri_scheme[i].scheme != NULL; ++i) { in check_uri_scheme()
327 if (strcmp(scheme, uri_scheme[i].scheme) == 0) in check_uri_scheme()
339 for (i = 0; uri_scheme[i].protocol != NULL; ++i) { in check_uri_protocol()
340 if (strcmp(p, uri_scheme[i].protocol) == 0) in check_uri_protocol()
16101 if (r == 0 && nvlist_add_nvlist(params, uri_scheme[index].protocol, in process_uri()