Home
last modified time | relevance | path

Searched refs:timestamp (Results 201 – 225 of 335) sorted by relevance

12345678910>>...14

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A DMakefile48 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/pools/poolstat/
H A DMakefile37 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/uts/common/os/
H A Dfm.c1152 fm_ena_generate_cpu(uint64_t timestamp, processorid_t cpuid, uchar_t format) in fm_ena_generate_cpu() argument
1158 if (timestamp) { in fm_ena_generate_cpu()
1162 ((timestamp << ENA_FMT1_TIME_SHFT) & in fm_ena_generate_cpu()
1174 ((timestamp << ENA_FMT2_TIME_SHFT) & ENA_FMT2_TIME_MASK)); in fm_ena_generate_cpu()
1184 fm_ena_generate(uint64_t timestamp, uchar_t format) in fm_ena_generate() argument
1186 return (fm_ena_generate_cpu(timestamp, CPU->cpu_id, format)); in fm_ena_generate()
/illumos-gate/usr/src/cmd/rcap/rcapstat/
H A DMakefile37 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/zpool/
H A DMakefile39 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/cpc/cpustat/
H A DMakefile35 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Ddbg_bus.h53 u32_t timestamp; member
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dpapi_impl.h61 time_t timestamp; member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_initialize.c698 uint64_t timestamp = 0; in vdev_initialize_restart() local
701 sizeof (timestamp), 1, &timestamp); in vdev_initialize_restart()
703 vd->vdev_initialize_action_time = (time_t)timestamp; in vdev_initialize_restart()
/illumos-gate/usr/src/test/os-tests/tests/ddi_ufm/
H A Dufm-test.c106 char timestamp[128]; in logmsg() local
109 get_timestamp(timestamp, sizeof (timestamp)); in logmsg()
110 (void) fprintf(stdout, "%s ", timestamp); in logmsg()
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_random.c630 hrtime_t timestamp; in rnd_generate_pseudo_bytes() local
680 timestamp = gethrtime(); in rnd_generate_pseudo_bytes()
682 src = (uint8_t *)&timestamp; in rnd_generate_pseudo_bytes()
686 dst[i] ^= src[i % sizeof (timestamp)]; in rnd_generate_pseudo_bytes()
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam.c669 hrtime_t timestamp; in dcam_read() local
728 timestamp = buff_info_p->timestamp; in dcam_read()
750 if (byte_copy_to_user_buff((uchar_t *)&timestamp, in dcam_read()
/illumos-gate/usr/src/cmd/fm/fmstat/
H A DMakefile.com40 STAT_COMMON_OBJS = timestamp.o
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c652 const char *timestamp; in conf_print() local
666 if (tstream != NULL && (timestamp = in conf_print()
670 opts_printword(timestamp, tstream); in conf_print()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSunServerDATable.java115 long timestamp, in recordNewDA() argument
136 vals.addElement(Long.toString(timestamp)); in recordNewDA()
H A DServer_en.properties88 …lete_da = Dropping DA ``{0}'''' with scopes ``{1}'''' because received a DAAdvert with timestamp 0.
89 sdat_add_da = Adding DA ``{0}'''' with scopes ``{1}'''' and boot timestamp ``{2}'''', forwarding re…
90 …g DA ``{0}'''' with scopes ``{1}'''' and boot timestamp ``{2}'''' but not forwarding because boot
165 ssdat_number_format = Number format exception for directory-agent.sun timestamp attribute.
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dnetrauth.h189 time_t timestamp; member
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhistory.h139 unsigned *group, time_t *timestamp);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c466 leaky_add_leak(int type, uintptr_t addr, uintptr_t bufaddr, hrtime_t timestamp, in leaky_add_leak() argument
486 nlkb->lkb_timestamp = timestamp; in leaky_add_leak()
526 if (timestamp < lkb->lkb_timestamp) { in leaky_add_leak()
535 lkb->lkb_timestamp = timestamp; in leaky_add_leak()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_events.h170 uint32_t timestamp; member
/illumos-gate/usr/src/cmd/truss/
H A Dproto.h124 extern void timestamp(private_t *);
/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.c540 timestamp: in read_startd_config()
552 goto timestamp; in read_startd_config()
560 goto timestamp; in read_startd_config()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg_lib_common.h149 int cudbg_write_flash(void *handle, u64 timestamp, void *data,
/illumos-gate/usr/src/uts/common/sys/dcam/
H A Ddcam1394_io.h215 hrtime_t timestamp; member
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c156 ext->timestamp = gethrtime(); in oss_add_control()
170 ext->timestamp = gethrtime(); in oss_add_control()
184 ext->timestamp = gethrtime(); in oss_add_control()
198 ext->timestamp = gethrtime(); in oss_add_control()
214 ext->timestamp = gethrtime(); in oss_add_control()
237 ext->timestamp = gethrtime(); in oss_add_control()
321 ext->timestamp = gethrtime(); in oss_add_control()
426 ext->timestamp = gethrtime(); in oss_alloc_controls()
447 ext->timestamp = gethrtime(); in oss_alloc_controls()

12345678910>>...14