Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Ddev_net.c104 } uri_schemes[] = { variable
393 for (i = 0; i < nitems(uri_schemes); i++) { in net_parse_rootpath()
394 if (strncmp(rootpath, uri_schemes[i].scheme, in net_parse_rootpath()
395 strlen(uri_schemes[i].scheme)) != 0) in net_parse_rootpath()
398 netproto = uri_schemes[i].proto; in net_parse_rootpath()
415 ptr += strlen(uri_schemes[i].scheme); in net_parse_rootpath()