Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c1288 char *etc_hostspath = NULL; in wanbootfs_payload() local
1425 if ((etc_hostspath = make_path(bootfs_etc_dir, "hosts")) == NULL || in wanbootfs_payload()
1426 !copy_file(hostspath, etc_hostspath)) { in wanbootfs_payload()
1483 if (etc_hostspath != NULL && in wanbootfs_payload()
1484 WBCGI_FILE_EXISTS(etc_hostspath, sbuf)) { in wanbootfs_payload()
1485 (void) unlink(etc_hostspath); in wanbootfs_payload()
1526 free_path(&etc_hostspath); in wanbootfs_payload()