Searched refs:docroot (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 1237 bootfile_payload(const char *docroot, char **bootpathp) argument 1247 if ((*bootpathp = make_path(docroot, boot_file)) == NULL) { 1533 miniroot_payload(const char *net, const char *cid, const char *docroot, argument 1558 if ((*rootpathp = make_path(docroot, root_file)) == NULL) { 1688 char *docroot; local 1705 if (!get_request_info(&content, &net, &cid, &nonce, &docroot)) { 1788 if (!bootfile_payload(docroot, &bootpath)) { 1805 if (!miniroot_payload(net, cid, docroot,
|
Completed in 54 milliseconds