Searched refs:make_path (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/ |
H A D | wanboot-cgi.c | 170 make_path(const char *root, const char *suffix) in make_path() function 1247 if ((*bootpathp = make_path(docroot, boot_file)) == NULL) { in bootfile_payload() 1317 (bootfs_etc_dir = make_path(bootfs_dir, "etc")) == NULL || in wanbootfs_payload() 1318 (bootfs_etc_inet_dir = make_path(bootfs_etc_dir, "inet")) == NULL || in wanbootfs_payload() 1319 (bootfs_dev_dir = make_path(bootfs_dir, "dev")) == NULL) { in wanbootfs_payload() 1334 if ((keystorepath = make_path(bootfs_dir, in wanbootfs_payload() 1344 if ((certstorepath = make_path(bootfs_dir, in wanbootfs_payload() 1356 if ((truststorepath = make_path(bootfs_dir, in wanbootfs_payload() 1372 if ((urandompath = make_path(bootfs_dev_dir, in wanbootfs_payload() 1382 if ((bootconfpath = make_path(bootfs_dir, NB_WANBOOT_CONF)) == NULL || in wanbootfs_payload() [all …]
|