Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample86 root_server=https://host:port/cgi-bin/wanboot-cgi # <url> | <empty>
89 # rootfs image (within htdocs) on the root_server.
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1537 char *root_server; in miniroot_payload() local
1545 if ((root_server = bootconf_get(&bc_handle, BC_ROOT_SERVER)) == NULL) { in miniroot_payload()
1549 if (url_parse(root_server, &url) != URL_PARSE_SUCCESS) { in miniroot_payload()