Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c765 copy_certstore(const char *path, void *certstorepath) in copy_certstore() argument
767 if (!copy_file(path, (char *)certstorepath)) { in copy_certstore()
1281 char *certstorepath = NULL; in wanbootfs_payload() local
1344 if ((certstorepath = make_path(bootfs_dir, in wanbootfs_payload()
1347 copy_certstore, certstorepath) != WBCGI_FTW_CBOK) { in wanbootfs_payload()
1455 if (certstorepath != NULL && in wanbootfs_payload()
1456 WBCGI_FILE_EXISTS(certstorepath, sbuf)) { in wanbootfs_payload()
1457 (void) unlink(certstorepath); in wanbootfs_payload()
1519 free_path(&certstorepath); in wanbootfs_payload()