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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c343 create_timestamp(const char *timestamppath, const char *timestamp) argument
348 if ((fd = open(timestamppath,
1289 char *timestamppath = NULL; local
1433 if ((timestamppath = make_path(bootfs_dir, "timestamp")) == NULL ||
1434 !create_timestamp(timestamppath, "timestamp")) {
1487 if (timestamppath != NULL &&
1488 WBCGI_FILE_EXISTS(timestamppath, sbuf)) {
1489 (void) unlink(timestamppath);
1527 free_path(&timestamppath);

Completed in 59 milliseconds