Home
last modified time | relevance | path

Searched refs:timestamp (Results 251 – 275 of 335) sorted by relevance

1...<<11121314

/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S406 ! If we are resuming an interrupt thread, store a starting timestamp
429 ! the timestamp, try again.
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dcudbg.h340 u64 timestamp; member
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_set.c56 new_data->timestamp = 0; in rw_setup()
/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h767 timespec_t timestamp; member
/illumos-gate/usr/src/cmd/truss/
H A Dmain.c984 timestamp(pri); in worker_thread()
1081 timestamp(pri); in worker_thread()
1124 timestamp(pri); in worker_thread()
1197 timestamp(pri); in worker_thread()
1430 timestamp(pri); in worker_thread()
1899 timestamp(private_t *pri) in timestamp() function
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c494 UID_REUSABLE(tab->c->timestamp(), x) == 0) { in uid_insert()
925 x->t = tab->c->timestamp(); in htab_remove()
H A Disns_server.h191 time_t timestamp; member
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c3010 uint64_t timestamp; in dtrace_consume() local
3015 timestamp = dt_buf_oldest(buf, dtp); in dtrace_consume()
3016 if (timestamp == buf->dtbd_timestamp) { in dtrace_consume()
3024 if (timestamp == first_timestamp && in dtrace_consume()
3029 assert(timestamp >= dtp->dt_last_timestamp); in dtrace_consume()
3030 dtp->dt_last_timestamp = timestamp; in dtrace_consume()
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfig.guess6 timestamp='2004-11-12'
53 GNU config.guess ($timestamp)
69 echo "$timestamp" ; exit 0 ;;
/illumos-gate/usr/src/uts/i86pc/
H A DMakefile.files123 timestamp.o \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dus3_common.c386 static int64_t timestamp[EVENTS]; variable
5377 timestamp[EV_A_START] = 0;
5378 stick_timestamp(&timestamp[EV_A_START]);
5387 stick_timestamp(&timestamp[EV_B_END]);
5390 tskew = ((timestamp[EV_B_END] - timestamp[EV_B_START])
5391 - (timestamp[EV_A_END] - timestamp[EV_A_START]))
5456 stick_timestamp(&timestamp[EV_A_END]);
5459 timestamp[EV_B_START] = 0;
5460 stick_timestamp(&timestamp[EV_B_START]);
/illumos-gate/usr/src/test/test-runner/cmd/
H A Drun560 self.timestamp = datetime.now().strftime('%Y%m%dT%H%M%S')
561 self.outputdir = os.path.join(options.outputdir, self.timestamp)
656 self.outputdir = os.path.join(self.outputdir, self.timestamp)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dds_drv.c663 head->timestamp = ddi_get_time(); in ds_log_replace()
722 new->timestamp = ddi_get_time(); in ds_log_add_msg()
/illumos-gate/usr/src/lib/libtecla/
H A Dlibtecla.h846 time_t timestamp; /* The date and time at which the */ member
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSrvLocHeader.java244 long timestamp, in getDAAdvert() argument
H A DServiceTable.java1433 long timestamp = store.getStateTimestamp(); in makeDAAdvert() local
1442 timestamp, in makeDAAdvert()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/keytab/
H A Dkt_srvtab.c479 ret_entry->timestamp = 0; in krb5_ktsrvint_read_entry()
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1469 hrtime_t timestamp; in set_inst_action() local
1521 timestamp = gethrtime(); in set_inst_action()
1563 if (t > timestamp) in set_inst_action()
1568 scf_value_set_integer(v, timestamp); in set_inst_action()
/illumos-gate/usr/src/cmd/format/
H A Dlabel.c802 label->dkl_vtoc.v_timestamp[i] = vtoc->timestamp[i]; in vtoc_to_label()
917 vtoc->timestamp[i] = label->dkl_vtoc.v_timestamp[i]; in label_to_vtoc()
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c397 time(&cache->timestamp); in parse_lpd_query()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h545 timespec_t timestamp; member
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c586 ring_buff_p->buff_info_array_p[write_ptr_pos].timestamp = gethrtime(); in dcam_frame_is_done()
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.c349 asctime(gmtime((time_t *)&fl_hdr->timestamp))); in cudbg_print_flash_header()
2337 if (e->timestamp == 0) in view_fw_devlog()
2340 e->seqno, e->timestamp, in view_fw_devlog()
2369 if (e->timestamp == 0) in translate_fw_devlog()
2372 e->timestamp = ntohll(e->timestamp); in translate_fw_devlog()
2377 if (e->timestamp < ftstamp) { in translate_fw_devlog()
2378 ftstamp = e->timestamp; in translate_fw_devlog()
3689 for (i = 0; i < mbox_cmds && mboxlog->entry.timestamp; i++) { in view_mbox_log()
3691 mboxlog->entry.seqno, mboxlog->entry.timestamp, in view_mbox_log()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h599 uint32_t timestamp; member
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h354 int timestamp; member

1...<<11121314