Searched defs:urlstr (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A DparseURL.c115 url_parse(const char *urlstr, url_t *url) { argument
123 lurlstr = strdup(urlstr);
H A Dbootlog.c448 char *urlstr; local
454 if ((urlstr = bootconf_get(&bootconf_handle,
456 url_parse(urlstr, &bl_url) == URL_PARSE_SUCCESS) {
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c1054 char *urlstr; local
1066 if ((urlstr = bootconf_get(&bc_handle, BC_ROOT_SERVER)) == NULL) {
1070 } else if (url_parse(urlstr, &server_url) != URL_PARSE_SUCCESS) {
1072 "Unable to parse URL %s", urlstr);
1085 if ((urlstr = bootconf_get(&bc_handle, BC_ROOT_FILE)) == NULL ||
1086 strlcpy(server_url.abspath, urlstr, plen) >= plen) {
H A Dwbcli.c1079 char *urlstr; local
1205 if ((urlstr = bootconf_get(&bc_handle,
1209 } else if (url_parse(urlstr, &u) != URL_PARSE_SUCCESS) {
1224 if ((urlstr = bootconf_get(&bc_handle,
1226 if (url_parse(urlstr, &u) != URL_PARSE_SUCCESS) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1168 char *urlstr; local
1171 if ((urlstr = bootconf_get(&bc_handle, bc_urls[i])) != NULL &&
1172 url_parse(urlstr, &url) == URL_PARSE_SUCCESS) {

Completed in 56 milliseconds