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

/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2573 char timestamp_path[PATH_MAX]; local
2610 ret = snprintf(timestamp_path, sizeof (timestamp_path), "%s%s", root,
2613 if (ret >= sizeof (timestamp_path)) {
2619 if (stat(timestamp_path, &timestamp) != 0 ||
3040 char timestamp_path[PATH_MAX]; local
3043 (void) snprintf(timestamp_path, sizeof (timestamp_path), "%s%s", root,
3051 if (creat(timestamp_path, FILE_STAT_MODE) < 0) {
3052 bam_error(_("failed to open file: %s: %s\n"), timestamp_path,
[all...]

Completed in 67 milliseconds