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

1 2 3

  /src/sbin/newfs_msdos/
mkfs_msdos.h 63 time_t timestamp; member in struct:msdos_options
  /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
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h 11 u64 timestamp; member in struct:nvkm_alarm
  /src/sys/sys/
tape.h 72 struct timeval timestamp; /* timestamp of last unbusy */ member in struct:tape
  /src/sys/arch/ews4800mips/include/
vtoc.h 75 uint32_t timestamp[VTOC_MAXPARTITIONS]; /* 264 */ member in struct:vtoc_sector
  /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/sys/netinet/
dccp_tcplike.h 82 u_int32_t timestamp; member in struct:tcplike_send_ccb
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_irq.h 54 uint64_t timestamp; member in struct:amdgpu_iv_entry
amdgpu_gmc.h 61 * Number of IH timestamp ticks until a fault is considered handled
71 uint64_t timestamp; member in struct:amdgpu_gmc_fault
278 uint16_t pasid, uint64_t timestamp);
  /src/sys/external/bsd/drm2/include/linux/
dma-fence.h 57 ktime_t timestamp; member in struct:dma_fence
  /src/sys/uvm/
uvm_map.h 226 unsigned int timestamp; /* Version number */ member in struct:vm_map
  /src/usr.bin/ktruss/
dump.c 70 int timestamp, decimal, fancy = 1, tail, maxdata; variable in typeref:typename:int
359 if (timestamp) {
360 if (timestamp == 2) {
  /src/sys/arch/mac68k/include/
adbsys.h 63 struct timeval timestamp; /* time event was acquired */ member in struct:adb_event_s
  /src/sys/arch/macppc/include/
adbsys.h 64 struct timeval timestamp; /* time event was acquired */ member in struct:adb_event_s
  /src/usr.bin/newsyslog/
newsyslog.c 715 char timestamp[35]; local in function:log_trimmed
725 i = strftime(timestamp, sizeof(timestamp),
727 i += snprintf(timestamp+i, sizeof(timestamp)-i,
729 i += j = strftime(timestamp+i, sizeof(timestamp)-i-1,
733 timestamp[i+1] = timestamp[i];
734 timestamp[i] = timestamp[i-1]
    [all...]
  /src/sbin/dump/
main.c 109 int timestamp; /* print message timestamps */ variable in typeref:typename:int
121 char default_time_string[] = "%T %Z"; /* default timestamp string */
122 char *time_string = default_time_string; /* timestamp string */
166 timestamp = 0;
271 timestamp = 1;
  /src/sys/dev/bluetooth/
btmagic.c 1242 * timestamp 18-bits
1264 struct hid_location timestamp; member in struct:__anonb07df8960208
1272 .timestamp = { .pos = 22, .size = 18 },
1434 * timestamp 18-bits
1452 struct hid_location timestamp; member in struct:__anonb07df8960408
1455 .timestamp = { .pos = 6, .size = 18 },
  /src/usr.sbin/syslogd/
syslogd.h 280 char *timestamp; member in struct:buf_msg
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.h 125 u_char timestamp [ISODCL ( 5, 256)]; member in struct:__anon69d016130408
  /src/usr.bin/find/
function.c 197 * Validate the timestamp argument or report an error
202 time_t timestamp; local in function:find_parsedate
205 timestamp = parsedate(vp, NULL, NULL);
206 if (timestamp == -1 && errno != 0)
207 errx(1, "%s: %s: invalid timestamp value", option, vp);
208 return timestamp;
281 * -asince "timestamp" functions --
283 * True if the file access time is greater than the timestamp value
394 * -csince "timestamp" functions --
396 * True if the file status change time is greater than the timestamp valu
    [all...]
  /src/sys/altq/
altq_jobs.h 79 uint64_t timestamp; member in struct:_tsentry
83 * timestamp list macros
  /src/usr.sbin/envstat/
envstat.c 66 #define ENVSYS_tFLAG 0x00000400 /* print a timestamp */
116 static time_t timestamp; variable in typeref:typename:time_t
190 case 't': /* produce a timestamp */
343 timestamp = time(NULL);
353 timestamp = time(NULL);
942 if (ctime_r(&timestamp, tbuf) != NULL)
1719 mj_append_field(&envstatj, "timestamp", "integer", (int64_t)timestamp);
1720 if (ctime_r(&timestamp, tbuf) != NULL)
  /src/usr.bin/kdump/
kdump.c 87 static int timestamp, decimal, plain, tail, maxdata = -1, numeric; variable in typeref:typename:int
205 timestamp = TIMESTAMP_NONE;
210 timestamp |= TIMESTAMP_ELAPSED;
241 timestamp |= TIMESTAMP_RELATIVE;
244 timestamp |= TIMESTAMP_ABSOLUTE;
488 if (timestamp) {
489 if (timestamp & TIMESTAMP_ABSOLUTE) {
495 if (timestamp & TIMESTAMP_ELAPSED) {
505 if (timestamp & TIMESTAMP_RELATIVE) {

Completed in 34 milliseconds

1 2 3