Home
last modified time | relevance | path

Searched refs:start_time (Results 51 – 64 of 64) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c3269 hrtime_t start_time, end_time; in oberon_hp_pwroff() local
3343 start_time = gethrtime(); in oberon_hp_pwroff()
3346 if ((end_time = (gethrtime() - start_time)) > in oberon_hp_pwroff()
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfs_clnt.c951 uint32_t start_time; in nfs4_server_info_dcmd() member
954 mdb_printf(" (srvrboot: %Y, c_id: %u)", impl_id->start_time, in nfs4_server_info_dcmd()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c211 static time_t start_time; variable
323 (void) time(&start_time); in main()
423 ctime_r(&start_time, cbuf)); in main()
3077 ctime_r(&start_time, cbuf)); in dumpstats()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h367 time_t start_time; member
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h2755 krb5_deltat start_time,
2765 krb5_deltat start_time,
H A Dk5-int.h1392 krb5_deltat start_time,
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c10504 clock_t start_time, cur_time; in sata_probe_ports() local
10542 start_time = ddi_get_lbolt(); in sata_probe_ports()
10637 clock_t start_time, cur_time; in sata_probe_pmports() local
10646 start_time = ddi_get_lbolt(); in sata_probe_pmports()
11267 clock_t start_time = 0; in sata_reprobe_port() local
11302 start_time = ddi_get_lbolt(); in sata_reprobe_port()
11516 if ((cur_time - start_time) < in sata_reprobe_port()
11692 clock_t start_time; in sata_reprobe_pmport() local
11711 start_time = ddi_get_lbolt(); in sata_reprobe_pmport()
11753 if ((cur_time - start_time) < in sata_reprobe_pmport()
[all …]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c800 sip->start_time = nfs_sys_uptime(); in rfs4_grace_start()
811 time_t start_time; in rfs4_servinst_grace_new() local
814 start_time = sip->start_time; in rfs4_servinst_grace_new()
817 return (start_time == 0); in rfs4_servinst_grace_new()
834 grace_expiry = sip->start_time + sip->grace_period; in rfs4_servinst_in_grace()
940 sip->start_time = (time_t)0; in rfs4_servinst_create()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1417 SAVE_HRTIME(ksi, ktimer, start_time); in save_timer()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs989 SAVE_HRTIME(self, ktimerp, start_time); in save_timer()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h996 uint64_t start_time; member
/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c6097 hrtime_t start_time = 0, end_time; in display_lun_info() local
6104 start_time = gethrtime(); in display_lun_info()
6244 (end_time - start_time)/1000000); in display_lun_info()
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc118 static time_t start_time; variable
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c25000 clock_t start_time; /* starting time of this algorithm */ local
25039 start_time = ddi_get_lbolt();
25040 current_time = start_time;
25042 end_time = start_time + drv_usectohz(max_ownership_delay);

123