Searched refs:timestamp (Results 1 - 25 of 128) sorted by relevance

123456

/src/usr.bin/make/unit-tests/
H A Dopt-tracefile.exp4 <timestamp> 0 BEG <make-pid> <curdir>
5 <timestamp> 1 JOB <make-pid> <curdir> dependency1 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK
6 <timestamp> 1 DON <make-pid> <curdir> dependency1 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK
7 <timestamp> 1 JOB <make-pid> <curdir> dependency2 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK
8 <timestamp> 1 DON <make-pid> <curdir> dependency2 <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND|OP_MARK
9 <timestamp> 1 JOB <make-pid> <curdir> trace <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND
10 <timestamp> 1 DON <make-pid> <curdir> trace <job-pid> --- OP_DEPENDS|OP_PHONY|OP_HAS_COMMANDS|OP_DEPS_FOUND
11 <timestamp> 0 END <make-pid> <curdir>
H A Ddepsrc-precious.mk6 # half-finished files with a timestamp suggesting the file were up-to-date.
11 # just because its timestamp says so.
H A Dopt-tracefile.mk9 @awk '{ $$1 = "<timestamp>"; $$4 = "<make-pid>"; if (NF >= 7) $$7 = "<job-pid>"; print }' opt-tracefile.log
H A Dvarmod-mtime.mk19 # time, without an error or warning message. The returned timestamp differs
29 # The ':mtime' modifier accepts a timestamp in seconds as an optional
30 # argument. This timestamp is used as a fallback in case the file's time
37 # The fallback timestamp must start with a digit, and it is interpreted as a
44 # The fallback timestamp must only be an integer, without trailing characters.
53 # The timestamp of a newly created file must be at least as great as the
54 # timestamp when parsing of this makefile started.
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/
H A Dnouveau_nvkm_subdev_timer_base.c85 if (alarm->timestamp > nvkm_timer_read(tmr)) {
87 tmr->func->alarm_init(tmr, alarm->timestamp);
88 if (alarm->timestamp > nvkm_timer_read(tmr))
127 alarm->timestamp = nvkm_timer_read(tmr) + nsec;
129 if (list->timestamp > alarm->timestamp)
138 tmr->func->alarm_init(tmr, alarm->timestamp);
144 WARN_ON(alarm->timestamp <= nvkm_timer_read(tmr));
/src/sbin/gpt/
H A Dgpt_private.h47 time_t timestamp; member in struct:gpt
H A Dmain.c86 "[-nrqv] [-m mediasize] [-s sectorsize] [-T timestamp]";
133 errx(EXIT_FAILURE, "Can't parse timestamp `%s'", b);
146 time_t timestamp = 0; local in function:main
191 timestamp = get_tstamp(optarg);
221 verbose, mediasz, secsz, timestamp);
/src/sys/conf/
H A Dnewvers.sh51 # -r <timestamp> Reproducible build: Embed fixed information to
160 timestamp=
170 # -r <timestamp>: timestamp
171 timestamp="$OPTARG"
186 *) echo "Usage: newvers.sh [-Rn] [-r <timestamp>] [-m <machine>] [-i <kernel>]" >&2
209 if [ -z "${timestamp}" ]; then
219 t=$(LC_ALL=C TZ=UTC ${DATE} -r "${timestamp}")
/src/usr.bin/vmstat/
H A Ddrvstats.h53 struct timeval *timestamp; /* Disk sample time */ member in struct:_drive
H A Ddrvstats.c103 * to detect this by validating counters and timestamp
109 || (cur.timestamp[i].tv_sec == 0 &&
110 cur.timestamp[i].tv_usec == 0)) {
122 timerclear(&last.timestamp[i]);
136 DELTA(timestamp[i]);
222 COPYT(timestamp, i, j);
343 cur.timestamp = calloc(ndrive, sizeof(struct timeval));
354 last.timestamp = calloc(ndrive, sizeof(struct timeval));
365 cur.timestamp == NULL ||
371 last.timestamp
[all...]
/src/sys/uvm/
H A Duvm_fault_i.h159 ufi->mapv = ufi->map->timestamp;
194 if (ufi->mapv != ufi->map->timestamp) {
/src/distrib/acorn32/
H A Dmksparkive.sh94 timestamp=$(expr $st_mtime \* 100 + 220898880000)
97 highdate=$(expr $timestamp / 4294967296 | xargs printf %02x)
98 lowdate=$(expr $timestamp % 4294967296)
/src/sys/sys/
H A Dtape.h72 struct timeval timestamp; /* timestamp of last unbusy */ member in struct:tape
/src/distrib/common/
H A Dbuildfloppies.sh51 -t timestamp set timestamp for reproducible builds
86 timestamp="--timestamp ${OPTARG}" ;;
115 ${PAX} ${timestamp} -O -w -b8k -M -N "${etcdir}" -s,^./,, >> ${floppy} || exit 1
/src/distrib/x68k/stand/
H A DMakefile8 PAX_TIMESTAMP=--timestamp "${MKREPRO_TIMESTAMP}"
/src/usr.sbin/syslogd/
H A Dextern.h59 extern char timestamp[];
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_gmc.c286 * @timestamp: timestamp of the fault
293 uint16_t pasid, uint64_t timestamp)
302 stamp = max(timestamp, AMDGPU_GMC_FAULT_TIMEOUT + 1) -
304 if (gmc->fault_ring[gmc->last_fault].timestamp >= stamp)
310 while (fault->timestamp >= stamp) {
316 tmp = fault->timestamp;
320 if (fault->timestamp >= tmp)
327 fault->timestamp = timestamp;
292 amdgpu_gmc_filter_faults(struct amdgpu_device * adev,uint64_t addr,uint16_t pasid,uint64_t timestamp) argument
[all...]
/src/sys/fs/udf/
H A Decma167-udf.h239 struct timestamp { struct
347 struct timestamp time;
608 struct timestamp time;
625 struct timestamp time;
709 struct timestamp times[1]; /* in order of ascending bits */
716 #define UDF_FILETIMES_ATTR_SIZE(no) (20 + (no)*sizeof(struct timestamp))
752 struct timestamp atime;
753 struct timestamp mtime;
754 struct timestamp attrtime;
783 struct timestamp atim
[all...]
/src/sys/arch/mac68k/dev/
H A Daed.c232 microtime(&new_event.timestamp);
244 microtime(&new_event.timestamp);
253 microtime(&new_event.timestamp);
266 microtime(&new_event.timestamp);
278 microtime(&new_event.timestamp);
290 microtime(&new_event.timestamp);
302 microtime(&new_event.timestamp);
339 microtime(&new_event.timestamp);
345 microtime(&new_event.timestamp);
351 microtime(&new_event.timestamp);
[all...]
/src/sys/arch/macppc/dev/
H A Daed.c206 microtime(&new_event.timestamp);
218 microtime(&new_event.timestamp);
227 microtime(&new_event.timestamp);
240 microtime(&new_event.timestamp);
252 microtime(&new_event.timestamp);
264 microtime(&new_event.timestamp);
276 microtime(&new_event.timestamp);
299 microtime(&new_event.timestamp);
305 microtime(&new_event.timestamp);
311 microtime(&new_event.timestamp);
[all...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_breadcrumbs.c122 __dma_fence_signal__timestamp(struct dma_fence *fence, ktime_t timestamp) argument
124 fence->timestamp = timestamp;
159 const ktime_t timestamp = ktime_get(); local in function:signal_irq_work
218 __dma_fence_signal_wake(&rq->fence, timestamp);
224 __dma_fence_signal__timestamp(&rq->fence, timestamp);
/src/sbin/newfs_udf/
H A Dudf_core.h307 extern void udf_set_timestamp_now(struct timestamp *timestamp);
308 extern void udf_timestamp_to_timespec(struct timestamp *timestamp,
311 struct timestamp *timestamp);
/src/sys/netinet/
H A Ddccp_tcplike.h82 u_int32_t timestamp; member in struct:tcplike_send_ccb
/src/sys/arch/ews4800mips/include/
H A Dvtoc.h75 uint32_t timestamp[VTOC_MAXPARTITIONS]; /* 264 */ member in struct:vtoc_sector
/src/sbin/newfs_msdos/
H A Dmkfs_msdos.h63 time_t timestamp; member in struct:msdos_options

Completed in 56 milliseconds

123456