Searched refs:truststorepath (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c779 build_trustfile(const char *path, void *truststorepath) argument
800 if (WBCGI_FILE_EXISTS((char *)truststorepath, o_st)) {
810 if ((wfp = fopen((char *)truststorepath, "r+")) == NULL) {
847 if ((wfd = open((char *)truststorepath,
905 path, (char *)truststorepath);
909 path, (char *)truststorepath);
1282 char *truststorepath = NULL; local
1356 if ((truststorepath = make_path(bootfs_dir,
1365 build_trustfile, truststorepath) == WBCGI_FTW_CBERR) {
1459 if (truststorepath !
[all...]

Completed in 47 milliseconds