/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | minconn.c | 23 static int my_get_idle(struct ppp_idle *idle) in my_get_idle() argument 27 if (idle == NULL) in my_get_idle() 29 t = idle->xmit_idle; in my_get_idle() 30 if (idle->recv_idle < t) in my_get_idle() 31 t = idle->recv_idle; in my_get_idle()
|
/titanic_50/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | fsm.txt | 49 State | idle cdb datain dataout status 51 idle | cmd cmd cmd cmd cmd 63 State | idle cdb datain dataout status 65 idle | command command command command command 67 cdb | * * datain dataout (idle) 68 datain | * * datain * (idle) 69 dataout | * * * dataout (idle)
|
/titanic_50/usr/src/cmd/pgstat/ |
H A D | pgstat.pl | 509 my ($user, $sys, $idle, $swload) = 513 ($swload, $idle) = get_swload($user, $sys); 520 $pgs{$pg}->{idle} = $idle; 531 $history->{$pg}->{idle} += $idle if $idle; 582 my $idle = $pgs{$pg}->{idle}; 604 load2str($idle), 691 my ($user, $sys, $idle, $swload) = 695 ($swload, $idle) = get_swload($user, $sys); 701 $pgs{$pg}->{idle} = $idle; 891 my $idle; [all …]
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/ |
H A D | Pg.pm | 556 my $idle = 0; 567 $idle += $ld2->{cpu_idle} - $ld1->{cpu_idle}; 572 $total = $idle + $user + $sys; 578 $idle = $idle * 100 / $total; 582 return (wantarray() ? ($user, $sys, $idle, $swload) : $swload); 598 my $idle = 0; 674 $idle = $ld2->{cpu_idle} - $ld1->{cpu_idle}; 678 $swtotal = $idle + $user + $sys; 684 $idle = $idle * 100 / $swtotal; 691 $swload, $user, $sys, $idle) :
|
/titanic_50/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/ |
H A D | tst.schedenable.ksh | 57 xdt:sched::idle-off-cpu, 58 xdt:sched::idle-on-cpu,
|
/titanic_50/usr/src/uts/sun4u/starcat/ml/ |
H A D | drmach_asm.s | 439 ! does not go idle. See the parameter description above. 445 ! ASI_IO to drain/idle the MCs on other Panther procs. The 447 ! an error code if a MC fails to go idle. This section will 486 mov 1, %o1 ! not idle, bailout 487 stw %o1, [%o4] ! set MC idle error code 489 stx %o1, [%o5] ! set MC idle error id 500 mov 1, %o1 ! not idle, bailout 501 stw %o1, [%o4] ! set MC idle error code 503 stx %o1, [%o5] ! set MC idle error id
|
/titanic_50/usr/src/uts/sun4/os/ |
H A D | mp_startup.c | 289 extern void idle(); in setup_cpu_common() 375 tp = thread_create(NULL, 0, idle, NULL, 0, &p0, TS_ONPROC, -1); in setup_cpu_common() 548 extern void idle(); in restart_other_cpu() 573 tp->t_pc = (uintptr_t)idle - 8; in restart_other_cpu()
|
/titanic_50/usr/src/lib/libresolv2/common/isc/ |
H A D | ev_timers.c | 478 struct timespec idle; in idle_timeout() local 483 idle = evSubTime(ctx->lastEventTime, this->lastTouched); in idle_timeout() 484 if (evCmpTime(idle, this->max_idle) >= 0) { in idle_timeout() 495 this->timer->inter = evSubTime(this->max_idle, idle); in idle_timeout()
|
/titanic_50/usr/src/cmd/rpcsvc/ |
H A D | rusers.c | 63 int idle; /* set to INT_MAX if not present */ member 354 entry[curentry].idle = minidle; in print_info() 478 entry[curentry].idle = minidle; in print_info_3() 530 return (a->idle - b->idle); in icompare()
|
/titanic_50/usr/src/cmd/who/ |
H A D | who.c | 481 time_t idle; in dump() local 582 idle = timnow - stbufp->st_mtime; in dump() 583 hr = idle/3600; in dump() 584 min = (unsigned)(idle/60)%60; in dump()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 1654 struct sadb_lifetime *idle = NULL; in doaddup() local 2563 if (idle == NULL) { in doaddup() 2564 idle = calloc(1, sizeof (*idle)); in doaddup() 2565 if (idle == NULL) { in doaddup() 2568 idle->sadb_lifetime_exttype = in doaddup() 2570 idle->sadb_lifetime_len = in doaddup() 2571 SADB_8TO64(sizeof (*idle)); in doaddup() 2572 totallen += sizeof (*idle); in doaddup() 2576 idle->sadb_lifetime_addtime = in doaddup() 2581 idle->sadb_lifetime_usetime = in doaddup() [all …]
|
/titanic_50/usr/src/uts/common/sys/scsi/generic/ |
H A D | mode.h | 415 idle :1, /* idle bit */ member 419 idle :1, /* idle bit */
|
/titanic_50/usr/src/uts/i86pc/io/fipe/ |
H A D | fipe_pm.c | 1465 hrtime_t idle, busy, diff; in fipe_check_cpu() local 1473 idle = sp->last_idle; in fipe_check_cpu() 1476 idle = sp->last_idle - idle; in fipe_check_cpu() 1482 if (idle > 0 && busy > 0) { in fipe_check_cpu() 1484 idle * FIPE_PROF_BUSY_THRESHOLD) { in fipe_check_cpu()
|
/titanic_50/usr/src/lib/libsasl/include/ |
H A D | saslplug.h | 412 int (*idle)(void *glob_context, member 691 int (*idle)(void *glob_context, member
|
/titanic_50/usr/src/lib/libzonestat/common/ |
H A D | libzonestat.c | 1027 timestruc_t tot, time, idle; in zs_pset_usage_idle() local 1032 TIMESTRUC_DELTA(idle, time, tot); in zs_pset_usage_idle() 1033 *ts = idle; in zs_pset_usage_idle() 1062 timestruc_t tot, idle; in zs_pset_usage_idle_pct() local 1066 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot); in zs_pset_usage_idle_pct() 1068 return (zs_ts_used_pct(&pset->zsp_total_time, &idle, B_TRUE)); in zs_pset_usage_idle_pct() 1099 timestruc_t tot, idle; in zs_pset_usage_idle_cpus() local 1103 TIMESTRUC_DELTA(idle, pset->zsp_total_time, tot); in zs_pset_usage_idle_cpus() 1252 timestruc_t tot, time, idle; in zs_cpu_usage_idle() local 1259 TIMESTRUC_DELTA(idle, time, tot); in zs_cpu_usage_idle() [all …]
|
/titanic_50/usr/src/cmd/w/ |
H A D | w.c | 142 static time_t idle; /* number of minutes user is idle */ variable 508 idle = findidle(ut->ut_line); in main() 509 prttime(idle, 8); in main()
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | sadb.c | 816 sadb_lifetime_t *idle) in sadb_hardsoftchk() argument 841 if (idle != NULL) { in sadb_hardsoftchk() 843 idle->sadb_lifetime_addtime != 0 && in sadb_hardsoftchk() 844 hard->sadb_lifetime_addtime < idle->sadb_lifetime_addtime) in sadb_hardsoftchk() 848 idle->sadb_lifetime_addtime != 0 && in sadb_hardsoftchk() 849 soft->sadb_lifetime_addtime < idle->sadb_lifetime_addtime) in sadb_hardsoftchk() 853 idle->sadb_lifetime_usetime != 0 && in sadb_hardsoftchk() 854 hard->sadb_lifetime_usetime < idle->sadb_lifetime_usetime) in sadb_hardsoftchk() 858 idle->sadb_lifetime_usetime != 0 && in sadb_hardsoftchk() 859 soft->sadb_lifetime_usetime < idle->sadb_lifetime_usetime) in sadb_hardsoftchk() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 138 int idle = 0; /* -i option default */ variable 217 idle = 1; in main() 242 if (unquick || idle) in main() 471 if (idle) in print() 560 if (idle) { in quickprint()
|
/titanic_50/usr/src/cmd/whodo/ |
H A D | whodo.c | 146 static time_t idle; /* number of minutes user is idle */ variable 485 idle = findidle(ut->ut_line); in main() 486 prttime(idle, 8); in main()
|
/titanic_50/usr/src/uts/sun4/ml/ |
H A D | swtch.s | 162 ! Temporarily switch to idle thread's stack 174 stn %o0, [%i1 + CPU_THREAD] ! set CPU's thread to idle 499 stn %o2, [%i1 + CPU_THREAD] ! delay - CPU's thread = idle
|
/titanic_50/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 1876 struct sadb_lifetime *idle, boolean_t vflag) in print_lifetimes() argument 1907 if (idle != NULL && in print_lifetimes() 1908 idle->sadb_lifetime_len != SADB_8TO64(sizeof (*idle))) { in print_lifetimes() 1911 SADB_64TO8(idle->sadb_lifetime_len)); in print_lifetimes() 2101 if (idle != NULL) { in print_lifetimes() 2106 idle_prefix, idle->sadb_lifetime_addtime, in print_lifetimes() 2107 secs2out(idle->sadb_lifetime_addtime, secs_str, in print_lifetimes() 2111 idle_prefix, idle->sadb_lifetime_usetime, in print_lifetimes() 2112 secs2out(idle->sadb_lifetime_usetime, secs_str, in print_lifetimes()
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | socalreg.h | 125 uint_t idle:1; /* SOC+ idle indicator. */ member
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zio_inject.c | 508 hrtime_t idle = handler->zi_record.zi_timer + gethrtime(); in zio_handle_io_delay() local 511 hrtime_t target = MAX(idle, busy); in zio_handle_io_delay()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 894 struct ppp_idle idle; local 898 if (!get_idle_time(0, &idle)) 901 tlim = (*idle_time_hook)(&idle); 903 itime = MIN(idle.xmit_idle, idle.recv_idle);
|
/titanic_50/usr/src/cmd/loadkeys/type_4/ |
H A D | reset | 157 key 127 all idle numl idle up reset
|