Searched refs:bootfs_etc_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.c1275 char *bootfs_etc_dir = NULL; local
1317 (bootfs_etc_dir = make_path(bootfs_dir, "etc")) == NULL ||
1318 (bootfs_etc_inet_dir = make_path(bootfs_etc_dir, "inet")) == NULL ||
1323 mkdirp(bootfs_etc_dir, 0700) ||
1425 if ((etc_hostspath = make_path(bootfs_etc_dir, "hosts")) == NULL ||
1496 if (bootfs_etc_dir != NULL &&
1497 WBCGI_DIR_EXISTS(bootfs_etc_dir, sbuf)) {
1498 (void) rmdir(bootfs_etc_dir);
1513 free_path(&bootfs_etc_dir);

Completed in 46 milliseconds