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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c775 * the file found at bootfs_dir/truststore. If necessary, create the
1274 char *bootfs_dir = NULL; local
1316 if ((bootfs_dir = gen_tmppath("bootfs_dir", net, cid)) == NULL ||
1317 (bootfs_etc_dir = make_path(bootfs_dir, "etc")) == NULL ||
1319 (bootfs_dev_dir = make_path(bootfs_dir, "dev")) == NULL) {
1322 if (mkdirp(bootfs_dir, 0700) ||
1334 if ((keystorepath = make_path(bootfs_dir,
1344 if ((certstorepath = make_path(bootfs_dir,
1356 if ((truststorepath = make_path(bootfs_dir,
[all...]

Completed in 72 milliseconds