HomeSort by: relevance | last modified time | path
    Searched refs:timestamp (Results 1 - 25 of 124) sorted by relevancy

1 2 3 4 5

  /src/usr.bin/make/unit-tests/
opt-tracefile.exp 4 <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>
depsrc-precious.mk 6 # half-finished files with a timestamp suggesting the file were up-to-date.
11 # just because its timestamp says so.
opt-tracefile.mk 9 @awk '{ $$1 = "<timestamp>"; $$4 = "<make-pid>"; if (NF >= 7) $$7 = "<job-pid>"; print }' opt-tracefile.log
varmod-mtime.mk 19 # 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/
nouveau_nvkm_subdev_timer_base.c 85 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/
gpt_private.h 47 time_t timestamp; member in struct:gpt
main.c 86 "[-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/usr.bin/vmstat/
drvstats.h 53 struct timeval *timestamp; /* Disk sample time */ member in struct:_drive
drvstats.c 103 * 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 == NULL |
    [all...]
  /src/sys/conf/
newvers.sh 51 # -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/sys/uvm/
uvm_fault_i.h 159 ufi->mapv = ufi->map->timestamp;
194 if (ufi->mapv != ufi->map->timestamp) {
  /src/distrib/acorn32/
mksparkive.sh 94 timestamp=$(expr $st_mtime \* 100 + 220898880000)
97 highdate=$(expr $timestamp / 4294967296 | xargs printf %02x)
98 lowdate=$(expr $timestamp % 4294967296)
  /src/distrib/common/
buildfloppies.sh 51 -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/
Makefile 8 PAX_TIMESTAMP=--timestamp "${MKREPRO_TIMESTAMP}"
  /src/sys/sys/
tape.h 72 struct timeval timestamp; /* timestamp of last unbusy */ member in struct:tape
  /src/usr.sbin/syslogd/
extern.h 59 extern char timestamp[];
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gmc.c 286 * @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;
    [all...]
  /src/sys/fs/udf/
ecma167-udf.h 238 /* Timestamp [1/7.3] */
239 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
    [all...]
  /src/sys/arch/macppc/dev/
aed.c 206 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/arch/mac68k/dev/
aed.c 232 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/sbin/newfs_udf/
udf_core.h 307 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/external/bsd/drm2/dist/drm/i915/gt/
intel_breadcrumbs.c 122 __dma_fence_signal__timestamp(struct dma_fence *fence, ktime_t timestamp)
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_msdos/
mkfs_msdos.h 63 time_t timestamp; member in struct:msdos_options
  /src/sys/arch/ews4800mips/include/
vtoc.h 75 uint32_t timestamp[VTOC_MAXPARTITIONS]; /* 264 */ member in struct:vtoc_sector
  /src/sys/arch/mac68k/include/
adbsys.h 63 struct timeval timestamp; /* time event was acquired */ member in struct:adb_event_s

Completed in 21 milliseconds

1 2 3 4 5