/illumos-gate/usr/src/cmd/rpcsvc/ |
H A D | spray_subr.c | 43 static spraytimeval start_time; variable 60 if (cumul.clock.usec < start_time.usec) { 64 cumul.clock.sec -= start_time.sec; 65 cumul.clock.usec -= start_time.usec; 77 gettimeofday((struct timeval *)&start_time, 0);
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | time.c | 41 static time_t start_time, secs_since_boot; variable 61 if (start_time == 0) { in init_boot_time() 65 start_time = sb.st_ctim.tv_sec; in init_boot_time() 78 time_now = start_time + ((prom_gettime() / 1000) - secs_since_boot); in time() 83 if (start_time == 0) in time()
|
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/ |
H A D | pcmu_ib.c | 153 hrtime_t start_time; in pcmu_ib_intr_disable() local 168 start_time = curr = gethrtime(); in pcmu_ib_intr_disable() 184 if (curr - start_time > intr_timeout) { in pcmu_ib_intr_disable() 240 hrtime_t start_time; in pcmu_ib_intr_dist() local 255 start_time = curr = gethrtime(); in pcmu_ib_intr_dist() 270 if (curr - start_time > intr_timeout) { in pcmu_ib_intr_dist() 501 hrtime_t start_time; in pcmu_ib_ino_add_intr() local 522 start_time = curr = gethrtime(); in pcmu_ib_ino_add_intr() 538 if (curr - start_time > intr_timeout) { in pcmu_ib_ino_add_intr() 591 hrtime_t start_time; in pcmu_ib_ino_rem_intr() local [all …]
|
H A D | pcmu_cb.c | 142 hrtime_t start_time; in pcmu_cb_disable_nintr_reg() local 153 start_time = curr = gethrtime(); in pcmu_cb_disable_nintr_reg() 170 if (curr - start_time > intr_timeout) { in pcmu_cb_disable_nintr_reg()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_init.c | 38 static time_t start_time = 0; variable 44 if (start_time == 0 || reset == 1) in _nscd_set_start_time() 45 start_time = time(NULL); in _nscd_set_start_time() 52 return (start_time); in _nscd_get_start_time()
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pci_ib.c | 176 hrtime_t start_time; in ib_intr_disable() local 187 start_time = gethrtime(); in ib_intr_disable() 190 if (gethrtime() - start_time > pci_intrpend_timeout) { in ib_intr_disable() 267 hrtime_t start_time; in ib_intr_dist() local 281 start_time = gethrtime(); in ib_intr_dist() 634 hrtime_t start_time; in ib_ino_add_intr() local 651 start_time = gethrtime(); in ib_ino_add_intr() 707 hrtime_t start_time; in ib_ino_rem_intr() local 722 start_time = gethrtime(); in ib_ino_rem_intr() 903 hrtime_t start_time; in ib_set_intr_target() local [all …]
|
H A D | pci_cb.c | 128 hrtime_t start_time; in cb_disable_nintr_reg() local 134 start_time = gethrtime(); in cb_disable_nintr_reg() 138 if (gethrtime() - start_time > pci_intrpend_timeout) { in cb_disable_nintr_reg()
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gic_pwd.c | 133 krb5_deltat start_time, in krb5_get_init_creds_password() argument 147 prompter, data, start_time, in_tkt_service, options, NULL)); in krb5_get_init_creds_password() 163 krb5_deltat start_time, in __krb5_get_init_creds_password() argument 214 start_time, in_tkt_service, opte, in __krb5_get_init_creds_password() 245 start_time, in_tkt_service, opte, in __krb5_get_init_creds_password() 416 start_time, in_tkt_service, opte, in __krb5_get_init_creds_password()
|
H A D | gic_keytab.c | 95 krb5_deltat start_time, in krb5_get_init_creds_keytab() argument 154 start_time, in_tkt_service, opte, in krb5_get_init_creds_keytab() 175 start_time, in_tkt_service, opte, in krb5_get_init_creds_keytab()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | syncloop.c | 416 struct timeval start_time, end_time; in many_packets() local 433 (void) gettimeofday(&start_time, 0); in many_packets() 434 end_time = start_time; in many_packets() 540 secs = (float)(end_time.tv_usec - start_time.tv_usec) / 1000000.0; in many_packets() 541 secs += (float)(end_time.tv_sec - start_time.tv_sec); in many_packets()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | pppdump.c | 31 time_t start_time; variable 499 start_time = t; 510 start_time += n / 10; 512 tm = localtime(&start_time);
|
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_util.c | 122 time_t start_time = time(NULL); in dhcp_start_agent() local 176 while ((timeout != -1) && (time(NULL) - start_time < timeout)) { in dhcp_start_agent()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | bofi.h | 82 hrtime_t start_time; /* activation time */ member 97 hrtime_t start_time; /* activation time */ member
|
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | yppush.c | 123 int start_time; member 731 if ((time_now - ps->start_time) < 745 if ((time_now - ps->start_time) 763 if ((time_now - ps->start_time) 792 ps->start_time = time(0); /* set time */
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | compiler.h | 113 EXTERN long start_time; /* time at start of compilation */ variable
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_msg.h | 95 clock_t start_time; member
|
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.h | 52 hrtime_t start_time; /* start time ev delivery */ member
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_implied.c | 351 struct timeval *start_time) in __separate_pools() argument 361 timersub(&now, start_time, &diff); in __separate_pools() 381 …->left, comparison, rl, true_stack, maybe_stack, false_stack, checked, mixed, gate_sm, start_time); in __separate_pools() 382 …>right, comparison, rl, true_stack, maybe_stack, false_stack, checked, mixed, gate_sm, start_time); in __separate_pools() 394 struct timeval start_time; in separate_pools() local 397 gettimeofday(&start_time, NULL); in separate_pools() 398 …_pools(sm, comparison, rl, true_stack, &maybe_stack, false_stack, checked, mixed, sm, &start_time); in separate_pools()
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | result.c | 277 hrtime_t start_time = 0, tmp_time, tv_time; local 279 long start_time = 0, tmp_time; local 340 start_time = gethrtime(); 344 start_time = (long)time( NULL ); 464 if ((tv_time -= (tmp_time - start_time)) <= 0) { 467 if (( tv.tv_sec -= ( tmp_time - start_time )) <= 0 ) { 481 start_time = tmp_time;
|
H A D | os-ip.c | 263 hrtime_t start_time = 0, tmp_time, tv_time; /* nanoseconds */ local 265 long start_time = 0, tmp_time; /* seconds */ local 317 start_time = gethrtime(); 320 start_time = (long)time(NULL); 388 (tmp_time - start_time)) <= 0) { 392 (tmp_time - start_time)) <= 0) { 403 start_time = tmp_time;
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/ |
H A D | multi_thread_def.h | 114 u32 start_time; /* The time that the thread started to run */ member
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_ib.c | 171 hrtime_t start_time, prev, curr, interval, jump; in px_ib_intr_pend() local 182 for (curr = start_time = gethrtime(); !panicstr && in px_ib_intr_pend() 199 if (curr - start_time > intr_timeout) { in px_ib_intr_pend() 935 hrtime_t start_time, end_time; in px_ib_set_msix_target() local 1063 start_time = gethrtime(); in px_ib_set_msix_target() 1071 end_time = gethrtime() - start_time; in px_ib_set_msix_target()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_msg.c | 64 log->start_time = emlxs_device.log_timestamp; in emlxs_msg_log_create() 230 entry2->time = time - log->start_time; in emlxs_msg_log() 259 entry->time = time - log->start_time; in emlxs_msg_log()
|
/illumos-gate/usr/src/cmd/tic/ |
H A D | tic_main.c | 168 start_time = time((time_t *) 0); in init()
|
/illumos-gate/usr/src/cmd/sa/ |
H A D | sar.c | 95 static float start_time, end_time, isec; variable 144 start_time = args.tm_hour*3600.0 + in main() 195 if ((sflg) && (eflg) && (end_time <= start_time)) in main() 349 tnext = start_time; in prpass() 442 if ((recno == 0) && (trec < start_time)) in prpass()
|