Searched refs:urlstr (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/common/net/wanboot/ |
H A D | parseURL.c | 115 url_parse(const char *urlstr, url_t *url) { in url_parse() argument 123 lurlstr = strdup(urlstr); in url_parse()
|
H A D | bootlog.c | 448 char *urlstr; in openbootlog() local 454 if ((urlstr = bootconf_get(&bootconf_handle, in openbootlog() 456 url_parse(urlstr, &bl_url) == URL_PARSE_SUCCESS) { in openbootlog()
|
/titanic_41/usr/src/psm/stand/boot/sparc/common/ |
H A D | wanboot.c | 1054 char *urlstr; in get_miniroot() local 1066 if ((urlstr = bootconf_get(&bc_handle, BC_ROOT_SERVER)) == NULL) { in get_miniroot() 1070 } else if (url_parse(urlstr, &server_url) != URL_PARSE_SUCCESS) { in get_miniroot() 1072 "Unable to parse URL %s", urlstr); in get_miniroot() 1085 if ((urlstr = bootconf_get(&bc_handle, BC_ROOT_FILE)) == NULL || in get_miniroot() 1086 strlcpy(server_url.abspath, urlstr, plen) >= plen) { in get_miniroot()
|
H A D | wbcli.c | 1079 char *urlstr; in config_incomplete() local 1205 if ((urlstr = bootconf_get(&bc_handle, in config_incomplete() 1209 } else if (url_parse(urlstr, &u) != URL_PARSE_SUCCESS) { in config_incomplete() 1224 if ((urlstr = bootconf_get(&bc_handle, in config_incomplete() 1226 if (url_parse(urlstr, &u) != URL_PARSE_SUCCESS) { in config_incomplete()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 1168 char *urlstr; in create_hostsfile() local 1171 if ((urlstr = bootconf_get(&bc_handle, bc_urls[i])) != NULL && in create_hostsfile() 1172 url_parse(urlstr, &url) == URL_PARSE_SUCCESS) { in create_hostsfile()
|